diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-12-12 17:52:33 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-12-13 01:00:39 +0100 |
commit | 68e439ebd7f3c1fc0a16563a4024d18eec1f1866 (patch) | |
tree | f03bf625f9aaa1123d170829a1ca2522b36d220f /src/Setup | |
parent | 49aa403e0a3805c7fffeaaf5497891e62a2251d1 (diff) | |
download | VeraCrypt-68e439ebd7f3c1fc0a16563a4024d18eec1f1866.tar.gz VeraCrypt-68e439ebd7f3c1fc0a16563a4024d18eec1f1866.zip |
MacOS: make legacy installer compatible with macFUSE 4.0.x
Diffstat (limited to 'src/Setup')
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 94a33c7b..e35defc0 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -834,7 +834,8 @@ <integer>1</integer> <key>IC_REQUIREMENT_FILES_LIST</key> <array> - <string>/usr/local/lib/libosxfuse_i64.2.dylib</string> + <string>/usr/local/lib/libfuse.dylib</string> + <string>/usr/local/lib/libosxfuse.2.dylib</string> </array> <key>IC_REQUIREMENT_FILES_SELECTOR</key> <integer>0</integer> @@ -851,7 +852,7 @@ <key>SECONDARY_VALUE</key> <string></string> <key>VALUE</key> - <string>OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 2.5 or above. + <string>OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 3.10 or above. Please download the latest OSXFuse version from : https://osxfuse.github.io/</string> </dict> @@ -861,7 +862,7 @@ https://osxfuse.github.io/</string> <key>SECONDARY_VALUE</key> <string></string> <key>VALUE</key> - <string>OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 2.5 ou supérieur. + <string>OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 3.10 ou supérieur. Merci de télécharger la dernière version de OSXFuse à partir de : https://osxfuse.github.io/ |