diff options
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 | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/Makefile.in b/tools/EventClients/Clients/OSXRemote/Makefile.in index 0071c64db8..1d08fb596d 100644 --- a/tools/EventClients/Clients/OSXRemote/Makefile.in +++ b/tools/EventClients/Clients/OSXRemote/Makefile.in @@ -10,7 +10,7 @@ else endif all: - xcodebuild -nodistribute -sdk macosx10.4 -configuration $(CONFIGURATION) + xcodebuild -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 b31f79c90e..f767fab588 100644 --- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj +++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj @@ -193,10 +193,11 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = DEBUG; + GCC_VERSION = ""; INSTALL_PATH = /usr/local/bin; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = XBMCHelper; - SDKROOT = macosx10.4; + SDKROOT = macosx; STRIP_STYLE = debugging; }; name = Debug; @@ -208,11 +209,11 @@ CONFIGURATION_BUILD_DIR = ../../../osx; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - GCC_VERSION = 4.0; + GCC_VERSION = ""; INSTALL_PATH = /usr/local/bin; ONLY_ACTIVE_ARCH = NO; PRODUCT_NAME = XBMCHelper; - SDKROOT = macosx10.4; + SDKROOT = macosx; STRIP_STYLE = debugging; }; name = Release; |