From 5de58fc5574c0f2740ecb08dc858cf34fba0a25f Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Sat, 15 Aug 2009 14:09:29 +0000 Subject: [PATCH] universal binary git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@244 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- build/Xcode/CommanderGenius.xcodeproj/project.pbxproj | 5 ++++- build/Xcode/createdmg.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build/Xcode/CommanderGenius.xcodeproj/project.pbxproj b/build/Xcode/CommanderGenius.xcodeproj/project.pbxproj index d72fab391..1ab0a68e5 100644 --- a/build/Xcode/CommanderGenius.xcodeproj/project.pbxproj +++ b/build/Xcode/CommanderGenius.xcodeproj/project.pbxproj @@ -962,8 +962,9 @@ baseConfigurationReference = 5048396E09E3307300765E4B /* CommanderGeniusTarget.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; DEAD_CODE_STRIPPING = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\\\"$(SRCROOT)\\\"", @@ -973,6 +974,7 @@ GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = /Library/Frameworks/SDL.framework/Headers; INSTALL_PATH = "$(HOME)/Applications"; + MACOSX_DEPLOYMENT_TARGET = 10.3; OTHER_CFLAGS = ( "-DBUILD_SDL", "-DUSE_OPENGL", @@ -980,6 +982,7 @@ ); PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES; PRODUCT_NAME = "Commander Genius"; + SDKROOT = macosx10.4; }; name = Release; }; diff --git a/build/Xcode/createdmg.sh b/build/Xcode/createdmg.sh index 36e308530..3a8cca89d 100755 --- a/build/Xcode/createdmg.sh +++ b/build/Xcode/createdmg.sh @@ -49,5 +49,5 @@ mkdmg() { cd "$(dirname "$0")" -rsync -a --delete build/Debug/Commander\ Genius.app dmg/ +rsync -a --delete build/Release/Commander\ Genius.app dmg/ mkdmg CommanderGenius "$(egrep -E ".*#define.*CGVERSION.*" ../../version.h | cut -d "\"" -f 2)" dmg