mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
MacOSX : Add detection of MacFUSE compatibility layer in installer. Change package name to include version in order to avoid specifying manually the title of the installer window.
This commit is contained in:
@@ -669,9 +669,9 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>LANGUAGE</key>
|
||||
<string>English</string>
|
||||
<string>French</string>
|
||||
<key>VALUE</key>
|
||||
<string>VeraCrypt 1.0d</string>
|
||||
<string></string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -810,6 +810,53 @@ https://osxfuse.github.io/
|
||||
<key>STATE</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BEHAVIOR</key>
|
||||
<integer>3</integer>
|
||||
<key>DICTIONARY</key>
|
||||
<dict>
|
||||
<key>IC_REQUIREMENT_FILES_CONDITION</key>
|
||||
<integer>0</integer>
|
||||
<key>IC_REQUIREMENT_FILES_DISK_TYPE</key>
|
||||
<integer>1</integer>
|
||||
<key>IC_REQUIREMENT_FILES_LIST</key>
|
||||
<array>
|
||||
<string>/Library/Frameworks/MacFUSE.framework/MacFUSE</string>
|
||||
<string>/usr/local/lib/libfuse.dylib</string>
|
||||
</array>
|
||||
<key>IC_REQUIREMENT_FILES_SELECTOR</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>IC_REQUIREMENT_CHECK_TYPE</key>
|
||||
<integer>0</integer>
|
||||
<key>IDENTIFIER</key>
|
||||
<string>fr.whitebox.Packages.requirement.files</string>
|
||||
<key>MESSAGE</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>LANGUAGE</key>
|
||||
<string>English</string>
|
||||
<key>SECONDARY_VALUE</key>
|
||||
<string></string>
|
||||
<key>VALUE</key>
|
||||
<string>VeraCrypt needs OSXFUSE to be installed with MacFUSE compatibility layer enabled.
|
||||
Please re-install OSXFUSE and check the MacFUSE compatibility layer in the installer.</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>LANGUAGE</key>
|
||||
<string>French</string>
|
||||
<key>SECONDARY_VALUE</key>
|
||||
<string></string>
|
||||
<key>VALUE</key>
|
||||
<string>VeraCrypt nécessite que OSXFUSE soit installé avec l'option "MacFUSE compatibility layer".
|
||||
Merci de ré-installer OSXFUSE et de cocher l'option de compatibilité MacFUSE dans l'installeur.</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NAME</key>
|
||||
<string>MacFUSE compatibility layer</string>
|
||||
<key>STATE</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>POSTINSTALL_PATH</key>
|
||||
<dict/>
|
||||
@@ -1002,7 +1049,7 @@ https://osxfuse.github.io/
|
||||
</dict>
|
||||
</array>
|
||||
<key>NAME</key>
|
||||
<string>veracrypt</string>
|
||||
<string>VeraCrypt 1.0d</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SHARED_GLOBAL_DATA</key>
|
||||
|
||||
Reference in New Issue
Block a user