aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-05-26 16:54:13 +0000
committerGreg Clayton <gclayton@apple.com>2011-05-26 16:54:13 +0000
commit7d20d2b20f4a9b120b953bedcfa1750f55ccc8bf (patch)
treeb0a05c66aa04a04d98636c83fc0a2ed9665797b8 /tools
parenta7ab5900ceefe329d773fa353313ff311517c2c3 (diff)
downloadlldb-7d20d2b20f4a9b120b953bedcfa1750f55ccc8bf.tar.gz
lldb-56 with codesign settings fixed in the Xcode projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/debugserver/debugserver.xcodeproj/project.pbxproj19
1 files changed, 4 insertions, 15 deletions
diff --git a/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/tools/debugserver/debugserver.xcodeproj/project.pbxproj
index 2d6d394ca..e8779fea5 100644
--- a/tools/debugserver/debugserver.xcodeproj/project.pbxproj
+++ b/tools/debugserver/debugserver.xcodeproj/project.pbxproj
@@ -359,7 +359,6 @@
26CE05C7115C36870022F371 /* ShellScript */,
26CE0591115C31C20022F371 /* Sources */,
26CE0592115C31C20022F371 /* Frameworks */,
- 26C688951378864600407EDF /* Codesign Hack */,
);
buildRules = (
);
@@ -398,20 +397,6 @@
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
- 26C688951378864600407EDF /* Codesign Hack */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Codesign Hack";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "codesign --force --keychain ~/Library/Keychains/login.keychain --sign lldb_codesign \"$CODESIGNING_FOLDER_PATH\"";
- };
26CE05C7115C36870022F371 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@@ -580,6 +565,7 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = "source/debugserver-entitlements.plist";
+ CODE_SIGN_IDENTITY = lldb_codesign;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 139;
FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks;
@@ -609,6 +595,7 @@
);
OTHER_MIGFLAGS = "-I$(DERIVED_FILE_DIR)";
PRODUCT_NAME = debugserver;
+ PROVISIONING_PROFILE = "";
USER_HEADER_SEARCH_PATHS = "./source ../../source $(DERIVED_SOURCES_DIR)";
ZERO_LINK = NO;
};
@@ -618,6 +605,7 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = "source/debugserver-entitlements.plist";
+ CODE_SIGN_IDENTITY = lldb_codesign;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 139;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@@ -647,6 +635,7 @@
);
OTHER_MIGFLAGS = "-I$(DERIVED_FILE_DIR)";
PRODUCT_NAME = debugserver;
+ PROVISIONING_PROFILE = "";
USER_HEADER_SEARCH_PATHS = "./source ../../source $(DERIVED_SOURCES_DIR)";
ZERO_LINK = NO;
};