|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 3D8E52F521E0EF2800FE1D35 /* FileManager+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D8E52F421E0EF2800FE1D35 /* FileManager+Helper.swift */; };
|
11 | 11 | 3D8E52F721E0F98500FE1D35 /* NSManagedObjectContext+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D8E52F621E0F98500FE1D35 /* NSManagedObjectContext+Helper.swift */; };
|
| 12 | + 3DDB26C921EBF87E00388AEE /* PostWriterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDB26C821EBF87E00388AEE /* PostWriterViewController.swift */; }; |
| 13 | + 3DDB26CB21EC00FE00388AEE /* PostViewerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDB26CA21EC00FE00388AEE /* PostViewerViewController.swift */; }; |
12 | 14 | 431DCEAE1F67EC9E00CF6316 /* CoreDataMigration_Example.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 431DCEAA1F67EC7100CF6316 /* CoreDataMigration_Example.xcdatamodeld */; };
|
13 | 15 | 431DCEBF1F67F18100CF6316 /* CoreDataMigrationStep.swift in Sources */ = {isa = PBXBuildFile; fileRef = 431DCEB11F67EE2600CF6316 /* CoreDataMigrationStep.swift */; };
|
14 | 16 | 431DCEC01F67F18100CF6316 /* CoreDataMigrator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 431DCEB21F67EE2600CF6316 /* CoreDataMigrator.swift */; };
|
|
53 | 55 | /* Begin PBXFileReference section */
|
54 | 56 | 3D8E52F421E0EF2800FE1D35 /* FileManager+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+Helper.swift"; sourceTree = "<group>"; };
|
55 | 57 | 3D8E52F621E0F98500FE1D35 /* NSManagedObjectContext+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Helper.swift"; sourceTree = "<group>"; };
|
| 58 | + 3DDB26C821EBF87E00388AEE /* PostWriterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostWriterViewController.swift; sourceTree = "<group>"; }; |
| 59 | + 3DDB26CA21EC00FE00388AEE /* PostViewerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostViewerViewController.swift; sourceTree = "<group>"; }; |
56 | 60 | 431DCEAB1F67EC7100CF6316 /* CoreDataMigration_Example 2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "CoreDataMigration_Example 2.xcdatamodel"; sourceTree = "<group>"; };
|
57 | 61 | 431DCEAC1F67EC7100CF6316 /* CoreDataMigration_Example 3.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "CoreDataMigration_Example 3.xcdatamodel"; sourceTree = "<group>"; };
|
58 | 62 | 431DCEAD1F67EC7100CF6316 /* CoreDataMigration_Example.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = CoreDataMigration_Example.xcdatamodel; sourceTree = "<group>"; };
|
|
119 | 123 | path = Helpers;
|
120 | 124 | sourceTree = "<group>";
|
121 | 125 | };
|
| 126 | + 3DDB26C621EBF86300388AEE /* Viewer */ = { |
| 127 | + isa = PBXGroup; |
| 128 | + children = ( |
| 129 | + 3DDB26CA21EC00FE00388AEE /* PostViewerViewController.swift */, |
| 130 | + ); |
| 131 | + path = Viewer; |
| 132 | + sourceTree = "<group>"; |
| 133 | + }; |
| 134 | + 3DDB26C721EBF86300388AEE /* Writer */ = { |
| 135 | + isa = PBXGroup; |
| 136 | + children = ( |
| 137 | + 3DDB26C821EBF87E00388AEE /* PostWriterViewController.swift */, |
| 138 | + ); |
| 139 | + path = Writer; |
| 140 | + sourceTree = "<group>"; |
| 141 | + }; |
122 | 142 | 431DCEAF1F67EE2600CF6316 /* Migration */ = {
|
123 | 143 | isa = PBXGroup;
|
124 | 144 | children = (
|
|
205 | 225 | children = (
|
206 | 226 | 431DCEC61F67F91C00CF6316 /* Loading */,
|
207 | 227 | 431DCEC71F67F91C00CF6316 /* Posts */,
|
| 228 | + 3DDB26C621EBF86300388AEE /* Viewer */, |
| 229 | + 3DDB26C721EBF86300388AEE /* Writer */, |
208 | 230 | );
|
209 | 231 | path = ViewControllers;
|
210 | 232 | sourceTree = "<group>";
|
|
482 | 504 | 431DCEC01F67F18100CF6316 /* CoreDataMigrator.swift in Sources */,
|
483 | 505 | C28553E421DD1D7B0004C7BA /* NSManagedObjectModel+Resource.swift in Sources */,
|
484 | 506 | 431DCECB1F67F93000CF6316 /* AppLoadingViewController.swift in Sources */,
|
| 507 | + 3DDB26CB21EC00FE00388AEE /* PostViewerViewController.swift in Sources */, |
485 | 508 | C28553E221DD14090004C7BA /* NSManagedObjectModel+Compatible.swift in Sources */,
|
486 | 509 | 431DCED61F68315900CF6316 /* Migration2to3.xcmappingmodel in Sources */,
|
487 | 510 | 4345D4F51F67E1FC00027D11 /* CGFloat+Random.swift in Sources */,
|
|
496 | 519 | 431DCEBF1F67F18100CF6316 /* CoreDataMigrationStep.swift in Sources */,
|
497 | 520 | 431DCEAE1F67EC9E00CF6316 /* CoreDataMigration_Example.xcdatamodeld in Sources */,
|
498 | 521 | 431DCEC21F67F1B100CF6316 /* Migration1to2.xcmappingmodel in Sources */,
|
| 522 | + 3DDB26C921EBF87E00388AEE /* PostWriterViewController.swift in Sources */, |
499 | 523 | );
|
500 | 524 | runOnlyForDeploymentPostprocessing = 0;
|
501 | 525 | };
|
|
760 | 784 | 431DCEAC1F67EC7100CF6316 /* CoreDataMigration_Example 3.xcdatamodel */,
|
761 | 785 | 431DCEAD1F67EC7100CF6316 /* CoreDataMigration_Example.xcdatamodel */,
|
762 | 786 | );
|
763 |
| - currentVersion = 431DCED71F68394200CF6316 /* CoreDataMigration_Example 4.xcdatamodel */; |
| 787 | + currentVersion = 431DCEAD1F67EC7100CF6316 /* CoreDataMigration_Example.xcdatamodel */; |
764 | 788 | path = CoreDataMigration_Example.xcdatamodeld;
|
765 | 789 | sourceTree = "<group>";
|
766 | 790 | versionGroupType = wrapper.xcdatamodel;
|
|
0 commit comments