diff options
| author | Jason Molenda <jmolenda@apple.com> | 2015-03-06 00:45:01 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2015-03-06 00:45:01 +0000 |
| commit | 07e51cc72d867e18e752dc2e9d0278c103cdd58d (patch) | |
| tree | 661f01445cf0bed0cee8d7c4538127c1a759409d /lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | |
| parent | 84ced5c1af159d537a9d24ecc71e6adc58bf0eff (diff) | |
| download | bcm5719-llvm-07e51cc72d867e18e752dc2e9d0278c103cdd58d.tar.gz bcm5719-llvm-07e51cc72d867e18e752dc2e9d0278c103cdd58d.zip | |
Bump major vers # in xcode project file from 330 to 340.
llvm-svn: 231441
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index 5dcf649720c..42565ef4cd0 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -515,7 +515,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -547,7 +547,7 @@ CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; DEAD_CODE_STRIPPING = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; @@ -581,7 +581,7 @@ CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; DEAD_CODE_STRIPPING = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; @@ -606,7 +606,7 @@ "CODE_SIGN_ENTITLEMENTS[sdk=iphoneos*]" = "source/debugserver-entitlements.plist"; "CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "source/debugserver-macosx-entitlements.plist"; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = ( @@ -673,7 +673,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = ( "$(SDKROOT)/System/Library/PrivateFrameworks", @@ -740,7 +740,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = ( @@ -817,7 +817,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -843,7 +843,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 330.99.0; + CURRENT_PROJECT_VERSION = 340.99.0; FRAMEWORK_SEARCH_PATHS = $SDKROOT/System/Library/PrivateFrameworks; "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = ( "$(SDKROOT)/System/Library/PrivateFrameworks", |

