Skip to content

Commit 0b40b66

Browse files
author
Blake Watters
committed
Update project with Xcode 5 recommended settings
1 parent b4c192e commit 0b40b66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/RKValueTransformersTests.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
25A0133D17DBC1F4006C2BD6 /* Project object */ = {
158158
isa = PBXProject;
159159
attributes = {
160-
LastUpgradeCheck = 0460;
160+
LastUpgradeCheck = 0500;
161161
};
162162
buildConfigurationList = 25A0134017DBC1F4006C2BD6 /* Build configuration list for PBXProject "RKValueTransformersTests" */;
163163
compatibilityVersion = "Xcode 3.2";
@@ -306,6 +306,7 @@
306306
25A0134117DBC1F4006C2BD6 /* Debug */ = {
307307
isa = XCBuildConfiguration;
308308
buildSettings = {
309+
ONLY_ACTIVE_ARCH = YES;
309310
};
310311
name = Debug;
311312
};
@@ -393,7 +394,6 @@
393394
baseConfigurationReference = DF2E27B855724C1EA1E411FD /* Pods-osx.xcconfig */;
394395
buildSettings = {
395396
ALWAYS_SEARCH_USER_PATHS = NO;
396-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
397397
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
398398
CLANG_CXX_LIBRARY = "libc++";
399399
CLANG_ENABLE_OBJC_ARC = YES;
@@ -434,7 +434,6 @@
434434
baseConfigurationReference = DF2E27B855724C1EA1E411FD /* Pods-osx.xcconfig */;
435435
buildSettings = {
436436
ALWAYS_SEARCH_USER_PATHS = NO;
437-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
438437
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
439438
CLANG_CXX_LIBRARY = "libc++";
440439
CLANG_ENABLE_OBJC_ARC = YES;

0 commit comments

Comments
 (0)