|
24 | 24 | 43370DB31F66E830006188EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43370D781F66E74A006188EC /* LaunchScreen.storyboard */; }; |
25 | 25 | 43370DB41F66E832006188EC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43370D7A1F66E74A006188EC /* Main.storyboard */; }; |
26 | 26 | 43370DBE1F66F0DF006188EC /* CoreDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43370DBB1F66F0C0006188EC /* CoreDataManager.swift */; }; |
| 27 | + 4343875D2F7963FF0041D11F /* CoreDataVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4343875C2F7963FF0041D11F /* CoreDataVersion.swift */; }; |
27 | 28 | 4345D4EE1F67E0FE00027D11 /* UIColor+Hex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4345D4ED1F67E0FE00027D11 /* UIColor+Hex.swift */; }; |
28 | 29 | 4345D4F01F67E10700027D11 /* UIColor+Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4345D4EF1F67E10700027D11 /* UIColor+Random.swift */; }; |
29 | 30 | 4345D4F51F67E1FC00027D11 /* CGFloat+Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4345D4F41F67E1FC00027D11 /* CGFloat+Random.swift */; }; |
|
38 | 39 | 434FE74C2F795ACA00359208 /* CoreDataMigratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 434FE7422F795ACA00359208 /* CoreDataMigratorTests.swift */; }; |
39 | 40 | 434FE74D2F795ADC00359208 /* TestingAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 434FE7372F795ACA00359208 /* TestingAppDelegate.swift */; }; |
40 | 41 | 434FE7502F795AFD00359208 /* CoreDataMigratorMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 434FE74E2F795AFD00359208 /* CoreDataMigratorMock.swift */; }; |
41 | | - 434FE7532F795B5400359208 /* CoreDataMigrationModelSpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 434FE7512F795B5400359208 /* CoreDataMigrationModelSpy.swift */; }; |
| 42 | + 434FE7532F795B5400359208 /* StubCoreDataMigrationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 434FE7512F795B5400359208 /* StubCoreDataMigrationModel.swift */; }; |
| 43 | + 43EC64232F79925F0055607E /* CoreDataVersionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43EC64222F79925E0055607E /* CoreDataVersionTests.swift */; }; |
42 | 44 | /* End PBXBuildFile section */ |
43 | 45 |
|
44 | 46 | /* Begin PBXContainerItemProxy section */ |
|
74 | 76 | 43370D791F66E74A006188EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
75 | 77 | 43370D7B1F66E74A006188EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
76 | 78 | 43370DBB1F66F0C0006188EC /* CoreDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataManager.swift; sourceTree = "<group>"; }; |
| 79 | + 4343875C2F7963FF0041D11F /* CoreDataVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataVersion.swift; sourceTree = "<group>"; }; |
77 | 80 | 4345D4ED1F67E0FE00027D11 /* UIColor+Hex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Hex.swift"; sourceTree = "<group>"; }; |
78 | 81 | 4345D4EF1F67E10700027D11 /* UIColor+Random.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Random.swift"; sourceTree = "<group>"; }; |
79 | 82 | 4345D4F41F67E1FC00027D11 /* CGFloat+Random.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CGFloat+Random.swift"; sourceTree = "<group>"; }; |
|
87 | 90 | 434FE7412F795ACA00359208 /* CoreDataMigrationModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigrationModelTests.swift; sourceTree = "<group>"; }; |
88 | 91 | 434FE7422F795ACA00359208 /* CoreDataMigratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigratorTests.swift; sourceTree = "<group>"; }; |
89 | 92 | 434FE74E2F795AFD00359208 /* CoreDataMigratorMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigratorMock.swift; sourceTree = "<group>"; }; |
90 | | - 434FE7512F795B5400359208 /* CoreDataMigrationModelSpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMigrationModelSpy.swift; sourceTree = "<group>"; }; |
| 93 | + 434FE7512F795B5400359208 /* StubCoreDataMigrationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StubCoreDataMigrationModel.swift; sourceTree = "<group>"; }; |
91 | 94 | 43AB8AE51F66E6A5003153B3 /* CoreDataMigration-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CoreDataMigration-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
92 | 95 | 43AB8AFC1F66E6A5003153B3 /* CoreDataMigration-ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "CoreDataMigration-ExampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
93 | 96 | 43AB8B021F66E6A5003153B3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 97 | + 43EC64222F79925E0055607E /* CoreDataVersionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataVersionTests.swift; sourceTree = "<group>"; }; |
94 | 98 | 43FBB4421F6C16FB0090C536 /* CoreDataMigration-ExampleTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CoreDataMigration-ExampleTests-Bridging-Header.h"; sourceTree = "<group>"; }; |
95 | 99 | /* End PBXFileReference section */ |
96 | 100 |
|
|
118 | 122 | 431DCEB01F67EE2600CF6316 /* CoreDataMigrationModel.swift */, |
119 | 123 | 431DCEB11F67EE2600CF6316 /* CoreDataMigrationStep.swift */, |
120 | 124 | 431DCEB21F67EE2600CF6316 /* CoreDataMigrator.swift */, |
| 125 | + 4343875C2F7963FF0041D11F /* CoreDataVersion.swift */, |
121 | 126 | 431DCEB31F67EE2600CF6316 /* Mappings */, |
122 | 127 | 431DCED01F68156B00CF6316 /* Policies */, |
123 | 128 | ); |
|
253 | 258 | children = ( |
254 | 259 | 434FE7372F795ACA00359208 /* TestingAppDelegate.swift */, |
255 | 260 | 434FE74E2F795AFD00359208 /* CoreDataMigratorMock.swift */, |
256 | | - 434FE7512F795B5400359208 /* CoreDataMigrationModelSpy.swift */, |
| 261 | + 434FE7512F795B5400359208 /* StubCoreDataMigrationModel.swift */, |
257 | 262 | ); |
258 | 263 | path = Doubles; |
259 | 264 | sourceTree = "<group>"; |
|
284 | 289 | 434FE7402F795ACA00359208 /* CoreDataManagerTests.swift */, |
285 | 290 | 434FE7412F795ACA00359208 /* CoreDataMigrationModelTests.swift */, |
286 | 291 | 434FE7422F795ACA00359208 /* CoreDataMigratorTests.swift */, |
| 292 | + 43EC64222F79925E0055607E /* CoreDataVersionTests.swift */, |
287 | 293 | ); |
288 | 294 | path = Tests; |
289 | 295 | sourceTree = "<group>"; |
|
448 | 454 | 431DCECB1F67F93000CF6316 /* AppLoadingViewController.swift in Sources */, |
449 | 455 | 431DCED61F68315900CF6316 /* Migration2to3.xcmappingmodel in Sources */, |
450 | 456 | 4345D4F51F67E1FC00027D11 /* CGFloat+Random.swift in Sources */, |
| 457 | + 4343875D2F7963FF0041D11F /* CoreDataVersion.swift in Sources */, |
451 | 458 | 432EA5591F6C552800EFE008 /* NSPersistentStoreCoordinator+SQLite.swift in Sources */, |
452 | 459 | 4345D4F01F67E10700027D11 /* UIColor+Random.swift in Sources */, |
453 | 460 | 4345D4EE1F67E0FE00027D11 /* UIColor+Hex.swift in Sources */, |
|
470 | 477 | 434FE7502F795AFD00359208 /* CoreDataMigratorMock.swift in Sources */, |
471 | 478 | 434FE74A2F795ACA00359208 /* TestingAppDelegate.swift in Sources */, |
472 | 479 | 434FE74B2F795ACA00359208 /* CoreDataManagerTests.swift in Sources */, |
473 | | - 434FE7532F795B5400359208 /* CoreDataMigrationModelSpy.swift in Sources */, |
| 480 | + 434FE7532F795B5400359208 /* StubCoreDataMigrationModel.swift in Sources */, |
474 | 481 | 434FE74C2F795ACA00359208 /* CoreDataMigratorTests.swift in Sources */, |
| 482 | + 43EC64232F79925F0055607E /* CoreDataVersionTests.swift in Sources */, |
475 | 483 | ); |
476 | 484 | runOnlyForDeploymentPostprocessing = 0; |
477 | 485 | }; |
|
0 commit comments