diff options
author | S. Davilla <davilla@4pi.com> | 2012-05-01 08:39:08 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2012-05-01 08:39:08 -0400 |
commit | 514495da2970f5731e1a76b1e6d763b6348fc78e (patch) | |
tree | 4ab66d71ac1ad7a91d7022393399eac7f41977f5 /tools/EventClients | |
parent | 986432f4557fbc67104aec463a78a3f2b79fd752 (diff) |
[osx] bump OSXRemote xcode project min version to xcode 3.1, disable distributed build to shutup a warning that it can not distcc the build, change the c-lang to compiler-default to match the main xcode project
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/Makefile.in | 2 | ||||
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj | 30 |
2 files changed, 19 insertions, 13 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/Makefile.in b/tools/EventClients/Clients/OSXRemote/Makefile.in index 4b66f568db..0071c64db8 100644 --- a/tools/EventClients/Clients/OSXRemote/Makefile.in +++ b/tools/EventClients/Clients/OSXRemote/Makefile.in @@ -10,7 +10,7 @@ else endif all: - xcodebuild -sdk macosx10.4 -configuration $(CONFIGURATION) + xcodebuild -nodistribute -sdk macosx10.4 -configuration $(CONFIGURATION) clean: xcodebuild clean -configuration $(CONFIGURATION) diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj index 753745461c..b31f79c90e 100644 --- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj +++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ @@ -149,8 +149,15 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "XBMCHelper" */; - compatibilityVersion = "Xcode 2.4"; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 08FB7794FE84155DC02AAC07 /* XBMCHelper */; projectDirPath = ""; projectRoot = ""; @@ -189,7 +196,7 @@ INSTALL_PATH = /usr/local/bin; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = XBMCHelper; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = macosx10.4; STRIP_STYLE = debugging; }; name = Debug; @@ -205,7 +212,7 @@ INSTALL_PATH = /usr/local/bin; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = XBMCHelper; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = macosx10.4; STRIP_STYLE = debugging; }; name = Release; @@ -213,29 +220,28 @@ 1DEB924C08733DCA0010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; - GCC_C_LANGUAGE_STANDARD = c99; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_OPTIMIZATION_LEVEL = 0; GCC_VERSION = 4.0; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH)"; + ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = macosx10.4; }; name = Debug; }; 1DEB924D08733DCA0010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; - GCC_C_LANGUAGE_STANDARD = c99; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = macosx10.4; }; name = Release; }; |