adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-commits] master e6d5a9f: UPDATED version info and prepare for


From: Kai Sterker
Subject: [adonthell-commits] master e6d5a9f: UPDATED version info and prepare for sandboxed App bundle
Date: Sun, 5 Nov 2017 05:58:38 -0500 (EST)

branch: master
commit e6d5a9f68a83be09d2fce52c2f401d09f8db4791
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    UPDATED version info and prepare for sandboxed App bundle
---
 make_osx_bundle.sh | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/make_osx_bundle.sh b/make_osx_bundle.sh
index 3450c6c..2853632 100755
--- a/make_osx_bundle.sh
+++ b/make_osx_bundle.sh
@@ -74,11 +74,16 @@ cat > $bundle/Contents/Info.plist <<EOF
         <key>CFBundlePackageType</key>
         <string>APPL</string>
         <key>CFBundleShortVersionString</key>
-        <string>0.3.6</string>
+        <string>0.3.7</string>
         <key>CFBundleSignature</key>
         <string>????</string>
         <key>CFBundleVersion</key>
-        <string>0.3.6</string>
+        <string>0.3.7</string>
+       <key>LSEnvironment</key>
+       <dict>
+               <key>PYTHONDONTWRITEBYTECODE</key>
+               <string>1</string>
+       </dict>
         <key>NSMainNibFile</key>
         <string>MainMenu</string>
         <key>NSPrincipalClass</key>
@@ -86,7 +91,7 @@ cat > $bundle/Contents/Info.plist <<EOF
         <key>NSSupportsSuddenTermination</key>
         <string>YES</string>
         <key>NSHumanReadableCopyright</key>
-        <string>Copyright ©2016, Adonthell Team</string>
+        <string>Copyright ©2017, Adonthell Team</string>
         <key>NSHighResolutionCapable</key>
         <string>YES</string>
 </dict>
@@ -104,8 +109,8 @@ fi
 cd build
 echo "Configuring $appname. This may take a while ..."
 
-# -- Python distutils used in confgure script are picky about the deployment 
target; make sure they are happy
-MACOSX_DEPLOYMENT_TARGET=$osversion ../configure $configure_args > /dev/null
+# -- Python distutils used in configure script are picky about the deployment 
target; make sure they are happy
+LDFLAGS="-sectcreate __TEXT __info_plist $prefix/Info.plist" 
MACOSX_DEPLOYMENT_TARGET=$osversion ../configure $configure_args > /dev/null
 if [ $? -ne 0 ]; then
    exit 1
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]