Skip to content

Commit

Permalink
moved to SDK 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssv committed Nov 18, 2010
1 parent 3ce5da8 commit f3e6944
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions objectivec/ProtocolBuffers.xcodeproj/project.pbxproj
Expand Up @@ -477,7 +477,14 @@
isa = PBXProject;
buildConfigurationList = 10000000000000080000015A /* Build configuration list for PBXProject "ProtocolBuffers" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 1000000000000009000001D5 /* CustomTemplate */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -642,7 +649,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ProtocolBuffers_Prefix.pch;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_MISSING_PARENTHESES = YES;
Expand All @@ -655,8 +662,8 @@
);
PREBINDING = NO;
PRODUCT_NAME = "$(PROJECT_NAME)";
SDKROOT = iphoneos4.0;
VALID_ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
SDKROOT = iphoneos4.1;
VALID_ARCHS = "armv6 $(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
};
name = Debug;
};
Expand Down Expand Up @@ -696,6 +703,8 @@
100000000000000A00000075 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
SDKROOT = iphoneos4.1;
VALID_ARCHS = "armv6 $(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
};
name = Debug;
};
Expand Down Expand Up @@ -763,8 +772,8 @@
100000000000001700000056 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
SDKROOT = iphoneos3.0;
VALID_ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
SDKROOT = iphoneos4.1;
VALID_ARCHS = "armv6 $(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
};
name = Release;
};
Expand Down Expand Up @@ -808,7 +817,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ProtocolBuffers_Prefix.pch;
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_MISSING_PARENTHESES = YES;
Expand All @@ -820,8 +829,8 @@
);
PREBINDING = NO;
PRODUCT_NAME = "$(PROJECT_NAME)";
SDKROOT = iphoneos4.0;
VALID_ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
SDKROOT = iphoneos4.1;
VALID_ARCHS = "armv6 $(ARCHS_UNIVERSAL_IPHONE_OS) i386 x86_64";
};
name = Release;
};
Expand Down

0 comments on commit f3e6944

Please sign in to comment.