mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 21:23:43 +01:00
872 lines
50 KiB
Plaintext
872 lines
50 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2F03A53619C5C6DA005002A5 /* CoreStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F03A53519C5C6DA005002A5 /* CoreStore.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
2F03A54019C5C6DA005002A5 /* CoreStoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F03A53F19C5C6DA005002A5 /* CoreStoreTests.swift */; };
|
|
2F03A54D19C5C872005002A5 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F03A54C19C5C872005002A5 /* CoreData.framework */; };
|
|
2F291E2719C6D3CF007AF63F /* CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F291E2619C6D3CF007AF63F /* CoreStore.swift */; };
|
|
B504D0D61B02362500B2BBB1 /* CoreStore+Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B504D0D51B02362500B2BBB1 /* CoreStore+Setup.swift */; };
|
|
B51BE06A1B47FC4B0069F532 /* NSManagedObjectModel+Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B51BE0691B47FC4B0069F532 /* NSManagedObjectModel+Setup.swift */; };
|
|
B54A6A551BA15F2A007870FD /* FetchedResultsControllerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54A6A541BA15F2A007870FD /* FetchedResultsControllerDelegate.swift */; };
|
|
B56007111B3F6BD500A9A8F9 /* Into.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56007101B3F6BD500A9A8F9 /* Into.swift */; };
|
|
B56007141B3F6C2800A9A8F9 /* SectionBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56007131B3F6C2800A9A8F9 /* SectionBy.swift */; };
|
|
B56007161B4018AB00A9A8F9 /* MigrationChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56007151B4018AB00A9A8F9 /* MigrationChain.swift */; };
|
|
B56964D41B22FFAD0075EE4A /* DataStack+Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56964D31B22FFAD0075EE4A /* DataStack+Migration.swift */; };
|
|
B56965241B356B820075EE4A /* MigrationResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56965231B356B820075EE4A /* MigrationResult.swift */; };
|
|
B59D5C221B5BA34B00453479 /* NSFileManager+Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59D5C211B5BA34B00453479 /* NSFileManager+Setup.swift */; };
|
|
B5A261211B64BFDB006EB6D3 /* MigrationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A261201B64BFDB006EB6D3 /* MigrationType.swift */; };
|
|
B5D1E22C19FA9FBC003B2874 /* NSError+CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D1E22B19FA9FBC003B2874 /* NSError+CoreStore.swift */; };
|
|
B5D372841A39CD6900F583D9 /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B5D372821A39CD6900F583D9 /* Model.xcdatamodeld */; };
|
|
B5D372861A39CDDB00F583D9 /* TestEntity1.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D372851A39CDDB00F583D9 /* TestEntity1.swift */; };
|
|
B5D39A0219FD00C9000E91BB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5D39A0119FD00C9000E91BB /* Foundation.framework */; };
|
|
B5D39A0419FD00DE000E91BB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5D39A0319FD00DE000E91BB /* UIKit.framework */; };
|
|
B5D5E0CF1A4D6AAB006468AF /* TestEntity2.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D5E0CE1A4D6AAB006468AF /* TestEntity2.swift */; };
|
|
B5D8080E1A3471A500A44484 /* GCDKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5D808021A34715700A44484 /* GCDKit.framework */; };
|
|
B5E834B91B76311F001D3D50 /* BaseDataTransaction+Importing.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E834B81B76311F001D3D50 /* BaseDataTransaction+Importing.swift */; };
|
|
B5E834BB1B7691F3001D3D50 /* Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E834BA1B7691F3001D3D50 /* Functions.swift */; };
|
|
B5E84EDF1AFF84500064E85B /* DataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EDB1AFF84500064E85B /* DataStack.swift */; };
|
|
B5E84EE11AFF84500064E85B /* PersistentStoreResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EDE1AFF84500064E85B /* PersistentStoreResult.swift */; };
|
|
B5E84EE61AFF84610064E85B /* DefaultLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EE31AFF84610064E85B /* DefaultLogger.swift */; };
|
|
B5E84EE71AFF84610064E85B /* CoreStore+Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EE41AFF84610064E85B /* CoreStore+Logging.swift */; };
|
|
B5E84EE81AFF84610064E85B /* CoreStoreLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EE51AFF84610064E85B /* CoreStoreLogger.swift */; };
|
|
B5E84EF41AFF846E0064E85B /* AsynchronousDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EEA1AFF846E0064E85B /* AsynchronousDataTransaction.swift */; };
|
|
B5E84EF51AFF846E0064E85B /* BaseDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EEB1AFF846E0064E85B /* BaseDataTransaction.swift */; };
|
|
B5E84EF61AFF846E0064E85B /* DataStack+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EEC1AFF846E0064E85B /* DataStack+Transaction.swift */; };
|
|
B5E84EF71AFF846E0064E85B /* UnsafeDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EED1AFF846E0064E85B /* UnsafeDataTransaction.swift */; };
|
|
B5E84EF81AFF846E0064E85B /* CoreStore+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EEE1AFF846E0064E85B /* CoreStore+Transaction.swift */; };
|
|
B5E84EFB1AFF846E0064E85B /* SaveResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EF21AFF846E0064E85B /* SaveResult.swift */; };
|
|
B5E84EFC1AFF846E0064E85B /* SynchronousDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EF31AFF846E0064E85B /* SynchronousDataTransaction.swift */; };
|
|
B5E84F0D1AFF847B0064E85B /* BaseDataTransaction+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EFE1AFF847B0064E85B /* BaseDataTransaction+Querying.swift */; };
|
|
B5E84F0E1AFF847B0064E85B /* Tweak.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F001AFF847B0064E85B /* Tweak.swift */; };
|
|
B5E84F0F1AFF847B0064E85B /* From.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F011AFF847B0064E85B /* From.swift */; };
|
|
B5E84F101AFF847B0064E85B /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F021AFF847B0064E85B /* GroupBy.swift */; };
|
|
B5E84F111AFF847B0064E85B /* Select.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F031AFF847B0064E85B /* Select.swift */; };
|
|
B5E84F121AFF847B0064E85B /* OrderBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F041AFF847B0064E85B /* OrderBy.swift */; };
|
|
B5E84F131AFF847B0064E85B /* Where.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F051AFF847B0064E85B /* Where.swift */; };
|
|
B5E84F141AFF847B0064E85B /* DataStack+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F061AFF847B0064E85B /* DataStack+Querying.swift */; };
|
|
B5E84F151AFF847B0064E85B /* CoreStore+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F071AFF847B0064E85B /* CoreStore+Querying.swift */; };
|
|
B5E84F201AFF84860064E85B /* DataStack+Observing.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1A1AFF84860064E85B /* DataStack+Observing.swift */; };
|
|
B5E84F211AFF84860064E85B /* CoreStore+Observing.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1B1AFF84860064E85B /* CoreStore+Observing.swift */; };
|
|
B5E84F221AFF84860064E85B /* ObjectMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1C1AFF84860064E85B /* ObjectMonitor.swift */; };
|
|
B5E84F231AFF84860064E85B /* ListMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1D1AFF84860064E85B /* ListMonitor.swift */; };
|
|
B5E84F241AFF84860064E85B /* ListObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1E1AFF84860064E85B /* ListObserver.swift */; };
|
|
B5E84F251AFF84860064E85B /* ObjectObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1F1AFF84860064E85B /* ObjectObserver.swift */; };
|
|
B5E84F281AFF84920064E85B /* NSManagedObject+Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F271AFF84920064E85B /* NSManagedObject+Convenience.swift */; };
|
|
B5E84F2E1AFF849C0064E85B /* AssociatedObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F2A1AFF849C0064E85B /* AssociatedObjects.swift */; };
|
|
B5E84F2F1AFF849C0064E85B /* NotificationObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F2B1AFF849C0064E85B /* NotificationObserver.swift */; };
|
|
B5E84F301AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F2C1AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift */; };
|
|
B5E84F311AFF849C0064E85B /* WeakObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F2D1AFF849C0064E85B /* WeakObject.swift */; };
|
|
B5E84F361AFF85470064E85B /* NSManagedObjectContext+Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F321AFF85470064E85B /* NSManagedObjectContext+Setup.swift */; };
|
|
B5E84F371AFF85470064E85B /* NSManagedObjectContext+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F331AFF85470064E85B /* NSManagedObjectContext+Transaction.swift */; };
|
|
B5E84F381AFF85470064E85B /* NSManagedObject+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F341AFF85470064E85B /* NSManagedObject+Transaction.swift */; };
|
|
B5E84F391AFF85470064E85B /* NSManagedObjectContext+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F351AFF85470064E85B /* NSManagedObjectContext+Querying.swift */; };
|
|
B5E84F411AFF8CCD0064E85B /* ClauseTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F401AFF8CCD0064E85B /* ClauseTypes.swift */; };
|
|
B5F1DA8D1B9AA97D007C5CBB /* ImportableObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F1DA8C1B9AA97D007C5CBB /* ImportableObject.swift */; };
|
|
B5F1DA901B9AA991007C5CBB /* ImportableUniqueObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F1DA8F1B9AA991007C5CBB /* ImportableUniqueObject.swift */; };
|
|
B5FAD6A91B50A4B400714891 /* NSProgress+Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FAD6A81B50A4B300714891 /* NSProgress+Convenience.swift */; };
|
|
B5FAD6AC1B51285300714891 /* MigrationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FAD6AB1B51285300714891 /* MigrationManager.swift */; };
|
|
B5FAD6AE1B518DCB00714891 /* CoreStore+Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FAD6AD1B518DCB00714891 /* CoreStore+Migration.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
B5D372871A39CF4D00F583D9 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2F03A52719C5C6DA005002A5 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 2F03A52F19C5C6DA005002A5;
|
|
remoteInfo = CoreStore;
|
|
};
|
|
B5D808011A34715700A44484 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = B5D806C51A34715700A44484 /* GCDKit.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 2FBBCACB19A9FE610070E4AB;
|
|
remoteInfo = GCDKit;
|
|
};
|
|
B5D808031A34715700A44484 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = B5D806C51A34715700A44484 /* GCDKit.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 2FBBCAD619A9FE610070E4AB;
|
|
remoteInfo = GCDKitTests;
|
|
};
|
|
B5D9C9081B20A87D00E64F0E /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = B5D806C51A34715700A44484 /* GCDKit.xcodeproj */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 2FBBCACA19A9FE610070E4AB;
|
|
remoteInfo = GCDKit;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2F03A53019C5C6DA005002A5 /* CoreStore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreStore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2F03A53419C5C6DA005002A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
2F03A53519C5C6DA005002A5 /* CoreStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreStore.h; sourceTree = "<group>"; };
|
|
2F03A53B19C5C6DA005002A5 /* CoreStoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CoreStoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2F03A53E19C5C6DA005002A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
2F03A53F19C5C6DA005002A5 /* CoreStoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = CoreStoreTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
2F03A54C19C5C872005002A5 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
2F291E2619C6D3CF007AF63F /* CoreStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = CoreStore.swift; sourceTree = "<group>"; };
|
|
B504D0D51B02362500B2BBB1 /* CoreStore+Setup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Setup.swift"; sourceTree = "<group>"; };
|
|
B51BE0691B47FC4B0069F532 /* NSManagedObjectModel+Setup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectModel+Setup.swift"; sourceTree = "<group>"; };
|
|
B54A6A541BA15F2A007870FD /* FetchedResultsControllerDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FetchedResultsControllerDelegate.swift; sourceTree = "<group>"; };
|
|
B56007101B3F6BD500A9A8F9 /* Into.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Into.swift; sourceTree = "<group>"; };
|
|
B56007131B3F6C2800A9A8F9 /* SectionBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionBy.swift; sourceTree = "<group>"; };
|
|
B56007151B4018AB00A9A8F9 /* MigrationChain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationChain.swift; sourceTree = "<group>"; };
|
|
B56964D31B22FFAD0075EE4A /* DataStack+Migration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataStack+Migration.swift"; sourceTree = "<group>"; };
|
|
B56965231B356B820075EE4A /* MigrationResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationResult.swift; sourceTree = "<group>"; };
|
|
B59D5C211B5BA34B00453479 /* NSFileManager+Setup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSFileManager+Setup.swift"; sourceTree = "<group>"; };
|
|
B5A261201B64BFDB006EB6D3 /* MigrationType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationType.swift; sourceTree = "<group>"; };
|
|
B5D1E22B19FA9FBC003B2874 /* NSError+CoreStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSError+CoreStore.swift"; sourceTree = "<group>"; };
|
|
B5D372831A39CD6900F583D9 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = "<group>"; };
|
|
B5D372851A39CDDB00F583D9 /* TestEntity1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEntity1.swift; sourceTree = "<group>"; };
|
|
B5D39A0119FD00C9000E91BB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
B5D39A0319FD00DE000E91BB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
B5D5E0CE1A4D6AAB006468AF /* TestEntity2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEntity2.swift; sourceTree = "<group>"; };
|
|
B5D806C51A34715700A44484 /* GCDKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = GCDKit.xcodeproj; sourceTree = "<group>"; };
|
|
B5D9C8F61B160ED200E64F0E /* CoreStore.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = CoreStore.podspec; sourceTree = SOURCE_ROOT; };
|
|
B5E834B81B76311F001D3D50 /* BaseDataTransaction+Importing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BaseDataTransaction+Importing.swift"; sourceTree = "<group>"; };
|
|
B5E834BA1B7691F3001D3D50 /* Functions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Functions.swift; sourceTree = "<group>"; };
|
|
B5E84ED81AFF82360064E85B /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
|
B5E84ED91AFF82360064E85B /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; };
|
|
B5E84EDB1AFF84500064E85B /* DataStack.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataStack.swift; sourceTree = "<group>"; };
|
|
B5E84EDE1AFF84500064E85B /* PersistentStoreResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersistentStoreResult.swift; sourceTree = "<group>"; };
|
|
B5E84EE31AFF84610064E85B /* DefaultLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DefaultLogger.swift; sourceTree = "<group>"; };
|
|
B5E84EE41AFF84610064E85B /* CoreStore+Logging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Logging.swift"; sourceTree = "<group>"; };
|
|
B5E84EE51AFF84610064E85B /* CoreStoreLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreStoreLogger.swift; sourceTree = "<group>"; };
|
|
B5E84EEA1AFF846E0064E85B /* AsynchronousDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsynchronousDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5E84EEB1AFF846E0064E85B /* BaseDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5E84EEC1AFF846E0064E85B /* DataStack+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataStack+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5E84EED1AFF846E0064E85B /* UnsafeDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnsafeDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5E84EEE1AFF846E0064E85B /* CoreStore+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5E84EF21AFF846E0064E85B /* SaveResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SaveResult.swift; sourceTree = "<group>"; };
|
|
B5E84EF31AFF846E0064E85B /* SynchronousDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SynchronousDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5E84EFE1AFF847B0064E85B /* BaseDataTransaction+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BaseDataTransaction+Querying.swift"; sourceTree = "<group>"; };
|
|
B5E84F001AFF847B0064E85B /* Tweak.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tweak.swift; sourceTree = "<group>"; };
|
|
B5E84F011AFF847B0064E85B /* From.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = From.swift; sourceTree = "<group>"; };
|
|
B5E84F021AFF847B0064E85B /* GroupBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupBy.swift; sourceTree = "<group>"; };
|
|
B5E84F031AFF847B0064E85B /* Select.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Select.swift; sourceTree = "<group>"; };
|
|
B5E84F041AFF847B0064E85B /* OrderBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderBy.swift; sourceTree = "<group>"; };
|
|
B5E84F051AFF847B0064E85B /* Where.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Where.swift; sourceTree = "<group>"; };
|
|
B5E84F061AFF847B0064E85B /* DataStack+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataStack+Querying.swift"; sourceTree = "<group>"; };
|
|
B5E84F071AFF847B0064E85B /* CoreStore+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Querying.swift"; sourceTree = "<group>"; };
|
|
B5E84F1A1AFF84860064E85B /* DataStack+Observing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataStack+Observing.swift"; sourceTree = "<group>"; };
|
|
B5E84F1B1AFF84860064E85B /* CoreStore+Observing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Observing.swift"; sourceTree = "<group>"; };
|
|
B5E84F1C1AFF84860064E85B /* ObjectMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectMonitor.swift; sourceTree = "<group>"; };
|
|
B5E84F1D1AFF84860064E85B /* ListMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListMonitor.swift; sourceTree = "<group>"; };
|
|
B5E84F1E1AFF84860064E85B /* ListObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListObserver.swift; sourceTree = "<group>"; };
|
|
B5E84F1F1AFF84860064E85B /* ObjectObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectObserver.swift; sourceTree = "<group>"; };
|
|
B5E84F271AFF84920064E85B /* NSManagedObject+Convenience.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObject+Convenience.swift"; sourceTree = "<group>"; };
|
|
B5E84F2A1AFF849C0064E85B /* AssociatedObjects.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssociatedObjects.swift; sourceTree = "<group>"; };
|
|
B5E84F2B1AFF849C0064E85B /* NotificationObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationObserver.swift; sourceTree = "<group>"; };
|
|
B5E84F2C1AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+CoreStore.swift"; sourceTree = "<group>"; };
|
|
B5E84F2D1AFF849C0064E85B /* WeakObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeakObject.swift; sourceTree = "<group>"; };
|
|
B5E84F321AFF85470064E85B /* NSManagedObjectContext+Setup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Setup.swift"; sourceTree = "<group>"; };
|
|
B5E84F331AFF85470064E85B /* NSManagedObjectContext+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5E84F341AFF85470064E85B /* NSManagedObject+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObject+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5E84F351AFF85470064E85B /* NSManagedObjectContext+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Querying.swift"; sourceTree = "<group>"; };
|
|
B5E84F401AFF8CCD0064E85B /* ClauseTypes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClauseTypes.swift; sourceTree = "<group>"; };
|
|
B5F1DA8C1B9AA97D007C5CBB /* ImportableObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImportableObject.swift; sourceTree = "<group>"; };
|
|
B5F1DA8F1B9AA991007C5CBB /* ImportableUniqueObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImportableUniqueObject.swift; sourceTree = "<group>"; };
|
|
B5FAD6A81B50A4B300714891 /* NSProgress+Convenience.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSProgress+Convenience.swift"; sourceTree = "<group>"; };
|
|
B5FAD6AB1B51285300714891 /* MigrationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationManager.swift; sourceTree = "<group>"; };
|
|
B5FAD6AD1B518DCB00714891 /* CoreStore+Migration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStore+Migration.swift"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2F03A52C19C5C6DA005002A5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B5D8080E1A3471A500A44484 /* GCDKit.framework in Frameworks */,
|
|
B5D39A0419FD00DE000E91BB /* UIKit.framework in Frameworks */,
|
|
B5D39A0219FD00C9000E91BB /* Foundation.framework in Frameworks */,
|
|
2F03A54D19C5C872005002A5 /* CoreData.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2F03A53819C5C6DA005002A5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
2F03A52619C5C6DA005002A5 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D806BB1A34715700A44484 /* Libraries */,
|
|
2F291E3119C6D4D3007AF63F /* Frameworks */,
|
|
2F03A53219C5C6DA005002A5 /* CoreStore */,
|
|
2F03A53C19C5C6DA005002A5 /* CoreStoreTests */,
|
|
2F03A53119C5C6DA005002A5 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53119C5C6DA005002A5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53019C5C6DA005002A5 /* CoreStore.framework */,
|
|
2F03A53B19C5C6DA005002A5 /* CoreStoreTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53219C5C6DA005002A5 /* CoreStore */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53519C5C6DA005002A5 /* CoreStore.h */,
|
|
2F291E2619C6D3CF007AF63F /* CoreStore.swift */,
|
|
B5D1E22B19FA9FBC003B2874 /* NSError+CoreStore.swift */,
|
|
B5E84EDA1AFF84500064E85B /* Setting Up */,
|
|
B5E84EE21AFF84610064E85B /* Logging */,
|
|
B5E84EE91AFF846E0064E85B /* Saving and Processing */,
|
|
B5E834B61B7630BD001D3D50 /* Importing Data */,
|
|
B5E84EFD1AFF847B0064E85B /* Fetching and Querying */,
|
|
B5E84F191AFF84860064E85B /* Observing */,
|
|
B56964D11B22FF700075EE4A /* Migrating */,
|
|
B5E84F261AFF84920064E85B /* Convenience Helpers */,
|
|
B5E84F291AFF849C0064E85B /* Internal */,
|
|
2F03A53319C5C6DA005002A5 /* Supporting Files */,
|
|
);
|
|
path = CoreStore;
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53319C5C6DA005002A5 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53419C5C6DA005002A5 /* Info.plist */,
|
|
B5E84ED81AFF82360064E85B /* README.md */,
|
|
B5E84ED91AFF82360064E85B /* LICENSE */,
|
|
B5D9C8F61B160ED200E64F0E /* CoreStore.podspec */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53C19C5C6DA005002A5 /* CoreStoreTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53F19C5C6DA005002A5 /* CoreStoreTests.swift */,
|
|
B5D372851A39CDDB00F583D9 /* TestEntity1.swift */,
|
|
B5D5E0CE1A4D6AAB006468AF /* TestEntity2.swift */,
|
|
2F03A53D19C5C6DA005002A5 /* Supporting Files */,
|
|
);
|
|
path = CoreStoreTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53D19C5C6DA005002A5 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D372821A39CD6900F583D9 /* Model.xcdatamodeld */,
|
|
2F03A53E19C5C6DA005002A5 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
2F291E3119C6D4D3007AF63F /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A54C19C5C872005002A5 /* CoreData.framework */,
|
|
B5D39A0119FD00C9000E91BB /* Foundation.framework */,
|
|
B5D39A0319FD00DE000E91BB /* UIKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
B56964D11B22FF700075EE4A /* Migrating */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B56964D31B22FFAD0075EE4A /* DataStack+Migration.swift */,
|
|
B5FAD6AD1B518DCB00714891 /* CoreStore+Migration.swift */,
|
|
B56007151B4018AB00A9A8F9 /* MigrationChain.swift */,
|
|
B5A261201B64BFDB006EB6D3 /* MigrationType.swift */,
|
|
B56965231B356B820075EE4A /* MigrationResult.swift */,
|
|
);
|
|
path = Migrating;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5D806BB1A34715700A44484 /* Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D806BC1A34715700A44484 /* GCDKit */,
|
|
);
|
|
path = Libraries;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5D806BC1A34715700A44484 /* GCDKit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D806C51A34715700A44484 /* GCDKit.xcodeproj */,
|
|
);
|
|
path = GCDKit;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5D806C61A34715700A44484 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D808021A34715700A44484 /* GCDKit.framework */,
|
|
B5D808041A34715700A44484 /* GCDKitTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E834B61B7630BD001D3D50 /* Importing Data */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5F1DA8C1B9AA97D007C5CBB /* ImportableObject.swift */,
|
|
B5F1DA8F1B9AA991007C5CBB /* ImportableUniqueObject.swift */,
|
|
B5E834B81B76311F001D3D50 /* BaseDataTransaction+Importing.swift */,
|
|
);
|
|
path = "Importing Data";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84EDA1AFF84500064E85B /* Setting Up */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84EDB1AFF84500064E85B /* DataStack.swift */,
|
|
B5E84EDE1AFF84500064E85B /* PersistentStoreResult.swift */,
|
|
B504D0D51B02362500B2BBB1 /* CoreStore+Setup.swift */,
|
|
);
|
|
path = "Setting Up";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84EE21AFF84610064E85B /* Logging */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84EE31AFF84610064E85B /* DefaultLogger.swift */,
|
|
B5E84EE41AFF84610064E85B /* CoreStore+Logging.swift */,
|
|
B5E84EE51AFF84610064E85B /* CoreStoreLogger.swift */,
|
|
);
|
|
path = Logging;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84EE91AFF846E0064E85B /* Saving and Processing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B56007101B3F6BD500A9A8F9 /* Into.swift */,
|
|
B5E84EEB1AFF846E0064E85B /* BaseDataTransaction.swift */,
|
|
B5E84EEA1AFF846E0064E85B /* AsynchronousDataTransaction.swift */,
|
|
B5E84EF31AFF846E0064E85B /* SynchronousDataTransaction.swift */,
|
|
B5E84EED1AFF846E0064E85B /* UnsafeDataTransaction.swift */,
|
|
B5E84EEC1AFF846E0064E85B /* DataStack+Transaction.swift */,
|
|
B5E84EEE1AFF846E0064E85B /* CoreStore+Transaction.swift */,
|
|
B5E84EF21AFF846E0064E85B /* SaveResult.swift */,
|
|
);
|
|
path = "Saving and Processing";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84EFD1AFF847B0064E85B /* Fetching and Querying */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84EFE1AFF847B0064E85B /* BaseDataTransaction+Querying.swift */,
|
|
B5E84F061AFF847B0064E85B /* DataStack+Querying.swift */,
|
|
B5E84F071AFF847B0064E85B /* CoreStore+Querying.swift */,
|
|
B5E84F0A1AFF847B0064E85B /* Protocol Clauses */,
|
|
B5E84EFF1AFF847B0064E85B /* Concrete Clauses */,
|
|
);
|
|
path = "Fetching and Querying";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84EFF1AFF847B0064E85B /* Concrete Clauses */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84F011AFF847B0064E85B /* From.swift */,
|
|
B5E84F031AFF847B0064E85B /* Select.swift */,
|
|
B5E84F051AFF847B0064E85B /* Where.swift */,
|
|
B5E84F041AFF847B0064E85B /* OrderBy.swift */,
|
|
B5E84F021AFF847B0064E85B /* GroupBy.swift */,
|
|
B5E84F001AFF847B0064E85B /* Tweak.swift */,
|
|
);
|
|
path = "Concrete Clauses";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84F0A1AFF847B0064E85B /* Protocol Clauses */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84F401AFF8CCD0064E85B /* ClauseTypes.swift */,
|
|
);
|
|
path = "Protocol Clauses";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84F191AFF84860064E85B /* Observing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B56007131B3F6C2800A9A8F9 /* SectionBy.swift */,
|
|
B5E84F1A1AFF84860064E85B /* DataStack+Observing.swift */,
|
|
B5E84F1B1AFF84860064E85B /* CoreStore+Observing.swift */,
|
|
B5E84F1C1AFF84860064E85B /* ObjectMonitor.swift */,
|
|
B5E84F1F1AFF84860064E85B /* ObjectObserver.swift */,
|
|
B5E84F1D1AFF84860064E85B /* ListMonitor.swift */,
|
|
B5E84F1E1AFF84860064E85B /* ListObserver.swift */,
|
|
);
|
|
path = Observing;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84F261AFF84920064E85B /* Convenience Helpers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84F271AFF84920064E85B /* NSManagedObject+Convenience.swift */,
|
|
B5FAD6A81B50A4B300714891 /* NSProgress+Convenience.swift */,
|
|
);
|
|
path = "Convenience Helpers";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E84F291AFF849C0064E85B /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E84F2A1AFF849C0064E85B /* AssociatedObjects.swift */,
|
|
B54A6A541BA15F2A007870FD /* FetchedResultsControllerDelegate.swift */,
|
|
B5E834BA1B7691F3001D3D50 /* Functions.swift */,
|
|
B5FAD6AB1B51285300714891 /* MigrationManager.swift */,
|
|
B5E84F2B1AFF849C0064E85B /* NotificationObserver.swift */,
|
|
B59D5C211B5BA34B00453479 /* NSFileManager+Setup.swift */,
|
|
B5E84F341AFF85470064E85B /* NSManagedObject+Transaction.swift */,
|
|
B5E84F2C1AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift */,
|
|
B5E84F351AFF85470064E85B /* NSManagedObjectContext+Querying.swift */,
|
|
B5E84F321AFF85470064E85B /* NSManagedObjectContext+Setup.swift */,
|
|
B5E84F331AFF85470064E85B /* NSManagedObjectContext+Transaction.swift */,
|
|
B51BE0691B47FC4B0069F532 /* NSManagedObjectModel+Setup.swift */,
|
|
B5E84F2D1AFF849C0064E85B /* WeakObject.swift */,
|
|
);
|
|
path = Internal;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
2F03A52D19C5C6DA005002A5 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2F03A53619C5C6DA005002A5 /* CoreStore.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2F03A52F19C5C6DA005002A5 /* CoreStore */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2F03A54319C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "CoreStore" */;
|
|
buildPhases = (
|
|
2F03A52B19C5C6DA005002A5 /* Sources */,
|
|
2F03A52C19C5C6DA005002A5 /* Frameworks */,
|
|
2F03A52D19C5C6DA005002A5 /* Headers */,
|
|
2F03A52E19C5C6DA005002A5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
B5D9C9091B20A87D00E64F0E /* PBXTargetDependency */,
|
|
);
|
|
name = CoreStore;
|
|
productName = CoreStore;
|
|
productReference = 2F03A53019C5C6DA005002A5 /* CoreStore.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
2F03A53A19C5C6DA005002A5 /* CoreStoreTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2F03A54619C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "CoreStoreTests" */;
|
|
buildPhases = (
|
|
2F03A53719C5C6DA005002A5 /* Sources */,
|
|
2F03A53819C5C6DA005002A5 /* Frameworks */,
|
|
2F03A53919C5C6DA005002A5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
B5D372881A39CF4D00F583D9 /* PBXTargetDependency */,
|
|
);
|
|
name = CoreStoreTests;
|
|
productName = CoreStoreTests;
|
|
productReference = 2F03A53B19C5C6DA005002A5 /* CoreStoreTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
2F03A52719C5C6DA005002A5 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0700;
|
|
LastUpgradeCheck = 0700;
|
|
ORGANIZATIONNAME = "John Rommel Estropia";
|
|
TargetAttributes = {
|
|
2F03A52F19C5C6DA005002A5 = {
|
|
CreatedOnToolsVersion = 6.0;
|
|
};
|
|
2F03A53A19C5C6DA005002A5 = {
|
|
CreatedOnToolsVersion = 6.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 2F03A52A19C5C6DA005002A5 /* Build configuration list for PBXProject "CoreStore" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 2F03A52619C5C6DA005002A5;
|
|
productRefGroup = 2F03A53119C5C6DA005002A5 /* Products */;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = B5D806C61A34715700A44484 /* Products */;
|
|
ProjectRef = B5D806C51A34715700A44484 /* GCDKit.xcodeproj */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
2F03A52F19C5C6DA005002A5 /* CoreStore */,
|
|
2F03A53A19C5C6DA005002A5 /* CoreStoreTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
B5D808021A34715700A44484 /* GCDKit.framework */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = wrapper.framework;
|
|
path = GCDKit.framework;
|
|
remoteRef = B5D808011A34715700A44484 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
B5D808041A34715700A44484 /* GCDKitTests.xctest */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = wrapper.cfbundle;
|
|
path = GCDKitTests.xctest;
|
|
remoteRef = B5D808031A34715700A44484 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
2F03A52E19C5C6DA005002A5 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2F03A53919C5C6DA005002A5 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
2F03A52B19C5C6DA005002A5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B5E84F221AFF84860064E85B /* ObjectMonitor.swift in Sources */,
|
|
B5F1DA901B9AA991007C5CBB /* ImportableUniqueObject.swift in Sources */,
|
|
B504D0D61B02362500B2BBB1 /* CoreStore+Setup.swift in Sources */,
|
|
B5D1E22C19FA9FBC003B2874 /* NSError+CoreStore.swift in Sources */,
|
|
B5E84F131AFF847B0064E85B /* Where.swift in Sources */,
|
|
B54A6A551BA15F2A007870FD /* FetchedResultsControllerDelegate.swift in Sources */,
|
|
B5A261211B64BFDB006EB6D3 /* MigrationType.swift in Sources */,
|
|
B5E84F141AFF847B0064E85B /* DataStack+Querying.swift in Sources */,
|
|
B56007141B3F6C2800A9A8F9 /* SectionBy.swift in Sources */,
|
|
B5E84F371AFF85470064E85B /* NSManagedObjectContext+Transaction.swift in Sources */,
|
|
B56007161B4018AB00A9A8F9 /* MigrationChain.swift in Sources */,
|
|
B5E84F0E1AFF847B0064E85B /* Tweak.swift in Sources */,
|
|
B5E84F121AFF847B0064E85B /* OrderBy.swift in Sources */,
|
|
B5E84F361AFF85470064E85B /* NSManagedObjectContext+Setup.swift in Sources */,
|
|
B5FAD6AE1B518DCB00714891 /* CoreStore+Migration.swift in Sources */,
|
|
B5E84EE71AFF84610064E85B /* CoreStore+Logging.swift in Sources */,
|
|
B56007111B3F6BD500A9A8F9 /* Into.swift in Sources */,
|
|
B5E84F111AFF847B0064E85B /* Select.swift in Sources */,
|
|
B5E84EE11AFF84500064E85B /* PersistentStoreResult.swift in Sources */,
|
|
B5E84F251AFF84860064E85B /* ObjectObserver.swift in Sources */,
|
|
B5E84F2F1AFF849C0064E85B /* NotificationObserver.swift in Sources */,
|
|
B5F1DA8D1B9AA97D007C5CBB /* ImportableObject.swift in Sources */,
|
|
B5E84F381AFF85470064E85B /* NSManagedObject+Transaction.swift in Sources */,
|
|
B56965241B356B820075EE4A /* MigrationResult.swift in Sources */,
|
|
2F291E2719C6D3CF007AF63F /* CoreStore.swift in Sources */,
|
|
B5E84F411AFF8CCD0064E85B /* ClauseTypes.swift in Sources */,
|
|
B5E84F0D1AFF847B0064E85B /* BaseDataTransaction+Querying.swift in Sources */,
|
|
B5FAD6AC1B51285300714891 /* MigrationManager.swift in Sources */,
|
|
B5E84EF61AFF846E0064E85B /* DataStack+Transaction.swift in Sources */,
|
|
B5E84EDF1AFF84500064E85B /* DataStack.swift in Sources */,
|
|
B5E834BB1B7691F3001D3D50 /* Functions.swift in Sources */,
|
|
B5E84F231AFF84860064E85B /* ListMonitor.swift in Sources */,
|
|
B5E84EF71AFF846E0064E85B /* UnsafeDataTransaction.swift in Sources */,
|
|
B56964D41B22FFAD0075EE4A /* DataStack+Migration.swift in Sources */,
|
|
B5E84EF51AFF846E0064E85B /* BaseDataTransaction.swift in Sources */,
|
|
B5E84EFB1AFF846E0064E85B /* SaveResult.swift in Sources */,
|
|
B5E84F0F1AFF847B0064E85B /* From.swift in Sources */,
|
|
B59D5C221B5BA34B00453479 /* NSFileManager+Setup.swift in Sources */,
|
|
B5FAD6A91B50A4B400714891 /* NSProgress+Convenience.swift in Sources */,
|
|
B5E84EFC1AFF846E0064E85B /* SynchronousDataTransaction.swift in Sources */,
|
|
B5E84F281AFF84920064E85B /* NSManagedObject+Convenience.swift in Sources */,
|
|
B51BE06A1B47FC4B0069F532 /* NSManagedObjectModel+Setup.swift in Sources */,
|
|
B5E84F391AFF85470064E85B /* NSManagedObjectContext+Querying.swift in Sources */,
|
|
B5E84EE81AFF84610064E85B /* CoreStoreLogger.swift in Sources */,
|
|
B5E84F311AFF849C0064E85B /* WeakObject.swift in Sources */,
|
|
B5E84F101AFF847B0064E85B /* GroupBy.swift in Sources */,
|
|
B5E84F201AFF84860064E85B /* DataStack+Observing.swift in Sources */,
|
|
B5E84EF81AFF846E0064E85B /* CoreStore+Transaction.swift in Sources */,
|
|
B5E84F301AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift in Sources */,
|
|
B5E84F211AFF84860064E85B /* CoreStore+Observing.swift in Sources */,
|
|
B5E834B91B76311F001D3D50 /* BaseDataTransaction+Importing.swift in Sources */,
|
|
B5E84EE61AFF84610064E85B /* DefaultLogger.swift in Sources */,
|
|
B5E84EF41AFF846E0064E85B /* AsynchronousDataTransaction.swift in Sources */,
|
|
B5E84F151AFF847B0064E85B /* CoreStore+Querying.swift in Sources */,
|
|
B5E84F241AFF84860064E85B /* ListObserver.swift in Sources */,
|
|
B5E84F2E1AFF849C0064E85B /* AssociatedObjects.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2F03A53719C5C6DA005002A5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2F03A54019C5C6DA005002A5 /* CoreStoreTests.swift in Sources */,
|
|
B5D372861A39CDDB00F583D9 /* TestEntity1.swift in Sources */,
|
|
B5D372841A39CD6900F583D9 /* Model.xcdatamodeld in Sources */,
|
|
B5D5E0CF1A4D6AAB006468AF /* TestEntity2.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
B5D372881A39CF4D00F583D9 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 2F03A52F19C5C6DA005002A5 /* CoreStore */;
|
|
targetProxy = B5D372871A39CF4D00F583D9 /* PBXContainerItemProxy */;
|
|
};
|
|
B5D9C9091B20A87D00E64F0E /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = GCDKit;
|
|
targetProxy = B5D9C9081B20A87D00E64F0E /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
2F03A54119C5C6DA005002A5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
2F03A54219C5C6DA005002A5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
2F03A54419C5C6DA005002A5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
INFOPLIST_FILE = CoreStore/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
OTHER_SWIFT_FLAGS = "-D DEBUG";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
};
|
|
name = Debug;
|
|
};
|
|
2F03A54519C5C6DA005002A5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
INFOPLIST_FILE = CoreStore/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
};
|
|
name = Release;
|
|
};
|
|
2F03A54719C5C6DA005002A5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = CoreStoreTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
2F03A54819C5C6DA005002A5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = CoreStoreTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2F03A52A19C5C6DA005002A5 /* Build configuration list for PBXProject "CoreStore" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2F03A54119C5C6DA005002A5 /* Debug */,
|
|
2F03A54219C5C6DA005002A5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2F03A54319C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "CoreStore" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2F03A54419C5C6DA005002A5 /* Debug */,
|
|
2F03A54519C5C6DA005002A5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2F03A54619C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "CoreStoreTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2F03A54719C5C6DA005002A5 /* Debug */,
|
|
2F03A54819C5C6DA005002A5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCVersionGroup section */
|
|
B5D372821A39CD6900F583D9 /* Model.xcdatamodeld */ = {
|
|
isa = XCVersionGroup;
|
|
children = (
|
|
B5D372831A39CD6900F583D9 /* Model.xcdatamodel */,
|
|
);
|
|
currentVersion = B5D372831A39CD6900F583D9 /* Model.xcdatamodel */;
|
|
path = Model.xcdatamodeld;
|
|
sourceTree = "<group>";
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
};
|
|
/* End XCVersionGroup section */
|
|
};
|
|
rootObject = 2F03A52719C5C6DA005002A5 /* Project object */;
|
|
}
|