Skip to content

Commit d9dea12

Browse files
committed
Upgrading project settings for Xcode 5
1 parent 5efa6a0 commit d9dea12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Example/AFNetworking iOS Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
F8E469571395739C00DB05C8 /* Project object */ = {
291291
isa = PBXProject;
292292
attributes = {
293-
LastUpgradeCheck = 0450;
293+
LastUpgradeCheck = 0500;
294294
ORGANIZATIONNAME = Gowalla;
295295
};
296296
buildConfigurationList = F8E4695A1395739C00DB05C8 /* Build configuration list for PBXProject "AFNetworking iOS Example" */;
@@ -358,7 +358,6 @@
358358
F8E4697F1395739D00DB05C8 /* Debug */ = {
359359
isa = XCBuildConfiguration;
360360
buildSettings = {
361-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
362361
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
363362
GCC_C_LANGUAGE_STANDARD = gnu99;
364363
GCC_OPTIMIZATION_LEVEL = 0;
@@ -368,14 +367,14 @@
368367
GCC_WARN_ABOUT_RETURN_TYPE = YES;
369368
GCC_WARN_UNUSED_VARIABLE = YES;
370369
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
370+
ONLY_ACTIVE_ARCH = YES;
371371
SDKROOT = iphoneos;
372372
};
373373
name = Debug;
374374
};
375375
F8E469801395739D00DB05C8 /* Release */ = {
376376
isa = XCBuildConfiguration;
377377
buildSettings = {
378-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
379378
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
380379
GCC_C_LANGUAGE_STANDARD = gnu99;
381380
GCC_VERSION = com.apple.compilers.llvmgcc42;

0 commit comments

Comments
 (0)