mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
MacOSX: Update build and packaging scripts to require OSX Lion (10.7).
This commit is contained in:
@@ -19,15 +19,16 @@ echo "Using wxWidgets sources in $WX_ROOT"
|
|||||||
# this will be the temporary wxWidgets directory
|
# this will be the temporary wxWidgets directory
|
||||||
export WX_BUILD_DIR=$PARENTDIR/wxBuild
|
export WX_BUILD_DIR=$PARENTDIR/wxBuild
|
||||||
|
|
||||||
# define the SDK version to use. We use 10.6 by default
|
# define the SDK version to use. We use 10.7 by default
|
||||||
export VC_OSX_TARGET=10.6
|
export VC_OSX_TARGET=10.7
|
||||||
echo "Using MacOSX SDK $VC_OSX_TARGET"
|
echo "Using MacOSX SDK $VC_OSX_TARGET"
|
||||||
|
|
||||||
|
|
||||||
cd $SOURCEPATH
|
cd $SOURCEPATH
|
||||||
|
|
||||||
echo "Building VeraCrypt"
|
echo "Building VeraCrypt"
|
||||||
make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
#make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
||||||
|
|
||||||
# Uncomment below and comment line above to reuse existing wxWidgets build
|
# Uncomment below and comment line above to reuse existing wxWidgets build
|
||||||
# make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
# make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package
|
||||||
|
make WXSTATIC=1 && make WXSTATIC=1 package
|
||||||
@@ -646,7 +646,7 @@
|
|||||||
<key>VALUE</key>
|
<key>VALUE</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>PATH</key>
|
<key>PATH</key>
|
||||||
<string>../../Release/Setup Files/License.txt</string>
|
<string>../../License.txt</string>
|
||||||
<key>PATH_TYPE</key>
|
<key>PATH_TYPE</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
</dict>
|
</dict>
|
||||||
@@ -736,7 +736,7 @@
|
|||||||
<key>IC_REQUIREMENT_OS_DISTRIBUTION_TYPE</key>
|
<key>IC_REQUIREMENT_OS_DISTRIBUTION_TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>IC_REQUIREMENT_OS_MINIMUM_VERSION</key>
|
<key>IC_REQUIREMENT_OS_MINIMUM_VERSION</key>
|
||||||
<integer>100601</integer>
|
<integer>100701</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IC_REQUIREMENT_CHECK_TYPE</key>
|
<key>IC_REQUIREMENT_CHECK_TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
@@ -748,13 +748,13 @@
|
|||||||
<key>LANGUAGE</key>
|
<key>LANGUAGE</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>VALUE</key>
|
<key>VALUE</key>
|
||||||
<string>VeraCrypt requires MacOSX 10.6.1 and above.</string>
|
<string>VeraCrypt requires MacOSX 10.7.1 and above.</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>LANGUAGE</key>
|
<key>LANGUAGE</key>
|
||||||
<string>French</string>
|
<string>French</string>
|
||||||
<key>VALUE</key>
|
<key>VALUE</key>
|
||||||
<string>VeraCrypt nécessite MacOSX 10.6.1 et supérieur.</string>
|
<string>VeraCrypt nécessite MacOSX 10.7.1 et supérieur.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>NAME</key>
|
<key>NAME</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user