diff options
| author | Jason Molenda <jmolenda@apple.com> | 2015-10-25 06:51:37 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2015-10-25 06:51:37 +0000 |
| commit | e376c40308823cabe9d2c416ddb348598df39568 (patch) | |
| tree | 4cb68e4fa3f4d65cb84f4b9647f571a215ead6e3 /lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | |
| parent | 5753adb8107a1b05fff720c1d854c4bf066b5138 (diff) | |
| download | bcm5719-llvm-e376c40308823cabe9d2c416ddb348598df39568.tar.gz bcm5719-llvm-e376c40308823cabe9d2c416ddb348598df39568.zip | |
Remove some unnecessary macosx.internal SDK settings in
the debugserver xcode project file.
llvm-svn: 251221
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index 2c15ecdd8ca..21603af9a31 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -783,7 +783,7 @@ ); OTHER_MIGFLAGS = "-I$(DERIVED_FILE_DIR)"; PRODUCT_NAME = debugserver; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -885,7 +885,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -985,7 +985,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -1236,7 +1236,7 @@ "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = ( "$(SDKROOT)/System/Library/PrivateFrameworks", "$(SDKROOT)/Developer/Library/PrivateFrameworks", - ); + ); "FRAMEWORK_SEARCH_PATHS[sdk=macosx*][arch=*]" = "$(SDKROOT)/System/Library/PrivateFrameworks"; GCC_C_LANGUAGE_STANDARD = c99; GCC_PREPROCESSOR_DEFINITIONS = LLDB_DEBUGSERVER_BUILDANDINTEGRATION; @@ -1278,7 +1278,7 @@ STRIP_INSTALLED_PRODUCT = YES; USER_HEADER_SEARCH_PATHS = "./source ../../source $(DERIVED_SOURCES_DIR) ../../include"; ZERO_LINK = NO; - }; + }; name = BuildAndIntegration; }; 4968B7A916657FAE00741ABB /* DebugClang */ = { @@ -1408,7 +1408,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -1544,7 +1544,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -1750,7 +1750,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; @@ -1877,7 +1877,7 @@ PRODUCT_NAME = debugserver; "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; "PROVISIONING_PROFILE[sdk=macosx*]" = ""; - SDKROOT = macosx.internal; + SDKROOT = macosx; "SDKROOT[arch=i386]" = macosx; "SDKROOT[arch=x86_64]" = macosx; "SDKROOT[arch=x86_64h]" = macosx; |

