mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-15 05:33:31 +01:00
704 lines
35 KiB
Plaintext
704 lines
35 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2F03A53619C5C6DA005002A5 /* HardcoreData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F03A53519C5C6DA005002A5 /* HardcoreData.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
2F03A54019C5C6DA005002A5 /* HardcoreDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F03A53F19C5C6DA005002A5 /* HardcoreDataTests.swift */; };
|
|
2F03A54D19C5C872005002A5 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F03A54C19C5C872005002A5 /* CoreData.framework */; };
|
|
2F291E2719C6D3CF007AF63F /* HardcoreData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F291E2619C6D3CF007AF63F /* HardcoreData.swift */; };
|
|
B57078B01A50392D007E33F2 /* FetchClause.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57078AF1A50392D007E33F2 /* FetchClause.swift */; };
|
|
B582DF821A98B0E7003F09C6 /* HardcoreData+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B582DF811A98B0E7003F09C6 /* HardcoreData+Querying.swift */; };
|
|
B582DF861A98B11B003F09C6 /* HardcoreData+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B582DF851A98B11B003F09C6 /* HardcoreData+Transaction.swift */; };
|
|
B595CAC41A9A11C1009A397F /* NSManagedObjectContext+Setup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595CAC31A9A11C1009A397F /* NSManagedObjectContext+Setup.swift */; };
|
|
B595CAC61A9A1260009A397F /* NSManagedObjectContext+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595CAC51A9A1260009A397F /* NSManagedObjectContext+Transaction.swift */; };
|
|
B595CAC81A9A161B009A397F /* WeakObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595CAC71A9A161B009A397F /* WeakObject.swift */; };
|
|
B5CFD36E1A0775F000B7885F /* SaveResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CFD36D1A0775F000B7885F /* SaveResult.swift */; };
|
|
B5CFF23E19FD1D1C00D6DFC4 /* NSManagedObjectContext+HardcoreData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CFF23D19FD1D1C00D6DFC4 /* NSManagedObjectContext+HardcoreData.swift */; };
|
|
B5CFF24019FD383100D6DFC4 /* DataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CFF23F19FD383100D6DFC4 /* DataTransaction.swift */; };
|
|
B5D022661A90CD340070CA63 /* DataStack+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D022651A90CD340070CA63 /* DataStack+Transaction.swift */; };
|
|
B5D19BFB1AA14063001D1A99 /* AsynchronousDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D19BFA1AA14063001D1A99 /* AsynchronousDataTransaction.swift */; };
|
|
B5D19BFF1AA14351001D1A99 /* SynchronousDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D19BFE1AA14351001D1A99 /* SynchronousDataTransaction.swift */; };
|
|
B5D1E22A19FA9E63003B2874 /* PersistentStoreResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D1E22919FA9E63003B2874 /* PersistentStoreResult.swift */; };
|
|
B5D1E22C19FA9FBC003B2874 /* NSError+HardcoreData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D1E22B19FA9FBC003B2874 /* NSError+HardcoreData.swift */; };
|
|
B5D372841A39CD6900F583D9 /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B5D372821A39CD6900F583D9 /* Model.xcdatamodeld */; };
|
|
B5D372861A39CDDB00F583D9 /* TestEntity1.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D372851A39CDDB00F583D9 /* TestEntity1.swift */; };
|
|
B5D399F119FC818E000E91BB /* DataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D399F019FC818E000E91BB /* DataStack.swift */; };
|
|
B5D399F519FCF4E0000E91BB /* NSPersistentStoreCoordinator+HardcoreData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D399F419FCF4E0000E91BB /* NSPersistentStoreCoordinator+HardcoreData.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 */; };
|
|
B5D808161A34947300A44484 /* NotificationObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D808151A34947300A44484 /* NotificationObserver.swift */; };
|
|
B5D8081A1A3495BD00A44484 /* NSObject+HardcoreData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D808191A3495BD00A44484 /* NSObject+HardcoreData.swift */; };
|
|
B5E126551A7DCE1400AD8B39 /* Where.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E126541A7DCE1400AD8B39 /* Where.swift */; };
|
|
B5E126571A7DCE5900AD8B39 /* SortedBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E126561A7DCE5900AD8B39 /* SortedBy.swift */; };
|
|
B5E209E01A0726460089C9D4 /* NSManagedObject+Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E209DF1A0726460089C9D4 /* NSManagedObject+Transaction.swift */; };
|
|
B5F409E91A8B11CE00A228EA /* HardcoreDataLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F409E81A8B11CE00A228EA /* HardcoreDataLogger.swift */; };
|
|
B5F409EB1A8B199600A228EA /* DefaultLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F409EA1A8B199600A228EA /* DefaultLogger.swift */; };
|
|
B5F409ED1A8B200700A228EA /* NSManagedObjectContext+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F409EC1A8B200700A228EA /* NSManagedObjectContext+Querying.swift */; };
|
|
B5F409EF1A8B243D00A228EA /* DataTransaction+Querying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F409EE1A8B243D00A228EA /* DataTransaction+Querying.swift */; };
|
|
B5F409F11A8B27A600A228EA /* CustomizeQuery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F409F01A8B27A600A228EA /* CustomizeQuery.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
B5D372871A39CF4D00F583D9 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2F03A52719C5C6DA005002A5 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 2F03A52F19C5C6DA005002A5;
|
|
remoteInfo = HardcoreData;
|
|
};
|
|
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;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2F03A53019C5C6DA005002A5 /* HardcoreData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HardcoreData.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2F03A53419C5C6DA005002A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
2F03A53519C5C6DA005002A5 /* HardcoreData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HardcoreData.h; sourceTree = "<group>"; };
|
|
2F03A53B19C5C6DA005002A5 /* HardcoreDataTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HardcoreDataTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2F03A53E19C5C6DA005002A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
2F03A53F19C5C6DA005002A5 /* HardcoreDataTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = HardcoreDataTests.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 /* HardcoreData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = HardcoreData.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
B57078AF1A50392D007E33F2 /* FetchClause.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FetchClause.swift; sourceTree = "<group>"; };
|
|
B582DF811A98B0E7003F09C6 /* HardcoreData+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HardcoreData+Querying.swift"; sourceTree = "<group>"; };
|
|
B582DF851A98B11B003F09C6 /* HardcoreData+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HardcoreData+Transaction.swift"; sourceTree = "<group>"; };
|
|
B595CAC31A9A11C1009A397F /* NSManagedObjectContext+Setup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Setup.swift"; sourceTree = "<group>"; };
|
|
B595CAC51A9A1260009A397F /* NSManagedObjectContext+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Transaction.swift"; sourceTree = "<group>"; };
|
|
B595CAC71A9A161B009A397F /* WeakObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeakObject.swift; sourceTree = "<group>"; };
|
|
B5CFD36D1A0775F000B7885F /* SaveResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SaveResult.swift; sourceTree = "<group>"; };
|
|
B5CFF23D19FD1D1C00D6DFC4 /* NSManagedObjectContext+HardcoreData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+HardcoreData.swift"; sourceTree = "<group>"; };
|
|
B5CFF23F19FD383100D6DFC4 /* DataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataTransaction.swift; sourceTree = "<group>"; };
|
|
B5D022651A90CD340070CA63 /* DataStack+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataStack+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5D19BFA1AA14063001D1A99 /* AsynchronousDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsynchronousDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5D19BFE1AA14351001D1A99 /* SynchronousDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SynchronousDataTransaction.swift; sourceTree = "<group>"; };
|
|
B5D1E22919FA9E63003B2874 /* PersistentStoreResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersistentStoreResult.swift; sourceTree = "<group>"; };
|
|
B5D1E22B19FA9FBC003B2874 /* NSError+HardcoreData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSError+HardcoreData.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>"; };
|
|
B5D399F019FC818E000E91BB /* DataStack.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataStack.swift; sourceTree = "<group>"; };
|
|
B5D399F419FCF4E0000E91BB /* NSPersistentStoreCoordinator+HardcoreData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSPersistentStoreCoordinator+HardcoreData.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>"; };
|
|
B5D808151A34947300A44484 /* NotificationObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = NotificationObserver.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
B5D808191A3495BD00A44484 /* NSObject+HardcoreData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSObject+HardcoreData.swift"; sourceTree = "<group>"; };
|
|
B5E126541A7DCE1400AD8B39 /* Where.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Where.swift; sourceTree = "<group>"; };
|
|
B5E126561A7DCE5900AD8B39 /* SortedBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SortedBy.swift; sourceTree = "<group>"; };
|
|
B5E209DF1A0726460089C9D4 /* NSManagedObject+Transaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObject+Transaction.swift"; sourceTree = "<group>"; };
|
|
B5F3D98419F3EB8E009690A6 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
B5F409E81A8B11CE00A228EA /* HardcoreDataLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HardcoreDataLogger.swift; sourceTree = "<group>"; };
|
|
B5F409EA1A8B199600A228EA /* DefaultLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DefaultLogger.swift; sourceTree = "<group>"; };
|
|
B5F409EC1A8B200700A228EA /* NSManagedObjectContext+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Querying.swift"; sourceTree = "<group>"; };
|
|
B5F409EE1A8B243D00A228EA /* DataTransaction+Querying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DataTransaction+Querying.swift"; sourceTree = "<group>"; };
|
|
B5F409F01A8B27A600A228EA /* CustomizeQuery.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomizeQuery.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 /* HardcoreData */,
|
|
2F03A53C19C5C6DA005002A5 /* HardcoreDataTests */,
|
|
2F03A53119C5C6DA005002A5 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53119C5C6DA005002A5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53019C5C6DA005002A5 /* HardcoreData.framework */,
|
|
2F03A53B19C5C6DA005002A5 /* HardcoreDataTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53219C5C6DA005002A5 /* HardcoreData */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53519C5C6DA005002A5 /* HardcoreData.h */,
|
|
2F291E2619C6D3CF007AF63F /* HardcoreData.swift */,
|
|
B5D1E22B19FA9FBC003B2874 /* NSError+HardcoreData.swift */,
|
|
B595CAC01A9A0AC4009A397F /* Setting Up */,
|
|
B5D022621A90BCC60070CA63 /* Saving and Processing */,
|
|
B5F409E51A8B11B600A228EA /* Logging */,
|
|
B5E126531A7DCCE400AD8B39 /* Fetching and Querying */,
|
|
B5D808141A34945A00A44484 /* Internal */,
|
|
2F03A53319C5C6DA005002A5 /* Supporting Files */,
|
|
);
|
|
path = HardcoreData;
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53319C5C6DA005002A5 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5F3D98419F3EB8E009690A6 /* LICENSE */,
|
|
2F03A53419C5C6DA005002A5 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
2F03A53C19C5C6DA005002A5 /* HardcoreDataTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2F03A53F19C5C6DA005002A5 /* HardcoreDataTests.swift */,
|
|
B5D372851A39CDDB00F583D9 /* TestEntity1.swift */,
|
|
B5D5E0CE1A4D6AAB006468AF /* TestEntity2.swift */,
|
|
2F03A53D19C5C6DA005002A5 /* Supporting Files */,
|
|
);
|
|
path = HardcoreDataTests;
|
|
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>";
|
|
};
|
|
B595CAC01A9A0AC4009A397F /* Setting Up */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D399F019FC818E000E91BB /* DataStack.swift */,
|
|
B5D1E22919FA9E63003B2874 /* PersistentStoreResult.swift */,
|
|
B595CAC91A9A1802009A397F /* Internal */,
|
|
);
|
|
name = "Setting Up";
|
|
sourceTree = "<group>";
|
|
};
|
|
B595CAC91A9A1802009A397F /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B595CAC31A9A11C1009A397F /* NSManagedObjectContext+Setup.swift */,
|
|
);
|
|
name = Internal;
|
|
sourceTree = "<group>";
|
|
};
|
|
B595CACA1A9A1818009A397F /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5E209DF1A0726460089C9D4 /* NSManagedObject+Transaction.swift */,
|
|
B595CAC51A9A1260009A397F /* NSManagedObjectContext+Transaction.swift */,
|
|
);
|
|
name = Internal;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5D022621A90BCC60070CA63 /* Saving and Processing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5CFF23F19FD383100D6DFC4 /* DataTransaction.swift */,
|
|
B5D19BFE1AA14351001D1A99 /* SynchronousDataTransaction.swift */,
|
|
B5D19BFA1AA14063001D1A99 /* AsynchronousDataTransaction.swift */,
|
|
B5CFD36D1A0775F000B7885F /* SaveResult.swift */,
|
|
B582DF851A98B11B003F09C6 /* HardcoreData+Transaction.swift */,
|
|
B5D022651A90CD340070CA63 /* DataStack+Transaction.swift */,
|
|
B595CACA1A9A1818009A397F /* Internal */,
|
|
);
|
|
name = "Saving and Processing";
|
|
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>";
|
|
};
|
|
B5D808141A34945A00A44484 /* Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5D808151A34947300A44484 /* NotificationObserver.swift */,
|
|
B595CAC71A9A161B009A397F /* WeakObject.swift */,
|
|
B5D808191A3495BD00A44484 /* NSObject+HardcoreData.swift */,
|
|
B5CFF23D19FD1D1C00D6DFC4 /* NSManagedObjectContext+HardcoreData.swift */,
|
|
B5D399F419FCF4E0000E91BB /* NSPersistentStoreCoordinator+HardcoreData.swift */,
|
|
);
|
|
name = Internal;
|
|
sourceTree = "<group>";
|
|
};
|
|
B5E126531A7DCCE400AD8B39 /* Fetching and Querying */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B57078AF1A50392D007E33F2 /* FetchClause.swift */,
|
|
B5E126541A7DCE1400AD8B39 /* Where.swift */,
|
|
B5E126561A7DCE5900AD8B39 /* SortedBy.swift */,
|
|
B5F409F01A8B27A600A228EA /* CustomizeQuery.swift */,
|
|
B582DF811A98B0E7003F09C6 /* HardcoreData+Querying.swift */,
|
|
B5F409EC1A8B200700A228EA /* NSManagedObjectContext+Querying.swift */,
|
|
B5F409EE1A8B243D00A228EA /* DataTransaction+Querying.swift */,
|
|
);
|
|
name = "Fetching and Querying";
|
|
sourceTree = "<group>";
|
|
};
|
|
B5F409E51A8B11B600A228EA /* Logging */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5F409E81A8B11CE00A228EA /* HardcoreDataLogger.swift */,
|
|
B5F409EA1A8B199600A228EA /* DefaultLogger.swift */,
|
|
);
|
|
name = Logging;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
2F03A52D19C5C6DA005002A5 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2F03A53619C5C6DA005002A5 /* HardcoreData.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2F03A52F19C5C6DA005002A5 /* HardcoreData */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2F03A54319C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "HardcoreData" */;
|
|
buildPhases = (
|
|
2F03A52B19C5C6DA005002A5 /* Sources */,
|
|
2F03A52C19C5C6DA005002A5 /* Frameworks */,
|
|
2F03A52D19C5C6DA005002A5 /* Headers */,
|
|
2F03A52E19C5C6DA005002A5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = HardcoreData;
|
|
productName = HardcoreData;
|
|
productReference = 2F03A53019C5C6DA005002A5 /* HardcoreData.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
2F03A53A19C5C6DA005002A5 /* HardcoreDataTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2F03A54619C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "HardcoreDataTests" */;
|
|
buildPhases = (
|
|
2F03A53719C5C6DA005002A5 /* Sources */,
|
|
2F03A53819C5C6DA005002A5 /* Frameworks */,
|
|
2F03A53919C5C6DA005002A5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
B5D372881A39CF4D00F583D9 /* PBXTargetDependency */,
|
|
);
|
|
name = HardcoreDataTests;
|
|
productName = HardcoreDataTests;
|
|
productReference = 2F03A53B19C5C6DA005002A5 /* HardcoreDataTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
2F03A52719C5C6DA005002A5 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0600;
|
|
ORGANIZATIONNAME = "John Rommel Estropia";
|
|
TargetAttributes = {
|
|
2F03A52F19C5C6DA005002A5 = {
|
|
CreatedOnToolsVersion = 6.0;
|
|
};
|
|
2F03A53A19C5C6DA005002A5 = {
|
|
CreatedOnToolsVersion = 6.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 2F03A52A19C5C6DA005002A5 /* Build configuration list for PBXProject "HardcoreData" */;
|
|
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 /* HardcoreData */,
|
|
2F03A53A19C5C6DA005002A5 /* HardcoreDataTests */,
|
|
);
|
|
};
|
|
/* 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 = (
|
|
B5CFF24019FD383100D6DFC4 /* DataTransaction.swift in Sources */,
|
|
B5D399F519FCF4E0000E91BB /* NSPersistentStoreCoordinator+HardcoreData.swift in Sources */,
|
|
B5CFD36E1A0775F000B7885F /* SaveResult.swift in Sources */,
|
|
B5D022661A90CD340070CA63 /* DataStack+Transaction.swift in Sources */,
|
|
B582DF861A98B11B003F09C6 /* HardcoreData+Transaction.swift in Sources */,
|
|
B5D1E22C19FA9FBC003B2874 /* NSError+HardcoreData.swift in Sources */,
|
|
B595CAC61A9A1260009A397F /* NSManagedObjectContext+Transaction.swift in Sources */,
|
|
B5CFF23E19FD1D1C00D6DFC4 /* NSManagedObjectContext+HardcoreData.swift in Sources */,
|
|
B5E126571A7DCE5900AD8B39 /* SortedBy.swift in Sources */,
|
|
B5F409EF1A8B243D00A228EA /* DataTransaction+Querying.swift in Sources */,
|
|
2F291E2719C6D3CF007AF63F /* HardcoreData.swift in Sources */,
|
|
B5F409E91A8B11CE00A228EA /* HardcoreDataLogger.swift in Sources */,
|
|
B5D8081A1A3495BD00A44484 /* NSObject+HardcoreData.swift in Sources */,
|
|
B595CAC41A9A11C1009A397F /* NSManagedObjectContext+Setup.swift in Sources */,
|
|
B5D19BFF1AA14351001D1A99 /* SynchronousDataTransaction.swift in Sources */,
|
|
B5E209E01A0726460089C9D4 /* NSManagedObject+Transaction.swift in Sources */,
|
|
B582DF821A98B0E7003F09C6 /* HardcoreData+Querying.swift in Sources */,
|
|
B5D19BFB1AA14063001D1A99 /* AsynchronousDataTransaction.swift in Sources */,
|
|
B595CAC81A9A161B009A397F /* WeakObject.swift in Sources */,
|
|
B5D1E22A19FA9E63003B2874 /* PersistentStoreResult.swift in Sources */,
|
|
B5F409F11A8B27A600A228EA /* CustomizeQuery.swift in Sources */,
|
|
B5F409EB1A8B199600A228EA /* DefaultLogger.swift in Sources */,
|
|
B5D399F119FC818E000E91BB /* DataStack.swift in Sources */,
|
|
B5D808161A34947300A44484 /* NotificationObserver.swift in Sources */,
|
|
B57078B01A50392D007E33F2 /* FetchClause.swift in Sources */,
|
|
B5F409ED1A8B200700A228EA /* NSManagedObjectContext+Querying.swift in Sources */,
|
|
B5E126551A7DCE1400AD8B39 /* Where.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
2F03A53719C5C6DA005002A5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2F03A54019C5C6DA005002A5 /* HardcoreDataTests.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 /* HardcoreData */;
|
|
targetProxy = B5D372871A39CF4D00F583D9 /* 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;
|
|
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;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/PhotoSearch-dzwflhandxxuvngptapvysfpcwdx/Build/Products/Debug-iphoneos",
|
|
);
|
|
INFOPLIST_FILE = HardcoreData/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
OTHER_SWIFT_FLAGS = "-D DEBUG";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
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;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/PhotoSearch-dzwflhandxxuvngptapvysfpcwdx/Build/Products/Debug-iphoneos",
|
|
);
|
|
INFOPLIST_FILE = HardcoreData/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
2F03A54719C5C6DA005002A5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = HardcoreDataTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
2F03A54819C5C6DA005002A5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = HardcoreDataTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2F03A52A19C5C6DA005002A5 /* Build configuration list for PBXProject "HardcoreData" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2F03A54119C5C6DA005002A5 /* Debug */,
|
|
2F03A54219C5C6DA005002A5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2F03A54319C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "HardcoreData" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2F03A54419C5C6DA005002A5 /* Debug */,
|
|
2F03A54519C5C6DA005002A5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2F03A54619C5C6DA005002A5 /* Build configuration list for PBXNativeTarget "HardcoreDataTests" */ = {
|
|
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 */;
|
|
}
|