Skip to content

Commit bbcb7c0

Browse files
committedSep 16, 2016
update to xcode 8
1 parent 0c43aa7 commit bbcb7c0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎Charts.xcodeproj/project.pbxproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
isa = PBXProject;
879879
attributes = {
880880
LastSwiftUpdateCheck = 0730;
881-
LastUpgradeCheck = 0730;
881+
LastUpgradeCheck = 0800;
882882
TargetAttributes = {
883883
06165F231D8110E600722320 = {
884884
CreatedOnToolsVersion = 7.3.1;
@@ -1184,8 +1184,10 @@
11841184
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
11851185
CLANG_WARN_EMPTY_BODY = YES;
11861186
CLANG_WARN_ENUM_CONVERSION = YES;
1187+
CLANG_WARN_INFINITE_RECURSION = YES;
11871188
CLANG_WARN_INT_CONVERSION = YES;
11881189
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1190+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
11891191
CLANG_WARN_UNREACHABLE_CODE = YES;
11901192
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11911193
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1238,8 +1240,10 @@
12381240
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
12391241
CLANG_WARN_EMPTY_BODY = YES;
12401242
CLANG_WARN_ENUM_CONVERSION = YES;
1243+
CLANG_WARN_INFINITE_RECURSION = YES;
12411244
CLANG_WARN_INT_CONVERSION = YES;
12421245
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1246+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
12431247
CLANG_WARN_UNREACHABLE_CODE = YES;
12441248
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12451249
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1261,6 +1265,7 @@
12611265
MTL_ENABLE_DEBUG_INFO = NO;
12621266
SDKROOT = macosx;
12631267
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
1268+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
12641269
TARGETED_DEVICE_FAMILY = "1,2,3,4";
12651270
TVOS_DEPLOYMENT_TARGET = 9.0;
12661271
VALIDATE_PRODUCT = YES;
@@ -1435,6 +1440,7 @@
14351440
06B120DC1D811E6200D14B02 /* Release */,
14361441
);
14371442
defaultConfigurationIsVisible = 0;
1443+
defaultConfigurationName = Release;
14381444
};
14391445
06B121071D811F1600D14B02 /* Build configuration list for PBXNativeTarget "ChartsRealmTests" */ = {
14401446
isa = XCConfigurationList;
@@ -1443,6 +1449,7 @@
14431449
06B121091D811F1600D14B02 /* Release */,
14441450
);
14451451
defaultConfigurationIsVisible = 0;
1452+
defaultConfigurationName = Release;
14461453
};
14471454
/* End XCConfigurationList section */
14481455
};

‎Charts.xcodeproj/xcshareddata/xcschemes/Charts.xcscheme

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

‎Charts.xcodeproj/xcshareddata/xcschemes/ChartsRealm.xcscheme

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

0 commit comments

Comments
 (0)