Skip to content

Commit

Permalink
[Xcode] Update to recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Mar 7, 2017
1 parent ef8555e commit d42cbe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Commandant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = Carthage;
TargetAttributes = {
D00CCDD81A20717400109F8C = {
Expand Down Expand Up @@ -405,6 +405,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D00CCDFA1A20719500109F8C /* Debug.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_TESTABILITY = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
Expand All @@ -419,6 +421,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D00CCDFC1A20719500109F8C /* Release.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CURRENT_PROJECT_VERSION = 1;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -492,6 +496,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D00CCDFB1A20719500109F8C /* Profile.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CURRENT_PROJECT_VERSION = 1;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -534,6 +540,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D00CCDFD1A20719500109F8C /* Test.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CURRENT_PROJECT_VERSION = 1;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SWIFT_VERSION = 3.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit d42cbe8

Please sign in to comment.