mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Readme: correct instructions about code signing under Mac OSX
This commit is contained in:
parent
f10e26fc89
commit
fb38269c89
@ -200,8 +200,9 @@ VeraCrypt sources (i.e. if "src" path is "/Users/joe/Projects/VeraCrypt/src"
|
|||||||
then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2")
|
then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2")
|
||||||
|
|
||||||
The build process uses Code Signing certificates whose ID is specified in
|
The build process uses Code Signing certificates whose ID is specified in
|
||||||
src/Main/Main.make (lines 167 & 169). You'll have to modify these lines to put
|
src/Main/Main.make (look for lines containing "Developer ID Application" and
|
||||||
the ID of your Code Signing certificates or comment them if you don't have one.
|
"Developer ID Installer"). You'll have to modify these lines to put the ID of
|
||||||
|
your Code Signing certificates or comment them if you don't have one.
|
||||||
|
|
||||||
Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
|
Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
|
||||||
VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
|
VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
|
||||||
@ -249,6 +250,7 @@ Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler.
|
|||||||
Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov
|
Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov
|
||||||
Copyright (c) Dieter Baron and Thomas Klausner.
|
Copyright (c) Dieter Baron and Thomas Klausner.
|
||||||
Copyright (c) 2013, Alexey Degtyarev. All rights reserved.
|
Copyright (c) 2013, Alexey Degtyarev. All rights reserved.
|
||||||
|
Copyright (c) 1999-2013,2014,2015,2016 Jack Lloyd. All rights reserved.
|
||||||
|
|
||||||
For more information, please see the legal notices attached to parts of the
|
For more information, please see the legal notices attached to parts of the
|
||||||
source code.
|
source code.
|
||||||
|
@ -200,8 +200,9 @@ VeraCrypt sources (i.e. if "src" path is "/Users/joe/Projects/VeraCrypt/src"
|
|||||||
then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2")
|
then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2")
|
||||||
|
|
||||||
The build process uses Code Signing certificates whose ID is specified in
|
The build process uses Code Signing certificates whose ID is specified in
|
||||||
src/Main/Main.make (lines 167 & 169). You'll have to modify these lines to put
|
src/Main/Main.make (look for lines containing "Developer ID Application" and
|
||||||
the ID of your Code Signing certificates or comment them if you don't have one.
|
"Developer ID Installer"). You'll have to modify these lines to put the ID of
|
||||||
|
your Code Signing certificates or comment them if you don't have one.
|
||||||
|
|
||||||
Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
|
Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a
|
||||||
VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
|
VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user