|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 9FD5BAB7356B0F99D4ABADA6 /* SQLiteMigrationManagerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD5B59A9E0E9497A3FC4E2D /* SQLiteMigrationManagerSpec.swift */; }; |
11 | 10 | 9FD5BFCFC94877B8D96F1073 /* SQLiteMigrationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD5B054E651DC4BD08A8C8E /* SQLiteMigrationManager.swift */; };
|
| 11 | + EBA6A620219B0E680073DE4F /* SQLiteMigrationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA6A61F219B0E680073DE4F /* SQLiteMigrationManagerTests.swift */; }; |
12 | 12 | EBD6C6801C4C3ACC004270C5 /* Migrations_empty.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C67E1C4C3ACC004270C5 /* Migrations_empty.bundle */; };
|
13 | 13 | EBD6C6811C4C3ACC004270C5 /* Migrations.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C67F1C4C3ACC004270C5 /* Migrations.bundle */; };
|
14 | 14 | EBD6C6831C4E5059004270C5 /* 3_add-row.sql in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C6821C4E5059004270C5 /* 3_add-row.sql */; };
|
15 | 15 | EBD6C6A51C4E686C004270C5 /* Migrations-names.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C6A41C4E686C004270C5 /* Migrations-names.bundle */; };
|
16 | 16 | EBD762D21C4BA3E800951FE6 /* SQLite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBD762D11C4BA3E800951FE6 /* SQLite.framework */; };
|
17 |
| - EBD762D51C4BA3FA00951FE6 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBD762D31C4BA3FA00951FE6 /* Nimble.framework */; }; |
18 |
| - EBD762D61C4BA3FA00951FE6 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBD762D41C4BA3FA00951FE6 /* Quick.framework */; }; |
19 | 17 | EBE813EF1C4BA00200EE04E8 /* SQLiteMigrationManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBE813E41C4BA00200EE04E8 /* SQLiteMigrationManager.framework */; };
|
20 | 18 | /* End PBXBuildFile section */
|
21 | 19 |
|
|
31 | 29 |
|
32 | 30 | /* Begin PBXFileReference section */
|
33 | 31 | 9FD5B054E651DC4BD08A8C8E /* SQLiteMigrationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLiteMigrationManager.swift; sourceTree = "<group>"; };
|
34 |
| - 9FD5B59A9E0E9497A3FC4E2D /* SQLiteMigrationManagerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLiteMigrationManagerSpec.swift; sourceTree = "<group>"; }; |
| 32 | + EBA6A61F219B0E680073DE4F /* SQLiteMigrationManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLiteMigrationManagerTests.swift; sourceTree = "<group>"; }; |
35 | 33 | EBD6C67E1C4C3ACC004270C5 /* Migrations_empty.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Migrations_empty.bundle; sourceTree = "<group>"; };
|
36 | 34 | EBD6C67F1C4C3ACC004270C5 /* Migrations.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Migrations.bundle; sourceTree = "<group>"; };
|
37 | 35 | EBD6C6821C4E5059004270C5 /* 3_add-row.sql */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "3_add-row.sql"; sourceTree = "<group>"; };
|
38 | 36 | EBD6C6A41C4E686C004270C5 /* Migrations-names.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = "Migrations-names.bundle"; sourceTree = "<group>"; };
|
39 | 37 | EBD762D11C4BA3E800951FE6 /* SQLite.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SQLite.framework; path = "Carthage/Checkouts/SQLite.swift/build/Debug-iphoneos/SQLite.framework"; sourceTree = "<group>"; };
|
40 |
| - EBD762D31C4BA3FA00951FE6 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = "Carthage/Checkouts/Nimble/build/Debug-iphoneos/Nimble.framework"; sourceTree = "<group>"; }; |
41 |
| - EBD762D41C4BA3FA00951FE6 /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quick.framework; path = "Carthage/Checkouts/Quick/build/Debug-iphoneos/Quick.framework"; sourceTree = "<group>"; }; |
42 | 38 | EBE813E41C4BA00200EE04E8 /* SQLiteMigrationManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLiteMigrationManager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
43 | 39 | EBE813E91C4BA00200EE04E8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
44 | 40 | EBE813EE1C4BA00200EE04E8 /* SQLiteMigrationManagerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SQLiteMigrationManagerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
58 | 54 | isa = PBXFrameworksBuildPhase;
|
59 | 55 | buildActionMask = 2147483647;
|
60 | 56 | files = (
|
61 |
| - EBD762D51C4BA3FA00951FE6 /* Nimble.framework in Frameworks */, |
62 |
| - EBD762D61C4BA3FA00951FE6 /* Quick.framework in Frameworks */, |
63 | 57 | EBE813EF1C4BA00200EE04E8 /* SQLiteMigrationManager.framework in Frameworks */,
|
64 | 58 | );
|
65 | 59 | runOnlyForDeploymentPostprocessing = 0;
|
|
81 | 75 | EBE813DA1C4BA00200EE04E8 = {
|
82 | 76 | isa = PBXGroup;
|
83 | 77 | children = (
|
84 |
| - EBD762D31C4BA3FA00951FE6 /* Nimble.framework */, |
85 |
| - EBD762D41C4BA3FA00951FE6 /* Quick.framework */, |
86 | 78 | EBD762D11C4BA3E800951FE6 /* SQLite.framework */,
|
87 | 79 | EBE813E61C4BA00200EE04E8 /* SQLiteMigrationManager */,
|
88 | 80 | EBE813F21C4BA00200EE04E8 /* SQLiteMigrationManagerTests */,
|
|
112 | 104 | isa = PBXGroup;
|
113 | 105 | children = (
|
114 | 106 | EBE813F51C4BA00200EE04E8 /* Info.plist */,
|
115 |
| - 9FD5B59A9E0E9497A3FC4E2D /* SQLiteMigrationManagerSpec.swift */, |
116 | 107 | 9FD5BB58743A46516BAD09C9 /* resources */,
|
| 108 | + EBA6A61F219B0E680073DE4F /* SQLiteMigrationManagerTests.swift */, |
117 | 109 | );
|
118 | 110 | path = SQLiteMigrationManagerTests;
|
119 | 111 | sourceTree = "<group>";
|
|
179 | 171 | TargetAttributes = {
|
180 | 172 | EBE813E31C4BA00200EE04E8 = {
|
181 | 173 | CreatedOnToolsVersion = 7.2;
|
182 |
| - LastSwiftMigration = 0910; |
| 174 | + LastSwiftMigration = 1010; |
183 | 175 | };
|
184 | 176 | EBE813ED1C4BA00200EE04E8 = {
|
185 | 177 | CreatedOnToolsVersion = 7.2;
|
186 |
| - LastSwiftMigration = 0910; |
| 178 | + LastSwiftMigration = 1010; |
187 | 179 | };
|
188 | 180 | };
|
189 | 181 | };
|
|
239 | 231 | isa = PBXSourcesBuildPhase;
|
240 | 232 | buildActionMask = 2147483647;
|
241 | 233 | files = (
|
242 |
| - 9FD5BAB7356B0F99D4ABADA6 /* SQLiteMigrationManagerSpec.swift in Sources */, |
| 234 | + EBA6A620219B0E680073DE4F /* SQLiteMigrationManagerTests.swift in Sources */, |
243 | 235 | );
|
244 | 236 | runOnlyForDeploymentPostprocessing = 0;
|
245 | 237 | };
|
|
382 | 374 | PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManager;
|
383 | 375 | PRODUCT_NAME = "$(TARGET_NAME)";
|
384 | 376 | SKIP_INSTALL = YES;
|
385 |
| - SWIFT_VERSION = 4.0; |
| 377 | + SWIFT_VERSION = 4.2; |
386 | 378 | };
|
387 | 379 | name = Debug;
|
388 | 380 | };
|
|
404 | 396 | PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManager;
|
405 | 397 | PRODUCT_NAME = "$(TARGET_NAME)";
|
406 | 398 | SKIP_INSTALL = YES;
|
407 |
| - SWIFT_VERSION = 4.0; |
| 399 | + SWIFT_VERSION = 4.2; |
408 | 400 | };
|
409 | 401 | name = Release;
|
410 | 402 | };
|
|
416 | 408 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
417 | 409 | PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManagerTests;
|
418 | 410 | PRODUCT_NAME = "$(TARGET_NAME)";
|
419 |
| - SWIFT_VERSION = 4.0; |
| 411 | + SWIFT_VERSION = 4.2; |
420 | 412 | };
|
421 | 413 | name = Debug;
|
422 | 414 | };
|
|
428 | 420 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
429 | 421 | PRODUCT_BUNDLE_IDENTIFIER = io.garriguv.SQLiteMigrationManagerTests;
|
430 | 422 | PRODUCT_NAME = "$(TARGET_NAME)";
|
431 |
| - SWIFT_VERSION = 4.0; |
| 423 | + SWIFT_VERSION = 4.2; |
432 | 424 | };
|
433 | 425 | name = Release;
|
434 | 426 | };
|
|
0 commit comments