1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

macOS: use macFUSE name instead of OSXFUSE to match the new name of the macOS fuse library project.

This commit is contained in:
Mounir IDRASSI
2025-05-29 06:03:52 +09:00
parent b64b7c9ca4
commit 4774bde1f1
47 changed files with 69 additions and 69 deletions

View File

@@ -1553,7 +1553,7 @@
<entry lang="en" key="LINUX_EX2MSG_UNSUPPORTEDSECTORSIZE">Error: The drive uses a sector size other than 512 bytes.\n\nDue to limitations of components available on your platform, partition/device-hosted volumes cannot be created/used on the drive.\n\nPossible solutions:\n- Create a file-hosted volume (container) on the drive.\n- Use a drive with 512-byte sectors.\n- Use VeraCrypt on another platform.</entry>
<entry lang="en" key="LINUX_EX2MSG_VOLUMEHOSTINUSE">The host file/device is already in use.</entry>
<entry lang="en" key="LINUX_EX2MSG_VOLUMESLOTUNAVAILABLE">Volume slot unavailable.</entry>
<entry lang="en" key="LINUX_EX2MSG_HIGHERFUSEVERSIONREQUIRED">VeraCrypt requires OSXFUSE 2.5 or above.</entry>
<entry lang="en" key="LINUX_EX2MSG_HIGHERFUSEVERSIONREQUIRED">VeraCrypt requires macFUSE 2.5 or above.</entry>
<entry lang="en" key="EXCEPTION_OCCURRED">Exception occurred</entry>
<entry lang="en" key="ENTER_PASSWORD">Enter password</entry>
<entry lang="en" key="ENTER_TC_VOL_PASSWORD">Enter VeraCrypt Volume Password</entry>

View File

@@ -108,7 +108,7 @@ Requirements for Building VeraCrypt for Linux and Mac OS X:
- wxWidgets 3.0 shared library and header files installed or
wxWidgets 3.0 library source code (available at https://www.wxwidgets.org)
- FUSE library and header files (available at https://github.com/libfuse/libfuse
and https://osxfuse.github.io/)
and https://macfuse.github.io/)
- PCSC-lite library and header files (available at https://github.com/LudovicRousseau/PCSC)
@@ -180,8 +180,8 @@ compile using the following commands:
$ make
$ sudo make install
After making sure pkg-config is available, download and install OSXFuse from
https://osxfuse.github.io/
After making sure pkg-config is available, download and install macFUSE from
https://macfuse.github.io/
The script build_veracrypt_macosx.sh available under "src/Build" performs the
full build of VeraCrypt including the creation of the installer pkg. It expects
@@ -194,9 +194,9 @@ src/Main/Main.make (look for lines containing "Developer ID Application" and
"Developer ID Installer"). You'll have to modify these lines to put the ID of
your Code Signing certificates or comment them out if you don't have one.
Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
Thus, we recommend using a different OSX SDK version for building VeraCrypt.
Because of incompatibility issues with macFUSE, the SDK 10.9 generates a
VeraCrypt binary that has issues communicating with the macFUSE kernel extension.
Thus, we recommend using a different macOS SDK version for building VeraCrypt.
The Packages installer that is used for the VeraCrypt official build has been notarized by IDRIX and it is available at
https://github.com/idrassi/packages/releases

View File

@@ -810,9 +810,9 @@
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<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>
<string>macFUSE seems to be missing on your machine. VeraCrypt requires macFUSE 3.10 or above.
Please download the latest macFUSE version from :
https://macfuse.github.io/</string>
</dict>
<dict>
<key>LANGUAGE</key>
@@ -820,15 +820,15 @@ 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 3.10 ou supérieur.
Merci de télécharger la dernière version de OSXFuse à partir de :
https://osxfuse.github.io/
<string>macFUSE semble ne pas être installé sur votre machine. VeraCrypt nécessite macFUSE 3.10 ou supérieur.
Merci de télécharger la dernière version de macFUSE à partir de :
https://macfuse.github.io/
</string>
</dict>
</array>
<key>NAME</key>
<string>OSXFuse</string>
<string>macFUSE</string>
<key>STATE</key>
<true/>
</dict>

View File

@@ -854,9 +854,9 @@
<key>SECONDARY_VALUE</key>
<string></string>
<key>VALUE</key>
<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>
<string>macFUSE seems to be missing on your machine. VeraCrypt requires macFUSE 3.10 or above.
Please download the latest macFUSE version from :
https://macfuse.github.io/</string>
</dict>
<dict>
<key>LANGUAGE</key>
@@ -864,15 +864,15 @@ 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 3.10 ou supérieur.
Merci de télécharger la dernière version de OSXFuse à partir de :
https://osxfuse.github.io/
<string>macFUSE semble ne pas être installé sur votre machine. VeraCrypt nécessite macFUSE 3.10 ou supérieur.
Merci de télécharger la dernière version de macFUSE à partir de :
https://macfuse.github.io/
</string>
</dict>
</array>
<key>NAME</key>
<string>OSXFuse</string>
<string>macFUSE</string>
<key>STATE</key>
<true/>
</dict>