mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 05:53:29 +01: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:
parent
3e2cf28d92
commit
37891c2bb0
@ -669,9 +669,9 @@
|
|||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>LANGUAGE</key>
|
<key>LANGUAGE</key>
|
||||||
<string>English</string>
|
<string>French</string>
|
||||||
<key>VALUE</key>
|
<key>VALUE</key>
|
||||||
<string>VeraCrypt 1.0d</string>
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
@ -810,6 +810,53 @@ https://osxfuse.github.io/
|
|||||||
<key>STATE</key>
|
<key>STATE</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</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>
|
</array>
|
||||||
<key>POSTINSTALL_PATH</key>
|
<key>POSTINSTALL_PATH</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
@ -1002,7 +1049,7 @@ https://osxfuse.github.io/
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>NAME</key>
|
<key>NAME</key>
|
||||||
<string>veracrypt</string>
|
<string>VeraCrypt 1.0d</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>SHARED_GLOBAL_DATA</key>
|
<key>SHARED_GLOBAL_DATA</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user