Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Build Settings
Browse files Browse the repository at this point in the history
- Added correct Deployment Targets
- Changed to 10.7 SDK
  • Loading branch information
timthedevguy committed Jul 30, 2011
1 parent 09a5172 commit 718ab65
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
15 changes: 5 additions & 10 deletions .gitignore
Expand Up @@ -2,13 +2,8 @@ build
BGHUDAppKit.xcodeproj/*.mode1v3
BGHUDAppKit.xcodeproj/*.pbxuser
BGHUDAppKit.xcodeproj/*.perspectivev3
BGHUDAppKit.xcodeproj/project.xcworkspace/xcuserdata/binarygod.xcuserdatad/UserInterfaceState.xcuserstate
BGHUDAppKit.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/All.xcscheme
BGHUDAppKit.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/BGHUDAppKit.xcscheme
BGHUDAppKit.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/BGHUDAppKitPlugin.xcscheme
BGHUDAppKit.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/xcschememanagement.plist
bghudtest/bghudtest.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/xcschememanagement.plist
bghudtest/bghudtest.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcschemes/bghudtest.xcscheme
bghudtest/bghudtest.xcodeproj/project.xcworkspace/xcuserdata/binarygod.xcuserdatad/UserInterfaceState.xcuserstate
BGHUDAppKit.xcodeproj/xcuserdata/binarygod.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
.DS_Store
BGHUDAppKit.xcodeproj/xcuserdata/
bghudtest/bghudtest.xcodeproj/xcuserdata/
bghudtest/bghudtest.xcodeproj/project.xcworkspace/
.DS_Store
BGHUDAppKit.xcodeproj/project.xcworkspace/xcuserdata/binarygod.xcuserdatad/
20 changes: 11 additions & 9 deletions BGHUDAppKit.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -547,8 +547,11 @@
/* Begin PBXProject section */
0259C573FE90428111CA0C5A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = C056398B08A954F8003078D8 /* Build configuration list for PBXProject "BGHUDAppKit" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -635,7 +638,6 @@
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_ENABLE_OBJC_GC = supported;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -663,6 +665,7 @@
GCC_WARN_UNUSED_VALUE = NO;
INFOPLIST_FILE = "BGHUDAppKitFramework-Info.plist";
INSTALL_PATH = "@rpath";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = BGHUDAppKit;
SKIP_INSTALL = NO;
};
Expand All @@ -684,6 +687,7 @@
INFOPLIST_FILE = "BGHUDAppKitFramework-Info.plist";
INSTALL_PATH = "@rpath";
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
MACOSX_DEPLOYMENT_TARGET = 10.5;
PRODUCT_NAME = BGHUDAppKit;
SEPARATE_STRIP = YES;
SKIP_INSTALL = NO;
Expand All @@ -700,9 +704,8 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "@rpath";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PREBINDING = NO;
SDKROOT = macosx10.7;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -715,9 +718,8 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "@rpath";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PREBINDING = NO;
SDKROOT = macosx10.7;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx;
};
name = Release;
};
Expand Down

0 comments on commit 718ab65

Please sign in to comment.