|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 9437D8841E0D960A00A38FB8 /* Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9437D8831E0D960A00A38FB8 /* Test.swift */; };
|
11 |
| - 9437D88B1E0D969500A38FB8 /* Palindromes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9437D8791E0D948A00A38FB8 /* Palindromes.swift */; }; |
| 11 | + 9437D88B1E0D969500A38FB8 /* Palindrome.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9437D8791E0D948A00A38FB8 /* Palindrome.swift */; }; |
12 | 12 | /* End PBXBuildFile section */
|
13 | 13 |
|
14 | 14 | /* Begin PBXFileReference section */
|
15 |
| - 9437D8791E0D948A00A38FB8 /* Palindromes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Palindromes.swift; sourceTree = "<group>"; }; |
| 15 | + 9437D8791E0D948A00A38FB8 /* Palindrome.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Palindrome.swift; sourceTree = "<group>"; }; |
16 | 16 | 9437D8811E0D960A00A38FB8 /* Test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
17 | 17 | 9437D8831E0D960A00A38FB8 /* Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Test.swift; sourceTree = "<group>"; };
|
18 | 18 | 9437D8851E0D960A00A38FB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
32 | 32 | 9437D8651E0D945200A38FB8 = {
|
33 | 33 | isa = PBXGroup;
|
34 | 34 | children = (
|
35 |
| - 9437D8791E0D948A00A38FB8 /* Palindromes.swift */, |
| 35 | + 9437D8791E0D948A00A38FB8 /* Palindrome.swift */, |
36 | 36 | 9437D8821E0D960A00A38FB8 /* Test */,
|
37 | 37 | 9437D86F1E0D945200A38FB8 /* Products */,
|
38 | 38 | );
|
|
87 | 87 | TargetAttributes = {
|
88 | 88 | 9437D8801E0D960A00A38FB8 = {
|
89 | 89 | CreatedOnToolsVersion = 8.2;
|
| 90 | + LastSwiftMigration = 1000; |
90 | 91 | ProvisioningStyle = Automatic;
|
91 | 92 | };
|
92 | 93 | };
|
|
123 | 124 | isa = PBXSourcesBuildPhase;
|
124 | 125 | buildActionMask = 2147483647;
|
125 | 126 | files = (
|
126 |
| - 9437D88B1E0D969500A38FB8 /* Palindromes.swift in Sources */, |
| 127 | + 9437D88B1E0D969500A38FB8 /* Palindrome.swift in Sources */, |
127 | 128 | 9437D8841E0D960A00A38FB8 /* Test.swift in Sources */,
|
128 | 129 | );
|
129 | 130 | runOnlyForDeploymentPostprocessing = 0;
|
|
229 | 230 | PRODUCT_NAME = "$(TARGET_NAME)";
|
230 | 231 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
231 | 232 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
232 |
| - SWIFT_VERSION = 3.0; |
| 233 | + SWIFT_SWIFT3_OBJC_INFERENCE = On; |
| 234 | + SWIFT_VERSION = 4.2; |
233 | 235 | };
|
234 | 236 | name = Debug;
|
235 | 237 | };
|
|
243 | 245 | PRODUCT_BUNDLE_IDENTIFIER = self.edu.Test;
|
244 | 246 | PRODUCT_NAME = "$(TARGET_NAME)";
|
245 | 247 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
246 |
| - SWIFT_VERSION = 3.0; |
| 248 | + SWIFT_SWIFT3_OBJC_INFERENCE = On; |
| 249 | + SWIFT_VERSION = 4.2; |
247 | 250 | };
|
248 | 251 | name = Release;
|
249 | 252 | };
|
|
266 | 269 | 9437D8881E0D960A00A38FB8 /* Release */,
|
267 | 270 | );
|
268 | 271 | defaultConfigurationIsVisible = 0;
|
| 272 | + defaultConfigurationName = Release; |
269 | 273 | };
|
270 | 274 | /* End XCConfigurationList section */
|
271 | 275 | };
|
|
0 commit comments