Skip to content

Commit 8905074

Browse files
authored
Merge pull request #100 from Carthage/xcode-recommended-settings
[Xcode] Update to recommended settings
2 parents ef8555e + d42cbe8 commit 8905074

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Commandant.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
attributes = {
315315
LastSwiftMigration = 0700;
316316
LastSwiftUpdateCheck = 0700;
317-
LastUpgradeCheck = 0700;
317+
LastUpgradeCheck = 0820;
318318
ORGANIZATIONNAME = Carthage;
319319
TargetAttributes = {
320320
D00CCDD81A20717400109F8C = {
@@ -405,6 +405,8 @@
405405
isa = XCBuildConfiguration;
406406
baseConfigurationReference = D00CCDFA1A20719500109F8C /* Debug.xcconfig */;
407407
buildSettings = {
408+
CLANG_WARN_INFINITE_RECURSION = YES;
409+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
408410
CURRENT_PROJECT_VERSION = 1;
409411
ENABLE_TESTABILITY = YES;
410412
MACOSX_DEPLOYMENT_TARGET = 10.9;
@@ -419,6 +421,8 @@
419421
isa = XCBuildConfiguration;
420422
baseConfigurationReference = D00CCDFC1A20719500109F8C /* Release.xcconfig */;
421423
buildSettings = {
424+
CLANG_WARN_INFINITE_RECURSION = YES;
425+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
422426
CURRENT_PROJECT_VERSION = 1;
423427
MACOSX_DEPLOYMENT_TARGET = 10.9;
424428
SWIFT_VERSION = 3.0;
@@ -492,6 +496,8 @@
492496
isa = XCBuildConfiguration;
493497
baseConfigurationReference = D00CCDFB1A20719500109F8C /* Profile.xcconfig */;
494498
buildSettings = {
499+
CLANG_WARN_INFINITE_RECURSION = YES;
500+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
495501
CURRENT_PROJECT_VERSION = 1;
496502
MACOSX_DEPLOYMENT_TARGET = 10.9;
497503
SWIFT_VERSION = 3.0;
@@ -534,6 +540,8 @@
534540
isa = XCBuildConfiguration;
535541
baseConfigurationReference = D00CCDFD1A20719500109F8C /* Test.xcconfig */;
536542
buildSettings = {
543+
CLANG_WARN_INFINITE_RECURSION = YES;
544+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
537545
CURRENT_PROJECT_VERSION = 1;
538546
MACOSX_DEPLOYMENT_TARGET = 10.9;
539547
SWIFT_VERSION = 3.0;

Commandant.xcodeproj/xcshareddata/xcschemes/Commandant.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 = "0700"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)