Skip to content

Commit 4ff0ffe

Browse files
committed
Follow recommended settings of Xcode 7.3
1 parent 5331908 commit 4ff0ffe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

APIKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
isa = PBXProject;
247247
attributes = {
248248
LastSwiftUpdateCheck = 0700;
249-
LastUpgradeCheck = 0700;
249+
LastUpgradeCheck = 0730;
250250
ORGANIZATIONNAME = "Yosuke Ishikawa";
251251
};
252252
buildConfigurationList = 7F45FCD71A94D02C006863BB /* Build configuration list for PBXProject "APIKit" */;
@@ -355,6 +355,8 @@
355355
isa = XCBuildConfiguration;
356356
baseConfigurationReference = 141F12101C1C96820026D415 /* Debug.xcconfig */;
357357
buildSettings = {
358+
ENABLE_TESTABILITY = YES;
359+
ONLY_ACTIVE_ARCH = YES;
358360
};
359361
name = Debug;
360362
};

APIKit.xcodeproj/xcshareddata/xcschemes/APIKit.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0720"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)