aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-06-03 22:08:56 +0000
committerGreg Clayton <gclayton@apple.com>2011-06-03 22:08:56 +0000
commitc40dfc53ced2a8a8243f410e90eab4fbbe63f1a6 (patch)
tree34c3ae56989c99723a4bf3c5745d8ff57d580c53 /tools
parented876b1de1500e38091c78935ba4d917582ef05a (diff)
downloadlldb-c40dfc53ced2a8a8243f410e90eab4fbbe63f1a6.tar.gz
Don't codesign with lldb_codesign for non MacOSX SDKs.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/debugserver/debugserver.xcodeproj/project.pbxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/tools/debugserver/debugserver.xcodeproj/project.pbxproj
index e8779fea5..56b0c5464 100644
--- a/tools/debugserver/debugserver.xcodeproj/project.pbxproj
+++ b/tools/debugserver/debugserver.xcodeproj/project.pbxproj
@@ -565,7 +565,7 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = "source/debugserver-entitlements.plist";
- CODE_SIGN_IDENTITY = lldb_codesign;
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = lldb_codesign;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 139;
FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks;
@@ -595,7 +595,7 @@
);
OTHER_MIGFLAGS = "-I$(DERIVED_FILE_DIR)";
PRODUCT_NAME = debugserver;
- PROVISIONING_PROFILE = "";
+ "PROVISIONING_PROFILE[sdk=macosx*]" = "";
USER_HEADER_SEARCH_PATHS = "./source ../../source $(DERIVED_SOURCES_DIR)";
ZERO_LINK = NO;
};
@@ -605,7 +605,7 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = "source/debugserver-entitlements.plist";
- CODE_SIGN_IDENTITY = lldb_codesign;
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = lldb_codesign;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 139;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@@ -635,7 +635,7 @@
);
OTHER_MIGFLAGS = "-I$(DERIVED_FILE_DIR)";
PRODUCT_NAME = debugserver;
- PROVISIONING_PROFILE = "";
+ "PROVISIONING_PROFILE[sdk=macosx*]" = "";
USER_HEADER_SEARCH_PATHS = "./source ../../source $(DERIVED_SOURCES_DIR)";
ZERO_LINK = NO;
};