MacOSX: make installer compatible with macFUSE 4.0 and restriction to INTEL cpu to support new M1 cpu

This commit is contained in:
Mounir IDRASSI 2020-11-28 19:53:11 +01:00
parent 0015420c43
commit dea28725c8
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -743,50 +743,6 @@
<dict>
<key>LIST</key>
<array>
<dict>
<key>BEHAVIOR</key>
<integer>3</integer>
<key>DICTIONARY</key>
<dict>
<key>IC_REQUIREMENT_CPU_ARCHITECTURE_FAMILY</key>
<integer>2</integer>
<key>IC_REQUIREMENT_CPU_INTEL_ARCHITECTURE_TYPE</key>
<integer>2</integer>
<key>IC_REQUIREMENT_CPU_MINIMUM_CPU_CORES_COUNT</key>
<integer>1</integer>
<key>IC_REQUIREMENT_CPU_MINIMUM_FREQUENCY</key>
<integer>866666</integer>
<key>IC_REQUIREMENT_CPU_POWERPC_ARCHITECTURE_TYPE</key>
<integer>0</integer>
</dict>
<key>IC_REQUIREMENT_CHECK_TYPE</key>
<integer>0</integer>
<key>IDENTIFIER</key>
<string>fr.whitebox.Packages.requirement.cpu</string>
<key>MESSAGE</key>
<array>
<dict>
<key>LANGUAGE</key>
<string>English</string>
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<string>VeraCrypt runs only on Intel 64-bit platforms.</string>
</dict>
<dict>
<key>LANGUAGE</key>
<string>French</string>
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<string>VeraCrypt supporte seulement les platformes Intel 64 bit.</string>
</dict>
</array>
<key>NAME</key>
<string>Processor</string>
<key>STATE</key>
<true/>
</dict>
<dict>
<key>BEHAVIOR</key>
<integer>3</integer>
@ -834,7 +790,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 +808,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 +818,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/