Skip to content

Commit 1615245

Browse files
committed
Updated project for Xcode 8.
1 parent a9a205d commit 1615245

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

SetupXcodeDerivedDataRamDisk.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
65633CB81CA7AB9F0042FE05 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65633CB71CA7AB9F0042FE05 /* main.swift */; };
11-
656FFB101D3F293B00A685C7 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 656FFB0F1D3F293B00A685C7 /* README.md */; };
1211
/* End PBXBuildFile section */
1312

1413
/* Begin PBXCopyFilesBuildPhase section */
@@ -26,7 +25,6 @@
2625
/* Begin PBXFileReference section */
2726
65633CB41CA7AB9F0042FE05 /* SetupXcodeDerivedDataRamDisk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SetupXcodeDerivedDataRamDisk; sourceTree = BUILT_PRODUCTS_DIR; };
2827
65633CB71CA7AB9F0042FE05 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
29-
656FFB0F1D3F293B00A685C7 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
3028
/* End PBXFileReference section */
3129

3230
/* Begin PBXFrameworksBuildPhase section */
@@ -43,7 +41,6 @@
4341
65633CAB1CA7AB9F0042FE05 = {
4442
isa = PBXGroup;
4543
children = (
46-
656FFB0F1D3F293B00A685C7 /* README.md */,
4744
65633CB61CA7AB9F0042FE05 /* SetupXcodeDerivedDataRamDisk */,
4845
65633CB51CA7AB9F0042FE05 /* Products */,
4946
);
@@ -92,7 +89,7 @@
9289
isa = PBXProject;
9390
attributes = {
9491
LastSwiftUpdateCheck = 0730;
95-
LastUpgradeCheck = 0730;
92+
LastUpgradeCheck = 0800;
9693
ORGANIZATIONNAME = ikiApps;
9794
TargetAttributes = {
9895
65633CB31CA7AB9F0042FE05 = {
@@ -122,7 +119,6 @@
122119
isa = PBXSourcesBuildPhase;
123120
buildActionMask = 2147483647;
124121
files = (
125-
656FFB101D3F293B00A685C7 /* README.md in Sources */,
126122
65633CB81CA7AB9F0042FE05 /* main.swift in Sources */,
127123
);
128124
runOnlyForDeploymentPostprocessing = 0;
@@ -144,8 +140,10 @@
144140
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
145141
CLANG_WARN_EMPTY_BODY = YES;
146142
CLANG_WARN_ENUM_CONVERSION = YES;
143+
CLANG_WARN_INFINITE_RECURSION = YES;
147144
CLANG_WARN_INT_CONVERSION = YES;
148145
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
146+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
149147
CLANG_WARN_UNREACHABLE_CODE = YES;
150148
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
151149
CODE_SIGN_IDENTITY = "-";
@@ -172,6 +170,7 @@
172170
ONLY_ACTIVE_ARCH = YES;
173171
SDKROOT = macosx;
174172
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
173+
SWIFT_VERSION = 3.0;
175174
};
176175
name = Debug;
177176
};
@@ -189,8 +188,10 @@
189188
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
190189
CLANG_WARN_EMPTY_BODY = YES;
191190
CLANG_WARN_ENUM_CONVERSION = YES;
191+
CLANG_WARN_INFINITE_RECURSION = YES;
192192
CLANG_WARN_INT_CONVERSION = YES;
193193
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
194195
CLANG_WARN_UNREACHABLE_CODE = YES;
195196
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
196197
CODE_SIGN_IDENTITY = "-";
@@ -209,6 +210,8 @@
209210
MACOSX_DEPLOYMENT_TARGET = 10.11;
210211
MTL_ENABLE_DEBUG_INFO = NO;
211212
SDKROOT = macosx;
213+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
214+
SWIFT_VERSION = 3.0;
212215
};
213216
name = Release;
214217
};

0 commit comments

Comments
 (0)