aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-11-08 15:51:39 +0100
committerMemphiz <memphis@machzwo.de>2014-11-12 18:06:18 +0100
commit0a3f1dc65258cb0ebfb75462b8ae063e632c8ba5 (patch)
tree4a121f9d962d3a9f60a3f5aa422a4d3976035c82 /tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj
parent06efe714f1b894052e5ec80ea95987bc0bc89a45 (diff)
[XBMCHelper] - change to only build i386 and adapt output dir to match the one where the binary was in our tree before...
Diffstat (limited to 'tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj')
-rw-r--r--tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
index f767fab588..f64ca9293c 100644
--- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
+++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
@@ -148,6 +148,8 @@
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
+ attributes = {
+ };
buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "XBMCHelper" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
@@ -186,7 +188,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
- CONFIGURATION_BUILD_DIR = ../../../osx;
+ CONFIGURATION_BUILD_DIR = ../../../darwin/runtime;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
@@ -195,10 +197,12 @@
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_VERSION = "";
INSTALL_PATH = /usr/local/bin;
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = XBMCHelper;
SDKROOT = macosx;
STRIP_STYLE = debugging;
+ VALID_ARCHS = i386;
};
name = Debug;
};
@@ -206,15 +210,17 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
- CONFIGURATION_BUILD_DIR = ../../../osx;
+ CONFIGURATION_BUILD_DIR = ../../../darwin/runtime;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
GCC_VERSION = "";
INSTALL_PATH = /usr/local/bin;
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = XBMCHelper;
SDKROOT = macosx;
STRIP_STYLE = debugging;
+ VALID_ARCHS = i386;
};
name = Release;
};