Skip to content

Commit

Permalink
Update project to Xcode 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sérgio Estêvão committed Oct 1, 2013
1 parent 6dd4d6b commit b7fd220
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions SELibrary.xcodeproj/project.pbxproj
Expand Up @@ -583,7 +583,7 @@
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
LastUpgradeCheck = 0500;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "SELibrary" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -820,7 +820,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/SELibrary.dst;
Expand All @@ -838,7 +837,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/SELibrary.dst;
GCC_MODEL_TUNING = G5;
Expand All @@ -852,12 +850,12 @@
1DEB922308733DC00010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
Expand All @@ -867,7 +865,6 @@
1DEB922408733DC00010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Expand Down Expand Up @@ -1108,6 +1105,7 @@
5898403717E34AB500B61749 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FF1AB7B7169B91E5004A5B5D /* Build configuration list for PBXNativeTarget "Framework" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit b7fd220

Please sign in to comment.