diff options
author | amet <amet.nospam@gmail.com> | 2012-05-10 13:50:32 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2012-05-10 13:51:08 +0400 |
commit | 051b9a94ee89d68a27c1244c424334b373398dc1 (patch) | |
tree | 67342277d37933911064ccae85950fa055691882 /tools/EventClients | |
parent | 1eb2bd33fd6b43f430ed43524513041002350612 (diff) |
[osx] changes to build XBMCHelper
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; |