mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-26 09:29:38 +02:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0c184edc4 | |||
| a55a22fc13 | |||
| 39c062c911 | |||
| 054363df0c | |||
| e4497d59dd | |||
| fdfb259f3f | |||
| c48c648c81 | |||
| 2849da37a6 | |||
| daab317c37 | |||
| 091edd90a2 |
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: About
|
||||||
|
permalink: /about/
|
||||||
|
---
|
||||||
|
|
||||||
|
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
|
||||||
|
|
||||||
|
You can find the source code for the Jekyll new theme at:
|
||||||
|
{% include icon-github.html username="jglovier" %} /
|
||||||
|
[jekyll-new](https://github.com/jglovier/jekyll-new)
|
||||||
|
|
||||||
|
You can find the source code for Jekyll at
|
||||||
|
{% include icon-github.html username="jekyll" %} /
|
||||||
|
[jekyll](https://github.com/jekyll/jekyll)
|
||||||
+3
-3
@@ -1,3 +1,3 @@
|
|||||||
HardcoreData.xcodeproj/xcuserdata
|
_site
|
||||||
HardcoreDataDemo/HardcoreDataDemo.xcodeproj/xcuserdata
|
.sass-cache
|
||||||
HardcoreDataDemo/HardcoreDataDemo.xcodeproj/project.xcworkspace/xcuserdata
|
.jekyll-metadata
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[submodule "Libraries/GCDKit"]
|
|
||||||
path = Libraries/GCDKit
|
|
||||||
url = git@github.com:JohnEstropia/GCDKit.git
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
Pod::Spec.new do |s|
|
|
||||||
s.name = "CoreStore"
|
|
||||||
s.version = "0.1.0"
|
|
||||||
s.license = "MIT"
|
|
||||||
s.summary = "Simple, elegant, and smart Core Data programming with Swift"
|
|
||||||
s.homepage = "https://github.com/JohnEstropia/CoreStore"
|
|
||||||
s.author = { "John Rommel Estropia" => "rommel.estropia@gmail.com" }
|
|
||||||
s.source = { :git => "https://github.com/JohnEstropia/CoreStore.git", :tag => s.version.to_s }
|
|
||||||
|
|
||||||
s.ios.deployment_target = "8.0"
|
|
||||||
|
|
||||||
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
|
|
||||||
s.frameworks = "Foundation", "UIKit", "CoreData"
|
|
||||||
s.requires_arc = true
|
|
||||||
s.dependency "GCDKit", "1.0.1"
|
|
||||||
end
|
|
||||||
@@ -1,780 +0,0 @@
|
|||||||
// !$*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 */; };
|
|
||||||
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 */; };
|
|
||||||
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 /* DetachedDataTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84EED1AFF846E0064E85B /* DetachedDataTransaction.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 /* ManagedObjectController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1C1AFF84860064E85B /* ManagedObjectController.swift */; };
|
|
||||||
B5E84F231AFF84860064E85B /* ManagedObjectListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1D1AFF84860064E85B /* ManagedObjectListController.swift */; };
|
|
||||||
B5E84F241AFF84860064E85B /* ManagedObjectListObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1E1AFF84860064E85B /* ManagedObjectListObserver.swift */; };
|
|
||||||
B5E84F251AFF84860064E85B /* ManagedObjectObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E84F1F1AFF84860064E85B /* ManagedObjectObserver.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 */; };
|
|
||||||
/* 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;
|
|
||||||
};
|
|
||||||
/* 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>"; };
|
|
||||||
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; };
|
|
||||||
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 /* DetachedDataTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetachedDataTransaction.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 /* ManagedObjectController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagedObjectController.swift; sourceTree = "<group>"; };
|
|
||||||
B5E84F1D1AFF84860064E85B /* ManagedObjectListController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagedObjectListController.swift; sourceTree = "<group>"; };
|
|
||||||
B5E84F1E1AFF84860064E85B /* ManagedObjectListObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagedObjectListObserver.swift; sourceTree = "<group>"; };
|
|
||||||
B5E84F1F1AFF84860064E85B /* ManagedObjectObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagedObjectObserver.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>"; };
|
|
||||||
/* 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 */,
|
|
||||||
B5E84EFD1AFF847B0064E85B /* Fetching and Querying */,
|
|
||||||
B5E84F191AFF84860064E85B /* Observing */,
|
|
||||||
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>";
|
|
||||||
};
|
|
||||||
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>";
|
|
||||||
};
|
|
||||||
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 = (
|
|
||||||
B5E84EEB1AFF846E0064E85B /* BaseDataTransaction.swift */,
|
|
||||||
B5E84EEA1AFF846E0064E85B /* AsynchronousDataTransaction.swift */,
|
|
||||||
B5E84EEC1AFF846E0064E85B /* DataStack+Transaction.swift */,
|
|
||||||
B5E84EED1AFF846E0064E85B /* DetachedDataTransaction.swift */,
|
|
||||||
B5E84EEE1AFF846E0064E85B /* CoreStore+Transaction.swift */,
|
|
||||||
B5E84EF21AFF846E0064E85B /* SaveResult.swift */,
|
|
||||||
B5E84EF31AFF846E0064E85B /* SynchronousDataTransaction.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 = (
|
|
||||||
B5E84F1A1AFF84860064E85B /* DataStack+Observing.swift */,
|
|
||||||
B5E84F1B1AFF84860064E85B /* CoreStore+Observing.swift */,
|
|
||||||
B5E84F1C1AFF84860064E85B /* ManagedObjectController.swift */,
|
|
||||||
B5E84F1F1AFF84860064E85B /* ManagedObjectObserver.swift */,
|
|
||||||
B5E84F1D1AFF84860064E85B /* ManagedObjectListController.swift */,
|
|
||||||
B5E84F1E1AFF84860064E85B /* ManagedObjectListObserver.swift */,
|
|
||||||
);
|
|
||||||
path = Observing;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B5E84F261AFF84920064E85B /* Convenience Helpers */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B5E84F271AFF84920064E85B /* NSManagedObject+Convenience.swift */,
|
|
||||||
);
|
|
||||||
path = "Convenience Helpers";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B5E84F291AFF849C0064E85B /* Internal */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B5E84F2A1AFF849C0064E85B /* AssociatedObjects.swift */,
|
|
||||||
B5E84F2B1AFF849C0064E85B /* NotificationObserver.swift */,
|
|
||||||
B5E84F341AFF85470064E85B /* NSManagedObject+Transaction.swift */,
|
|
||||||
B5E84F2C1AFF849C0064E85B /* NSManagedObjectContext+CoreStore.swift */,
|
|
||||||
B5E84F351AFF85470064E85B /* NSManagedObjectContext+Querying.swift */,
|
|
||||||
B5E84F321AFF85470064E85B /* NSManagedObjectContext+Setup.swift */,
|
|
||||||
B5E84F331AFF85470064E85B /* NSManagedObjectContext+Transaction.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 = (
|
|
||||||
);
|
|
||||||
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 = {
|
|
||||||
LastUpgradeCheck = 0600;
|
|
||||||
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 /* ManagedObjectController.swift in Sources */,
|
|
||||||
B504D0D61B02362500B2BBB1 /* CoreStore+Setup.swift in Sources */,
|
|
||||||
B5D1E22C19FA9FBC003B2874 /* NSError+CoreStore.swift in Sources */,
|
|
||||||
B5E84F131AFF847B0064E85B /* Where.swift in Sources */,
|
|
||||||
B5E84F141AFF847B0064E85B /* DataStack+Querying.swift in Sources */,
|
|
||||||
B5E84F371AFF85470064E85B /* NSManagedObjectContext+Transaction.swift in Sources */,
|
|
||||||
B5E84F0E1AFF847B0064E85B /* Tweak.swift in Sources */,
|
|
||||||
B5E84F121AFF847B0064E85B /* OrderBy.swift in Sources */,
|
|
||||||
B5E84F361AFF85470064E85B /* NSManagedObjectContext+Setup.swift in Sources */,
|
|
||||||
B5E84EE71AFF84610064E85B /* CoreStore+Logging.swift in Sources */,
|
|
||||||
B5E84F111AFF847B0064E85B /* Select.swift in Sources */,
|
|
||||||
B5E84EE11AFF84500064E85B /* PersistentStoreResult.swift in Sources */,
|
|
||||||
B5E84F251AFF84860064E85B /* ManagedObjectObserver.swift in Sources */,
|
|
||||||
B5E84F2F1AFF849C0064E85B /* NotificationObserver.swift in Sources */,
|
|
||||||
B5E84F381AFF85470064E85B /* NSManagedObject+Transaction.swift in Sources */,
|
|
||||||
2F291E2719C6D3CF007AF63F /* CoreStore.swift in Sources */,
|
|
||||||
B5E84F411AFF8CCD0064E85B /* ClauseTypes.swift in Sources */,
|
|
||||||
B5E84F0D1AFF847B0064E85B /* BaseDataTransaction+Querying.swift in Sources */,
|
|
||||||
B5E84EF61AFF846E0064E85B /* DataStack+Transaction.swift in Sources */,
|
|
||||||
B5E84EDF1AFF84500064E85B /* DataStack.swift in Sources */,
|
|
||||||
B5E84F231AFF84860064E85B /* ManagedObjectListController.swift in Sources */,
|
|
||||||
B5E84EF71AFF846E0064E85B /* DetachedDataTransaction.swift in Sources */,
|
|
||||||
B5E84EF51AFF846E0064E85B /* BaseDataTransaction.swift in Sources */,
|
|
||||||
B5E84EFB1AFF846E0064E85B /* SaveResult.swift in Sources */,
|
|
||||||
B5E84F0F1AFF847B0064E85B /* From.swift in Sources */,
|
|
||||||
B5E84EFC1AFF846E0064E85B /* SynchronousDataTransaction.swift in Sources */,
|
|
||||||
B5E84F281AFF84920064E85B /* NSManagedObject+Convenience.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 */,
|
|
||||||
B5E84EE61AFF84610064E85B /* DefaultLogger.swift in Sources */,
|
|
||||||
B5E84EF41AFF846E0064E85B /* AsynchronousDataTransaction.swift in Sources */,
|
|
||||||
B5E84F151AFF847B0064E85B /* CoreStore+Querying.swift in Sources */,
|
|
||||||
B5E84F241AFF84860064E85B /* ManagedObjectListObserver.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 */;
|
|
||||||
};
|
|
||||||
/* 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 = 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_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 = 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_NAME = "$(TARGET_NAME)";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
||||||
};
|
|
||||||
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_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_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 */;
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "self:CoreStore.xcodeproj">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
||||||
<false/>
|
|
||||||
<key>IDESourceControlProjectIdentifier</key>
|
|
||||||
<string>F347F55F-7F5C-4476-9148-6E902F06E4AD</string>
|
|
||||||
<key>IDESourceControlProjectName</key>
|
|
||||||
<string>CoreStore</string>
|
|
||||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>github.com:JohnEstropia/CoreStore.git</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>github.com:JohnEstropia/GCDKit.git</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectPath</key>
|
|
||||||
<string>CoreStore.xcodeproj</string>
|
|
||||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>../..</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>../..Libraries/GCDKit/</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectURL</key>
|
|
||||||
<string>github.com:JohnEstropia/CoreStore.git</string>
|
|
||||||
<key>IDESourceControlProjectVersion</key>
|
|
||||||
<integer>111</integer>
|
|
||||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlProjectWCConfigurations</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>CoreStore</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>8B2E522D57154DFA93A06982C36315ECBEA4FA97</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
||||||
<false/>
|
|
||||||
<key>IDESourceControlProjectIdentifier</key>
|
|
||||||
<string>FE56D6CC-DFA6-4581-B49D-F2486374A545</string>
|
|
||||||
<key>IDESourceControlProjectName</key>
|
|
||||||
<string>project</string>
|
|
||||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>github.com:JohnEstropia/HardcoreData.git</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>github.com:JohnEstropia/GCDKit.git</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectPath</key>
|
|
||||||
<string>HardcoreData.xcodeproj/project.xcworkspace</string>
|
|
||||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>../..</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>../..Libraries/GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectURL</key>
|
|
||||||
<string>github.com:JohnEstropia/HardcoreData.git</string>
|
|
||||||
<key>IDESourceControlProjectVersion</key>
|
|
||||||
<integer>111</integer>
|
|
||||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlProjectWCConfigurations</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>8B2E522D57154DFA93A06982C36315ECBEA4FA97</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>HardcoreData</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-10
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
|
||||||
<true/>
|
|
||||||
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,110 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Scheme
|
|
||||||
LastUpgradeVersion = "0630"
|
|
||||||
version = "1.3">
|
|
||||||
<BuildAction
|
|
||||||
parallelizeBuildables = "YES"
|
|
||||||
buildImplicitDependencies = "YES">
|
|
||||||
<BuildActionEntries>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "YES"
|
|
||||||
buildForArchiving = "YES"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A52F19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStore.framework"
|
|
||||||
BlueprintName = "CoreStore"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "NO"
|
|
||||||
buildForArchiving = "NO"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A53A19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStoreTests.xctest"
|
|
||||||
BlueprintName = "CoreStoreTests"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
</BuildActionEntries>
|
|
||||||
</BuildAction>
|
|
||||||
<TestAction
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
buildConfiguration = "Debug">
|
|
||||||
<Testables>
|
|
||||||
<TestableReference
|
|
||||||
skipped = "NO">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A53A19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStoreTests.xctest"
|
|
||||||
BlueprintName = "CoreStoreTests"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</TestableReference>
|
|
||||||
</Testables>
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A52F19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStore.framework"
|
|
||||||
BlueprintName = "CoreStore"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
</TestAction>
|
|
||||||
<LaunchAction
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
launchStyle = "0"
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
buildConfiguration = "Debug"
|
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
|
||||||
debugDocumentVersioning = "YES"
|
|
||||||
allowLocationSimulation = "YES">
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A52F19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStore.framework"
|
|
||||||
BlueprintName = "CoreStore"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</LaunchAction>
|
|
||||||
<ProfileAction
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
savedToolIdentifier = ""
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
debugDocumentVersioning = "YES">
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "2F03A52F19C5C6DA005002A5"
|
|
||||||
BuildableName = "CoreStore.framework"
|
|
||||||
BlueprintName = "CoreStore"
|
|
||||||
ReferencedContainer = "container:CoreStore.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
</ProfileAction>
|
|
||||||
<AnalyzeAction
|
|
||||||
buildConfiguration = "Release">
|
|
||||||
</AnalyzeAction>
|
|
||||||
<ArchiveAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
revealArchiveInOrganizer = "YES">
|
|
||||||
</ArchiveAction>
|
|
||||||
</Scheme>
|
|
||||||
-27
@@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>SchemeUserState</key>
|
|
||||||
<dict>
|
|
||||||
<key>CoreStore.xcscheme</key>
|
|
||||||
<dict>
|
|
||||||
<key>orderHint</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
<key>SuppressBuildableAutocreation</key>
|
|
||||||
<dict>
|
|
||||||
<key>2F03A52F19C5C6DA005002A5</key>
|
|
||||||
<dict>
|
|
||||||
<key>primary</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
<key>2F03A53A19C5C6DA005002A5</key>
|
|
||||||
<dict>
|
|
||||||
<key>primary</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObject+Convenience.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObject
|
|
||||||
|
|
||||||
public extension NSManagedObject {
|
|
||||||
|
|
||||||
public func accessValueForKVCKey(KVCKey: KeyPath) -> AnyObject? {
|
|
||||||
|
|
||||||
self.willAccessValueForKey(KVCKey)
|
|
||||||
let primitiveValue: AnyObject? = self.primitiveValueForKey(KVCKey)
|
|
||||||
self.didAccessValueForKey(KVCKey)
|
|
||||||
|
|
||||||
return primitiveValue
|
|
||||||
}
|
|
||||||
|
|
||||||
public func setValue(value: AnyObject?, forKVCKey KVCKey: KeyPath) {
|
|
||||||
|
|
||||||
self.willChangeValueForKey(KVCKey)
|
|
||||||
self.setPrimitiveValue(value, forKey: KVCKey)
|
|
||||||
self.didChangeValueForKey(KVCKey)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore.h
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
#import <CoreData/CoreData.h>
|
|
||||||
|
|
||||||
FOUNDATION_EXPORT double CoreStoreVersionNumber;
|
|
||||||
FOUNDATION_EXPORT const unsigned char CoreStoreVersionString[];
|
|
||||||
|
|
||||||
@@ -1,78 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
Okay, okay. This one's shorter.
|
|
||||||
*/
|
|
||||||
public typealias HCD = CoreStore
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
/**
|
|
||||||
`CoreStore` is the main entry point for all other APIs.
|
|
||||||
*/
|
|
||||||
public enum CoreStore {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
The default `DataStack` instance to be used. If `defaultStack` is not set before the first time accessed, a default-configured `DataStack` will be created.
|
|
||||||
|
|
||||||
Changing the `defaultStack` is thread safe, but it is recommended to setup `DataStacks` on a common queue (e.g. the main queue).
|
|
||||||
*/
|
|
||||||
public static var defaultStack: DataStack {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
self.defaultStackBarrierQueue.barrierSync {
|
|
||||||
|
|
||||||
if self.defaultStackInstance == nil {
|
|
||||||
|
|
||||||
self.defaultStackInstance = DataStack()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return self.defaultStackInstance!
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
self.defaultStackBarrierQueue.barrierAsync {
|
|
||||||
|
|
||||||
self.defaultStackInstance = newValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private static let defaultStackBarrierQueue = GCDQueue.createConcurrent("com.coreStore.defaultStackBarrierQueue")
|
|
||||||
|
|
||||||
private static var defaultStackInstance: DataStack?
|
|
||||||
}
|
|
||||||
@@ -1,271 +0,0 @@
|
|||||||
//
|
|
||||||
// BaseDataTransaction+Querying.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DataTransaction
|
|
||||||
|
|
||||||
public extension BaseDataTransaction {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [T]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [T]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to fetch from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Deletes all `NSManagedObject`'s that satisfy the specified `DeleteClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: deleteClauses a series of `DeleteClause` instances for the delete request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number of `NSManagedObject`'s deleted
|
|
||||||
*/
|
|
||||||
public func deleteAll<T: NSManagedObject>(from: From<T>, _ deleteClauses: DeleteClause...) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to delete from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.deleteAll(from, deleteClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Deletes all `NSManagedObject`'s that satisfy the specified `DeleteClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: deleteClauses a series of `DeleteClause` instances for the delete request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number of `NSManagedObject`'s deleted
|
|
||||||
*/
|
|
||||||
public func deleteAll<T: NSManagedObject>(from: From<T>, _ deleteClauses: [DeleteClause]) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to delete from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.deleteAll(from, deleteClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries aggregate values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: QueryClause...) -> U? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to query from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries aggregate values or aggregates as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: [QueryClause]) -> U? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to query from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries a dictionary of attribute values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: QueryClause...) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to query from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries a dictionary of attribute values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: [QueryClause]) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to query from a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
return self.context.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,158 +0,0 @@
|
|||||||
//
|
|
||||||
// From.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - From
|
|
||||||
|
|
||||||
/**
|
|
||||||
A `Form` clause binds the `NSManagedObject` entity type to the generics type system.
|
|
||||||
*/
|
|
||||||
public struct From<T: NSManagedObject> {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
public init(){
|
|
||||||
|
|
||||||
self.findPersistentStores = { _ in nil }
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type) {
|
|
||||||
|
|
||||||
self.findPersistentStores = { _ in nil }
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ configurations: String...) {
|
|
||||||
|
|
||||||
self.init(configurations: configurations)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ configurations: [String]) {
|
|
||||||
|
|
||||||
self.init(configurations: configurations)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ configurations: String...) {
|
|
||||||
|
|
||||||
self.init(configurations: configurations)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ configurations: [String]) {
|
|
||||||
|
|
||||||
self.init(configurations: configurations)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ storeURLs: NSURL...) {
|
|
||||||
|
|
||||||
self.init(storeURLs: storeURLs)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ storeURLs: [NSURL]) {
|
|
||||||
|
|
||||||
self.init(storeURLs: storeURLs)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ storeURLs: NSURL...) {
|
|
||||||
|
|
||||||
self.init(storeURLs: storeURLs)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ storeURLs: [NSURL]) {
|
|
||||||
|
|
||||||
self.init(storeURLs: storeURLs)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ persistentStores: NSPersistentStore...) {
|
|
||||||
|
|
||||||
self.init(persistentStores: persistentStores)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ persistentStores: [NSPersistentStore]) {
|
|
||||||
|
|
||||||
self.init(persistentStores: persistentStores)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ persistentStores: NSPersistentStore...) {
|
|
||||||
|
|
||||||
self.init(persistentStores: persistentStores)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(_ entity: T.Type, _ persistentStores: [NSPersistentStore]) {
|
|
||||||
|
|
||||||
self.init(persistentStores: persistentStores)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal func applyToFetchRequest(fetchRequest: NSFetchRequest, context: NSManagedObjectContext) {
|
|
||||||
|
|
||||||
fetchRequest.entity = context.entityDescriptionForEntityClass(T.self)
|
|
||||||
fetchRequest.affectedStores = self.findPersistentStores(context: context)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let findPersistentStores: (context: NSManagedObjectContext) -> [NSPersistentStore]?
|
|
||||||
|
|
||||||
private init(configurations: [String]) {
|
|
||||||
|
|
||||||
let configurationsSet = Set(configurations)
|
|
||||||
self.findPersistentStores = { (context: NSManagedObjectContext) -> [NSPersistentStore]? in
|
|
||||||
|
|
||||||
return context.parentStack?.persistentStoresForEntityClass(T.self)?.filter {
|
|
||||||
|
|
||||||
return configurationsSet.contains($0.configurationName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private init(storeURLs: [NSURL]) {
|
|
||||||
|
|
||||||
let storeURLsSet = Set(storeURLs)
|
|
||||||
self.findPersistentStores = { (context: NSManagedObjectContext) -> [NSPersistentStore]? in
|
|
||||||
|
|
||||||
return context.parentStack?.persistentStoresForEntityClass(T.self)?.filter {
|
|
||||||
|
|
||||||
return $0.URL != nil && storeURLsSet.contains($0.URL!)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private init(persistentStores: [NSPersistentStore]) {
|
|
||||||
|
|
||||||
let persistentStores = Set(persistentStores)
|
|
||||||
self.findPersistentStores = { (context: NSManagedObjectContext) -> [NSPersistentStore]? in
|
|
||||||
|
|
||||||
return context.parentStack?.persistentStoresForEntityClass(T.self)?.filter {
|
|
||||||
|
|
||||||
return persistentStores.contains($0)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
//
|
|
||||||
// GroupBy.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - GroupBy
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `GroupBy` clause specifies that the result of a query be grouped accoording to the specified key path.
|
|
||||||
*/
|
|
||||||
public struct GroupBy: QueryClause {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `GroupBy` clause with a list of key path strings
|
|
||||||
|
|
||||||
:param: keyPaths a list of key path strings to group results with
|
|
||||||
*/
|
|
||||||
public init(_ keyPaths: [KeyPath]) {
|
|
||||||
|
|
||||||
self.keyPaths = keyPaths
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `GroupBy` clause with an empty list of key path strings
|
|
||||||
*/
|
|
||||||
public init() {
|
|
||||||
|
|
||||||
self.init([])
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `GroupBy` clause with a list of key path strings
|
|
||||||
|
|
||||||
:param: keyPath a key path string to group results with
|
|
||||||
:param: keyPaths a series of key path strings to group results with
|
|
||||||
*/
|
|
||||||
public init(_ keyPath: KeyPath, _ keyPaths: KeyPath...) {
|
|
||||||
|
|
||||||
self.init([keyPath] + keyPaths)
|
|
||||||
}
|
|
||||||
|
|
||||||
public let keyPaths: [KeyPath]
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: QueryClause
|
|
||||||
|
|
||||||
public func applyToFetchRequest(fetchRequest: NSFetchRequest) {
|
|
||||||
|
|
||||||
if fetchRequest.propertiesToGroupBy != nil {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "An existing \"propertiesToGroupBy\" for the <\(NSFetchRequest.self)> was overwritten by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
|
|
||||||
fetchRequest.propertiesToGroupBy = self.keyPaths
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
//
|
|
||||||
// OrderBy.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
public func +(left: OrderBy, right: OrderBy) -> OrderBy {
|
|
||||||
|
|
||||||
return OrderBy(left.sortDescriptors + right.sortDescriptors)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - KeyPath
|
|
||||||
|
|
||||||
public typealias KeyPath = String
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SortKey
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SortKey` is passed to the `OrderBy` clause to indicate the sort keys and their sort direction.
|
|
||||||
*/
|
|
||||||
public enum SortKey {
|
|
||||||
|
|
||||||
/**
|
|
||||||
Indicates that the `KeyPath` should be sorted in ascending order
|
|
||||||
*/
|
|
||||||
case Ascending(KeyPath)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Indicates that the `KeyPath` should be sorted in descending order
|
|
||||||
*/
|
|
||||||
case Descending(KeyPath)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - OrderBy
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `OrderBy` clause specifies the sort order for results for a fetch or a query.
|
|
||||||
*/
|
|
||||||
public struct OrderBy: FetchClause, QueryClause, DeleteClause {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `OrderBy` clause with a list of sort descriptors
|
|
||||||
|
|
||||||
:param: sortDescriptors a series of `NSSortDescriptor`'s
|
|
||||||
*/
|
|
||||||
public init(_ sortDescriptors: [NSSortDescriptor]) {
|
|
||||||
|
|
||||||
self.sortDescriptors = sortDescriptors
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `OrderBy` clause with an empty list of sort descriptors
|
|
||||||
*/
|
|
||||||
public init() {
|
|
||||||
|
|
||||||
self.init([NSSortDescriptor]())
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `OrderBy` clause with a single sort descriptor
|
|
||||||
|
|
||||||
:param: sortDescriptor a `NSSortDescriptor`
|
|
||||||
*/
|
|
||||||
public init(_ sortDescriptor: NSSortDescriptor) {
|
|
||||||
|
|
||||||
self.init([sortDescriptor])
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `OrderBy` clause with a series of `SortKey`'s
|
|
||||||
|
|
||||||
:param: sortKey a series of `SortKey`'s
|
|
||||||
*/
|
|
||||||
public init(_ sortKey: [SortKey]) {
|
|
||||||
|
|
||||||
self.init(
|
|
||||||
sortKey.map { SortKey -> NSSortDescriptor in
|
|
||||||
|
|
||||||
switch SortKey {
|
|
||||||
|
|
||||||
case .Ascending(let keyPath):
|
|
||||||
return NSSortDescriptor(key: keyPath, ascending: true)
|
|
||||||
|
|
||||||
case .Descending(let keyPath):
|
|
||||||
return NSSortDescriptor(key: keyPath, ascending: false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `OrderBy` clause with a series of `SortKey`'s
|
|
||||||
|
|
||||||
:param: sortKey a single `SortKey`
|
|
||||||
:param: sortKeys a series of `SortKey`'s
|
|
||||||
*/
|
|
||||||
public init(_ sortKey: SortKey, _ sortKeys: SortKey...) {
|
|
||||||
|
|
||||||
self.init([sortKey] + sortKeys)
|
|
||||||
}
|
|
||||||
|
|
||||||
public let sortDescriptors: [NSSortDescriptor]
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: FetchClause, QueryClause, DeleteClause
|
|
||||||
|
|
||||||
public func applyToFetchRequest(fetchRequest: NSFetchRequest) {
|
|
||||||
|
|
||||||
if fetchRequest.sortDescriptors != nil {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "Existing sortDescriptors for the <\(NSFetchRequest.self)> was overwritten by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
|
|
||||||
fetchRequest.sortDescriptors = self.sortDescriptors
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,693 +0,0 @@
|
|||||||
//
|
|
||||||
// Select.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SelectResultType
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SelectResultType` protocol is implemented by return types supported by the `Select` clause.
|
|
||||||
*/
|
|
||||||
public protocol SelectResultType { }
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SelectValueResultType
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SelectValueResultType` protocol is implemented by return types supported by the `queryValue(...)` methods.
|
|
||||||
*/
|
|
||||||
public protocol SelectValueResultType: SelectResultType {
|
|
||||||
|
|
||||||
static func fromResultObject(result: AnyObject) -> Self?
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SelectAttributesResultType
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SelectValueResultType` protocol is implemented by return types supported by the `queryAttributes(...)` methods.
|
|
||||||
*/
|
|
||||||
public protocol SelectAttributesResultType: SelectResultType {
|
|
||||||
|
|
||||||
static func fromResultObjects(result: [AnyObject]) -> [[NSString: AnyObject]]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SelectTerm
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SelectTerm` is passed to the `Select` clause to indicate the attributes/aggregate keys to be queried.
|
|
||||||
*/
|
|
||||||
public enum SelectTerm: StringLiteralConvertible {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying an entity attribute. A shorter way to do the same is to assign from the string keypath directly:
|
|
||||||
|
|
||||||
let fullName = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<String>(.Attribute("fullName")),
|
|
||||||
Where("employeeID", isEqualTo: 1111)
|
|
||||||
)
|
|
||||||
|
|
||||||
is equivalent to:
|
|
||||||
|
|
||||||
let fullName = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<String>("fullName"),
|
|
||||||
Where("employeeID", isEqualTo: 1111)
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying an entity attribute
|
|
||||||
*/
|
|
||||||
public static func Attribute(keyPath: KeyPath) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Attribute(keyPath)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the average value of an attribute.
|
|
||||||
|
|
||||||
let averageAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Average("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "average(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the average value of an attribute
|
|
||||||
*/
|
|
||||||
public static func Average(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "average:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "average(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for a count query.
|
|
||||||
|
|
||||||
let numberOfEmployees = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Count("employeeID"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "count(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for a count query
|
|
||||||
*/
|
|
||||||
public static func Count(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "count:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "count(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the maximum value for an attribute.
|
|
||||||
|
|
||||||
let maximumAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Maximum("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "max(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the maximum value for an attribute
|
|
||||||
*/
|
|
||||||
public static func Maximum(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "max:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "max(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the median value for an attribute.
|
|
||||||
|
|
||||||
let medianAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Median("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "max(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the median value for an attribute
|
|
||||||
*/
|
|
||||||
public static func Median(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "median:",
|
|
||||||
keyPath, As:
|
|
||||||
alias ?? "median(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the minimum value for an attribute.
|
|
||||||
|
|
||||||
let minimumAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Median("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "min(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the minimum value for an attribute
|
|
||||||
*/
|
|
||||||
public static func Minimum(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "min:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "min(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the standard deviation value for an attribute.
|
|
||||||
|
|
||||||
let stddevAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.StandardDeviation("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "stddev(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the standard deviation value for an attribute
|
|
||||||
*/
|
|
||||||
public static func StandardDeviation(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "stddev:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "stddev(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Provides a `SelectTerm` to a `Select` clause for querying the sum value for an attribute.
|
|
||||||
|
|
||||||
let totalAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Sum("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
:param: keyPath the attribute name
|
|
||||||
:param: alias the dictionary key to use to access the result. Ignored when the query return value is not an `NSDictionary`. If `nil`, the default key "sum(<attributeName>)" is used
|
|
||||||
:returns: a `SelectTerm` to a `Select` clause for querying the sum value for an attribute
|
|
||||||
*/
|
|
||||||
public static func Sum(keyPath: KeyPath, As alias: KeyPath? = nil) -> SelectTerm {
|
|
||||||
|
|
||||||
return ._Aggregate(
|
|
||||||
function: "sum:",
|
|
||||||
keyPath,
|
|
||||||
As: alias ?? "sum(\(keyPath))"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: StringLiteralConvertible
|
|
||||||
|
|
||||||
public init(stringLiteral value: KeyPath) {
|
|
||||||
|
|
||||||
self = ._Attribute(value)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(unicodeScalarLiteral value: KeyPath) {
|
|
||||||
|
|
||||||
self = ._Attribute(value)
|
|
||||||
}
|
|
||||||
|
|
||||||
public init(extendedGraphemeClusterLiteral value: KeyPath) {
|
|
||||||
|
|
||||||
self = ._Attribute(value)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
case _Attribute(KeyPath)
|
|
||||||
case _Aggregate(function: String, KeyPath, As: String)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Select
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `Select` clause indicates the attribute / aggregate value to be queried. The generic type is a `SelectResultType`, and will be used as the return type for the query.
|
|
||||||
|
|
||||||
You can bind the return type by specializing the initializer:
|
|
||||||
|
|
||||||
let maximumAge = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select<Int>(.Maximum("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
or by casting the type of the return value:
|
|
||||||
|
|
||||||
let maximumAge: Int = CoreStore.queryValue(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Select(.Maximum("age"))
|
|
||||||
)
|
|
||||||
|
|
||||||
Valid return types depend on the query:
|
|
||||||
|
|
||||||
- for `queryValue(...)` methods:
|
|
||||||
- `Bool`
|
|
||||||
- `Int8`
|
|
||||||
- `Int16`
|
|
||||||
- `Int32`
|
|
||||||
- `Int64`
|
|
||||||
- `Double`
|
|
||||||
- `Float`
|
|
||||||
- `String`
|
|
||||||
- `NSNumber`
|
|
||||||
- `NSString`
|
|
||||||
- `NSDecimalNumber`
|
|
||||||
- `NSDate`
|
|
||||||
- `NSData`
|
|
||||||
- `NSManagedObjectID`
|
|
||||||
- `NSString`
|
|
||||||
- for `queryAttributes(...)` methods:
|
|
||||||
- `NSDictionary`
|
|
||||||
|
|
||||||
:param: sortDescriptors a series of `NSSortDescriptor`'s
|
|
||||||
*/
|
|
||||||
public struct Select<T: SelectResultType> {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SelectResultType` type for the query's return value
|
|
||||||
*/
|
|
||||||
public typealias ReturnType = T
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Select` clause with a list of `SelectTerm`'s
|
|
||||||
|
|
||||||
:param: selectTerm a `SelectTerm`
|
|
||||||
:param: selectTerms a series of `SelectTerm`'s
|
|
||||||
*/
|
|
||||||
public init(_ selectTerm: SelectTerm, _ selectTerms: SelectTerm...) {
|
|
||||||
|
|
||||||
self.selectTerms = [selectTerm] + selectTerms
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal func applyToFetchRequest(fetchRequest: NSFetchRequest) {
|
|
||||||
|
|
||||||
if fetchRequest.propertiesToFetch != nil {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "An existing \"propertiesToFetch\" for the <\(NSFetchRequest.self)> was overwritten by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
|
|
||||||
fetchRequest.includesPendingChanges = false
|
|
||||||
fetchRequest.resultType = .DictionaryResultType
|
|
||||||
|
|
||||||
let entityDescription = fetchRequest.entity!
|
|
||||||
let propertiesByName = entityDescription.propertiesByName
|
|
||||||
let attributesByName = entityDescription.attributesByName
|
|
||||||
|
|
||||||
var propertiesToFetch = [AnyObject]()
|
|
||||||
for term in self.selectTerms {
|
|
||||||
|
|
||||||
switch term {
|
|
||||||
|
|
||||||
case ._Attribute(let keyPath):
|
|
||||||
if let propertyDescription = propertiesByName[keyPath] as? NSPropertyDescription {
|
|
||||||
|
|
||||||
propertiesToFetch.append(propertyDescription)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "The property \"\(keyPath)\" does not exist in entity <\(entityDescription.managedObjectClassName)> and will be ignored by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
|
|
||||||
case ._Aggregate(let function, let keyPath, let alias):
|
|
||||||
if let attributeDescription = attributesByName[keyPath] as? NSAttributeDescription {
|
|
||||||
|
|
||||||
let expressionDescription = NSExpressionDescription()
|
|
||||||
expressionDescription.name = alias
|
|
||||||
expressionDescription.expressionResultType = attributeDescription.attributeType
|
|
||||||
expressionDescription.expression = NSExpression(
|
|
||||||
forFunction: function,
|
|
||||||
arguments: [NSExpression(forKeyPath: keyPath)]
|
|
||||||
)
|
|
||||||
|
|
||||||
propertiesToFetch.append(expressionDescription)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "The attribute \"\(keyPath)\" does not exist in entity <\(entityDescription.managedObjectClassName)> and will be ignored by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fetchRequest.propertiesToFetch = propertiesToFetch
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func keyPathForFirstSelectTerm() -> KeyPath {
|
|
||||||
|
|
||||||
switch self.selectTerms.first! {
|
|
||||||
|
|
||||||
case ._Attribute(let keyPath):
|
|
||||||
return keyPath
|
|
||||||
|
|
||||||
case ._Aggregate(_, _, let alias):
|
|
||||||
return alias
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let selectTerms: [SelectTerm]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Bool: SelectValueResultType
|
|
||||||
|
|
||||||
extension Bool: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .BooleanAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Bool? {
|
|
||||||
|
|
||||||
return (result as? NSNumber)?.boolValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Int8: SelectValueResultType
|
|
||||||
|
|
||||||
extension Int8: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Int8? {
|
|
||||||
|
|
||||||
if let value = (result as? NSNumber)?.longLongValue {
|
|
||||||
|
|
||||||
return numericCast(value) as Int8
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Int16: SelectValueResultType
|
|
||||||
|
|
||||||
extension Int16: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Int16? {
|
|
||||||
|
|
||||||
if let value = (result as? NSNumber)?.longLongValue {
|
|
||||||
|
|
||||||
return numericCast(value) as Int16
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Int32: SelectValueResultType
|
|
||||||
|
|
||||||
extension Int32: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Int32? {
|
|
||||||
|
|
||||||
if let value = (result as? NSNumber)?.longLongValue {
|
|
||||||
|
|
||||||
return numericCast(value) as Int32
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Int64: SelectValueResultType
|
|
||||||
|
|
||||||
extension Int64: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Int64? {
|
|
||||||
|
|
||||||
return (result as? NSNumber)?.longLongValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Int: SelectValueResultType
|
|
||||||
|
|
||||||
extension Int: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Int? {
|
|
||||||
|
|
||||||
if let value = (result as? NSNumber)?.longLongValue {
|
|
||||||
|
|
||||||
return numericCast(value) as Int
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Double : SelectValueResultType
|
|
||||||
|
|
||||||
extension Double: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .DoubleAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Double? {
|
|
||||||
|
|
||||||
return (result as? NSNumber)?.doubleValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Float: SelectValueResultType
|
|
||||||
|
|
||||||
extension Float: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .FloatAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> Float? {
|
|
||||||
|
|
||||||
return (result as? NSNumber)?.floatValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - String: SelectValueResultType
|
|
||||||
|
|
||||||
extension String: SelectValueResultType {
|
|
||||||
|
|
||||||
public static var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .StringAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public static func fromResultObject(result: AnyObject) -> String? {
|
|
||||||
|
|
||||||
return result as? NSString as? String
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSNumber: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSNumber: SelectValueResultType {
|
|
||||||
|
|
||||||
public class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .Integer64AttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSNumber>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSString: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSString: SelectValueResultType {
|
|
||||||
|
|
||||||
public class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .StringAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSString>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSDecimalNumber: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSDecimalNumber: SelectValueResultType {
|
|
||||||
|
|
||||||
public override class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .DecimalAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public override class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSDecimalNumber>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSDate: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSDate: SelectValueResultType {
|
|
||||||
|
|
||||||
public class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .DateAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSDate>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSData: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSData: SelectValueResultType {
|
|
||||||
|
|
||||||
public class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .BinaryDataAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSData>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectID: SelectValueResultType
|
|
||||||
|
|
||||||
extension NSManagedObjectID: SelectValueResultType {
|
|
||||||
|
|
||||||
public class var attributeType: NSAttributeType {
|
|
||||||
|
|
||||||
return .ObjectIDAttributeType
|
|
||||||
}
|
|
||||||
|
|
||||||
public class func fromResultObject(result: AnyObject) -> Self? {
|
|
||||||
|
|
||||||
func forceCast<T: NSManagedObjectID>(object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
return (object as? T)
|
|
||||||
}
|
|
||||||
return forceCast(result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectID: SelectAttributesResultType
|
|
||||||
|
|
||||||
extension NSDictionary: SelectAttributesResultType {
|
|
||||||
|
|
||||||
// MARK: SelectAttributesResultType
|
|
||||||
|
|
||||||
public class func fromResultObjects(result: [AnyObject]) -> [[NSString: AnyObject]] {
|
|
||||||
|
|
||||||
return result as! [[NSString: AnyObject]]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
//
|
|
||||||
// Tweak.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Tweak
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `Tweak` clause allows fine-tuning the `NSFetchRequest` for a fetch or query.
|
|
||||||
|
|
||||||
Sample usage:
|
|
||||||
|
|
||||||
let employees = transaction.fetchAll(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
fetchRequest.includesPendingChanges = false
|
|
||||||
fetchRequest.fetchLimit = 5
|
|
||||||
}
|
|
||||||
)
|
|
||||||
*/
|
|
||||||
public struct Tweak: FetchClause, QueryClause, DeleteClause {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Tweak` clause with a closure where the `NSFetchRequest` may be configured.
|
|
||||||
|
|
||||||
:param: customization a list of key path strings to group results with
|
|
||||||
*/
|
|
||||||
public init(_ customization: (fetchRequest: NSFetchRequest) -> Void) {
|
|
||||||
|
|
||||||
self.customization = customization
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: FetchClause, QueryClause, DeleteClause
|
|
||||||
|
|
||||||
public func applyToFetchRequest(fetchRequest: NSFetchRequest) {
|
|
||||||
|
|
||||||
self.customization(fetchRequest: fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private let customization: (fetchRequest: NSFetchRequest) -> Void
|
|
||||||
}
|
|
||||||
@@ -1,131 +0,0 @@
|
|||||||
//
|
|
||||||
// Where.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
public func &&(left: Where, right: Where) -> Where {
|
|
||||||
|
|
||||||
return Where(NSCompoundPredicate(type: .AndPredicateType, subpredicates: [left.predicate, right.predicate]))
|
|
||||||
}
|
|
||||||
|
|
||||||
public func ||(left: Where, right: Where) -> Where {
|
|
||||||
|
|
||||||
return Where(NSCompoundPredicate(type: .OrPredicateType, subpredicates: [left.predicate, right.predicate]))
|
|
||||||
}
|
|
||||||
|
|
||||||
public prefix func !(clause: Where) -> Where {
|
|
||||||
|
|
||||||
return Where(NSCompoundPredicate(type: .NotPredicateType, subpredicates: [clause.predicate]))
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Where
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `Where` clause specifies the conditions for a fetch or a query.
|
|
||||||
*/
|
|
||||||
public struct Where: FetchClause, QueryClause, DeleteClause {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with an `NSPredicate`
|
|
||||||
|
|
||||||
:param: predicate the `NSPredicate` for the fetch or query
|
|
||||||
*/
|
|
||||||
public init(_ predicate: NSPredicate) {
|
|
||||||
|
|
||||||
self.predicate = predicate
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with a predicate that always evaluates to `true`
|
|
||||||
*/
|
|
||||||
public init() {
|
|
||||||
|
|
||||||
self.init(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with a predicate that always evaluates to the specified boolean value
|
|
||||||
|
|
||||||
:param: value the boolean value for the predicate
|
|
||||||
*/
|
|
||||||
public init(_ value: Bool) {
|
|
||||||
|
|
||||||
self.init(NSPredicate(value: value))
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with a predicate using the specified string format and arguments
|
|
||||||
|
|
||||||
:param: format the format string for the predicate
|
|
||||||
:param: args the arguments for `format`
|
|
||||||
*/
|
|
||||||
public init(_ format: String, _ args: NSObject...) {
|
|
||||||
|
|
||||||
self.init(NSPredicate(format: format, argumentArray: args))
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with a predicate using the specified string format and arguments
|
|
||||||
|
|
||||||
:param: format the format string for the predicate
|
|
||||||
:param: argumentArray the arguments for `format`
|
|
||||||
*/
|
|
||||||
public init(_ format: String, argumentArray: [NSObject]?) {
|
|
||||||
|
|
||||||
self.init(NSPredicate(format: format, argumentArray: argumentArray))
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `Where` clause with a predicate using the specified string format and arguments
|
|
||||||
|
|
||||||
:param: format the format string for the predicate
|
|
||||||
:param: argumentArray the arguments for `format`
|
|
||||||
*/
|
|
||||||
public init(_ keyPath: KeyPath, isEqualTo value: NSObject?) {
|
|
||||||
|
|
||||||
self.init(value == nil
|
|
||||||
? NSPredicate(format: "\(keyPath) == nil")
|
|
||||||
: NSPredicate(format: "\(keyPath) == %@", value!))
|
|
||||||
}
|
|
||||||
|
|
||||||
public let predicate: NSPredicate
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: FetchClause, QueryClause, DeleteClause
|
|
||||||
|
|
||||||
public func applyToFetchRequest(fetchRequest: NSFetchRequest) {
|
|
||||||
|
|
||||||
if fetchRequest.predicate != nil {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "An existing predicate for the <\(NSFetchRequest.self)> was overwritten by \(typeName(self)) query clause.")
|
|
||||||
}
|
|
||||||
|
|
||||||
fetchRequest.predicate = self.predicate
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,213 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore+Querying.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
public extension CoreStore {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> T? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> T? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [T]? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [T]? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> Int? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> Int? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public static func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
return self.defaultStack.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, queries aggregate values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public static func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: QueryClause...) -> U? {
|
|
||||||
|
|
||||||
return self.defaultStack.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, queries aggregate values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public static func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: [QueryClause]) -> U? {
|
|
||||||
|
|
||||||
return self.defaultStack.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, queries a dictionary of attribtue values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public static func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: QueryClause...) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
return self.defaultStack.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, queries a dictionary of attribute values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public static func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: [QueryClause]) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
return self.defaultStack.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,244 +0,0 @@
|
|||||||
//
|
|
||||||
// DataStack+Querying.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DataStack
|
|
||||||
|
|
||||||
public extension DataStack {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the first `NSManagedObject` instance that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the first `NSManagedObject` instance that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [T]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches all `NSManagedObject` instances that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: all `NSManagedObject` instances that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [T]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the number of `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the number `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> Int? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for the first `NSManagedObject` that satisfies the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Fetches the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for the fetch request. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: the `NSManagedObjectID` for all `NSManagedObject`'s that satisfy the specified `FetchClause`s
|
|
||||||
*/
|
|
||||||
public func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to fetch from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries aggregate values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: QueryClause...) -> U? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to query from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries aggregate values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: [QueryClause]) -> U? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to query from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries a dictionary of attribute values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: QueryClause...) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to query from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Queries a dictionary of attribute values as specified by the `QueryClause`'s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
|
|
||||||
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: selectClause a `Select<U>` clause indicating the properties to fetch, and with the generic type indicating the return type.
|
|
||||||
:param: queryClauses a series of `QueryClause` instances for the query request. Accepts `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
|
|
||||||
:returns: the result of the the query. The type of the return value is specified by the generic type of the `Select<U>` parameter.
|
|
||||||
*/
|
|
||||||
public func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: [QueryClause]) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to query from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return self.mainContext.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
//
|
|
||||||
// ClauseTypes.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FetchClause
|
|
||||||
|
|
||||||
public protocol FetchClause {
|
|
||||||
|
|
||||||
func applyToFetchRequest(fetchRequest: NSFetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - QueryClause
|
|
||||||
|
|
||||||
public protocol QueryClause {
|
|
||||||
|
|
||||||
func applyToFetchRequest(fetchRequest: NSFetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DeleteClause
|
|
||||||
|
|
||||||
public protocol DeleteClause {
|
|
||||||
|
|
||||||
func applyToFetchRequest(fetchRequest: NSFetchRequest)
|
|
||||||
}
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>FMWK</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>0.1.0</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
||||||
<key>NSPrincipalClass</key>
|
|
||||||
<string></string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,68 +0,0 @@
|
|||||||
//
|
|
||||||
// NSObject+CoreStore.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
internal func getAssociatedObjectForKey<T: AnyObject>(key: UnsafePointer<Void>, inObject object: AnyObject) -> T? {
|
|
||||||
|
|
||||||
switch objc_getAssociatedObject(object, key) {
|
|
||||||
|
|
||||||
case let associatedObject as T:
|
|
||||||
return associatedObject
|
|
||||||
|
|
||||||
case let associatedObject as WeakObject:
|
|
||||||
return associatedObject.object as? T
|
|
||||||
|
|
||||||
default:
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func setAssociatedRetainedObject<T: AnyObject>(associatedObject: T?, forKey key: UnsafePointer<Void>, inObject object: AnyObject) {
|
|
||||||
|
|
||||||
objc_setAssociatedObject(object, key, associatedObject, UInt(OBJC_ASSOCIATION_RETAIN_NONATOMIC))
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func setAssociatedCopiedObject<T: AnyObject>(associatedObject: T?, forKey key: UnsafePointer<Void>, inObject object: AnyObject) {
|
|
||||||
|
|
||||||
objc_setAssociatedObject(object, key, associatedObject, UInt(OBJC_ASSOCIATION_COPY_NONATOMIC))
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func setAssociatedAssignedObject<T: AnyObject>(associatedObject: T?, forKey key: UnsafePointer<Void>, inObject object: AnyObject) {
|
|
||||||
|
|
||||||
objc_setAssociatedObject(object, key, associatedObject, UInt(OBJC_ASSOCIATION_ASSIGN))
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func setAssociatedWeakObject<T: AnyObject>(associatedObject: T?, forKey key: UnsafePointer<Void>, inObject object: AnyObject) {
|
|
||||||
|
|
||||||
if let associatedObject = associatedObject {
|
|
||||||
|
|
||||||
objc_setAssociatedObject(object, key, WeakObject(associatedObject), UInt(OBJC_ASSOCIATION_RETAIN_NONATOMIC))
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
objc_setAssociatedObject(object, key, nil, UInt(OBJC_ASSOCIATION_RETAIN_NONATOMIC))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObject+Transaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObject
|
|
||||||
|
|
||||||
internal extension NSManagedObject {
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal class func createInContext(context: NSManagedObjectContext) -> Self {
|
|
||||||
|
|
||||||
return self(
|
|
||||||
entity: context.entityDescriptionForEntityClass(self)!,
|
|
||||||
insertIntoManagedObjectContext: context
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func inContext(context: NSManagedObjectContext) -> Self? {
|
|
||||||
|
|
||||||
return self.typedObjectInContext(context)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func deleteFromContext() {
|
|
||||||
|
|
||||||
self.managedObjectContext?.deleteObject(self)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private func typedObjectInContext<T: NSManagedObject>(context: NSManagedObjectContext) -> T? {
|
|
||||||
|
|
||||||
let objectID = self.objectID
|
|
||||||
if objectID.temporaryID {
|
|
||||||
|
|
||||||
var error: NSError?
|
|
||||||
let didSucceed = withExtendedLifetime(self.managedObjectContext) {
|
|
||||||
|
|
||||||
return $0?.obtainPermanentIDsForObjects([self], error: &error)
|
|
||||||
}
|
|
||||||
if didSucceed != true {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to obtain permanent ID for object.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var error: NSError?
|
|
||||||
if let existingObject = context.existingObjectWithID(objectID, error: &error) {
|
|
||||||
|
|
||||||
return (existingObject as! T)
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to load existing \(typeName(self)) in context.")
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,131 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObjectContext+CoreStore.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectContext
|
|
||||||
|
|
||||||
internal extension NSManagedObjectContext {
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal var shouldCascadeSavesToParent: Bool {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
let number: NSNumber? = getAssociatedObjectForKey(
|
|
||||||
&PropertyKeys.shouldCascadeSavesToParent,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
return number?.boolValue ?? false
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
setAssociatedCopiedObject(
|
|
||||||
NSNumber(bool: newValue),
|
|
||||||
forKey: &PropertyKeys.shouldCascadeSavesToParent,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func entityDescriptionForEntityClass(entity: NSManagedObject.Type) -> NSEntityDescription? {
|
|
||||||
|
|
||||||
if let entityName = self.parentStack?.entityNameForEntityClass(entity) {
|
|
||||||
|
|
||||||
return NSEntityDescription.entityForName(
|
|
||||||
entityName,
|
|
||||||
inManagedObjectContext: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func setupForCoreStoreWithContextName(contextName: String) {
|
|
||||||
|
|
||||||
if self.respondsToSelector("setName:") {
|
|
||||||
|
|
||||||
self.name = contextName
|
|
||||||
}
|
|
||||||
|
|
||||||
self.observerForWillSaveNotification = NotificationObserver(
|
|
||||||
notificationName: NSManagedObjectContextWillSaveNotification,
|
|
||||||
object: self,
|
|
||||||
closure: { (note) -> Void in
|
|
||||||
|
|
||||||
let context = note.object as! NSManagedObjectContext
|
|
||||||
let insertedObjects = context.insertedObjects
|
|
||||||
let numberOfInsertedObjects = insertedObjects.count
|
|
||||||
if numberOfInsertedObjects <= 0 {
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var error: NSError?
|
|
||||||
if context.obtainPermanentIDsForObjects(Array(insertedObjects), error: &error) {
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to obtain permanent ID(s) for \(numberOfInsertedObjects) inserted object(s)."
|
|
||||||
)
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private struct PropertyKeys {
|
|
||||||
|
|
||||||
static var observerForWillSaveNotification: Void?
|
|
||||||
static var shouldCascadeSavesToParent: Void?
|
|
||||||
}
|
|
||||||
|
|
||||||
private var observerForWillSaveNotification: NotificationObserver? {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
return getAssociatedObjectForKey(
|
|
||||||
&PropertyKeys.observerForWillSaveNotification,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
newValue,
|
|
||||||
forKey: &PropertyKeys.observerForWillSaveNotification,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,330 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObjectContext+Querying.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectContext
|
|
||||||
|
|
||||||
internal extension NSManagedObjectContext {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
internal func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> T? {
|
|
||||||
|
|
||||||
return self.fetchOne(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchOne<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> T? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 1
|
|
||||||
fetchRequest.resultType = .ManagedObjectResultType
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [T]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error) as? [T]
|
|
||||||
}
|
|
||||||
if fetchResults == nil {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return fetchResults?.first
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [T]? {
|
|
||||||
|
|
||||||
return self.fetchAll(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchAll<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [T]? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
fetchRequest.resultType = .ManagedObjectResultType
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [T]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error) as? [T]
|
|
||||||
}
|
|
||||||
if fetchResults == nil {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return fetchResults
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> Int? {
|
|
||||||
|
|
||||||
return self.fetchCount(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchCount<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> Int? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var count = 0
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
count = self.countForFetchRequest(fetchRequest, error: &error)
|
|
||||||
}
|
|
||||||
if count == NSNotFound {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return count
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
return self.fetchObjectID(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchObjectID<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> NSManagedObjectID? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 1
|
|
||||||
fetchRequest.resultType = .ManagedObjectIDResultType
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [NSManagedObjectID]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error) as? [NSManagedObjectID]
|
|
||||||
}
|
|
||||||
if fetchResults == nil {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return fetchResults?.first
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
return self.fetchObjectIDs(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func fetchObjectIDs<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> [NSManagedObjectID]? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
fetchRequest.resultType = .ManagedObjectIDResultType
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [NSManagedObjectID]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error) as? [NSManagedObjectID]
|
|
||||||
}
|
|
||||||
if fetchResults == nil {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return fetchResults
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func deleteAll<T: NSManagedObject>(from: From<T>, _ deleteClauses: DeleteClause...) -> Int? {
|
|
||||||
|
|
||||||
return self.deleteAll(from, deleteClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func deleteAll<T: NSManagedObject>(from: From<T>, _ deleteClauses: [DeleteClause]) -> Int? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
fetchRequest.resultType = .ManagedObjectResultType
|
|
||||||
fetchRequest.returnsObjectsAsFaults = true
|
|
||||||
|
|
||||||
for clause in deleteClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var numberOfDeletedObjects: Int?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
autoreleasepool {
|
|
||||||
|
|
||||||
if let fetchResults = self.executeFetchRequest(fetchRequest, error: &error) as? [T] {
|
|
||||||
|
|
||||||
numberOfDeletedObjects = fetchResults.count
|
|
||||||
for object in fetchResults {
|
|
||||||
|
|
||||||
self.deleteObject(object)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if numberOfDeletedObjects == nil {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
return numberOfDeletedObjects
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: QueryClause...) -> U? {
|
|
||||||
|
|
||||||
return self.queryValue(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func queryValue<T: NSManagedObject, U: SelectValueResultType>(from: From<T>, _ selectClause: Select<U>, _ queryClauses: [QueryClause]) -> U? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
|
|
||||||
selectClause.applyToFetchRequest(fetchRequest)
|
|
||||||
|
|
||||||
for clause in queryClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [AnyObject]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error)
|
|
||||||
}
|
|
||||||
if let fetchResults = fetchResults {
|
|
||||||
|
|
||||||
if let rawResult = fetchResults.first as? NSDictionary,
|
|
||||||
let rawObject: AnyObject = rawResult[selectClause.keyPathForFirstSelectTerm()] {
|
|
||||||
|
|
||||||
return Select<U>.ReturnType.fromResultObject(rawObject)
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: QueryClause...) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
return self.queryAttributes(from, selectClause, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func queryAttributes<T: NSManagedObject>(from: From<T>, _ selectClause: Select<NSDictionary>, _ queryClauses: [QueryClause]) -> [[NSString: AnyObject]]? {
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: self)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
|
|
||||||
selectClause.applyToFetchRequest(fetchRequest)
|
|
||||||
|
|
||||||
for clause in queryClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
var fetchResults: [AnyObject]?
|
|
||||||
var error: NSError?
|
|
||||||
self.performBlockAndWait {
|
|
||||||
|
|
||||||
fetchResults = self.executeFetchRequest(fetchRequest, error: &error)
|
|
||||||
}
|
|
||||||
if let fetchResults = fetchResults {
|
|
||||||
|
|
||||||
return Select<NSDictionary>.ReturnType.fromResultObjects(fetchResults)
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed executing fetch request.")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,123 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObjectContext+Setup.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectContext
|
|
||||||
|
|
||||||
internal extension NSManagedObjectContext {
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal weak var parentStack: DataStack? {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
if let parentContext = self.parentContext {
|
|
||||||
|
|
||||||
return parentContext.parentStack
|
|
||||||
}
|
|
||||||
|
|
||||||
return getAssociatedObjectForKey(&PropertyKeys.parentStack, inObject: self)
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
if self.parentContext != nil {
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
setAssociatedWeakObject(
|
|
||||||
newValue,
|
|
||||||
forKey: &PropertyKeys.parentStack,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal class func rootSavingContextForCoordinator(coordinator: NSPersistentStoreCoordinator) -> NSManagedObjectContext {
|
|
||||||
|
|
||||||
let context = NSManagedObjectContext(concurrencyType: .PrivateQueueConcurrencyType)
|
|
||||||
context.persistentStoreCoordinator = coordinator
|
|
||||||
context.mergePolicy = NSMergeByPropertyObjectTrumpMergePolicy
|
|
||||||
context.undoManager = nil
|
|
||||||
context.setupForCoreStoreWithContextName("com.corestore.rootcontext")
|
|
||||||
|
|
||||||
return context
|
|
||||||
}
|
|
||||||
|
|
||||||
internal class func mainContextForRootContext(rootContext: NSManagedObjectContext) -> NSManagedObjectContext {
|
|
||||||
|
|
||||||
let context = NSManagedObjectContext(concurrencyType: .MainQueueConcurrencyType)
|
|
||||||
context.parentContext = rootContext
|
|
||||||
context.shouldCascadeSavesToParent = true
|
|
||||||
context.undoManager = nil
|
|
||||||
context.setupForCoreStoreWithContextName("com.corestore.maincontext")
|
|
||||||
context.observerForDidSaveNotification = NotificationObserver(
|
|
||||||
notificationName: NSManagedObjectContextDidSaveNotification,
|
|
||||||
object: rootContext,
|
|
||||||
closure: { [weak context] (note) -> Void in
|
|
||||||
|
|
||||||
context?.performBlockAndWait { () -> Void in
|
|
||||||
|
|
||||||
context?.mergeChangesFromContextDidSaveNotification(note)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
return context
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private struct PropertyKeys {
|
|
||||||
|
|
||||||
static var parentStack: Void?
|
|
||||||
static var observerForDidSaveNotification: Void?
|
|
||||||
}
|
|
||||||
|
|
||||||
private var observerForDidSaveNotification: NotificationObserver? {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
return getAssociatedObjectForKey(
|
|
||||||
&PropertyKeys.observerForDidSaveNotification,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
newValue,
|
|
||||||
forKey: &PropertyKeys.observerForDidSaveNotification,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,188 +0,0 @@
|
|||||||
//
|
|
||||||
// NSManagedObjectContext+Transaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSManagedObjectContext
|
|
||||||
|
|
||||||
internal extension NSManagedObjectContext {
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal weak var parentTransaction: BaseDataTransaction? {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
return getAssociatedObjectForKey(
|
|
||||||
&PropertyKeys.parentTransaction,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
setAssociatedWeakObject(
|
|
||||||
newValue,
|
|
||||||
forKey: &PropertyKeys.parentTransaction,
|
|
||||||
inObject: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func temporaryContextInTransactionWithConcurrencyType(concurrencyType: NSManagedObjectContextConcurrencyType) -> NSManagedObjectContext {
|
|
||||||
|
|
||||||
let context = NSManagedObjectContext(concurrencyType: concurrencyType)
|
|
||||||
context.parentContext = self
|
|
||||||
context.parentStack = self.parentStack
|
|
||||||
context.setupForCoreStoreWithContextName("com.corestore.temporarycontext")
|
|
||||||
context.shouldCascadeSavesToParent = (self.parentStack?.rootSavingContext == self)
|
|
||||||
context.retainsRegisteredObjects = true
|
|
||||||
|
|
||||||
return context
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func saveSynchronously() -> SaveResult {
|
|
||||||
|
|
||||||
var result = SaveResult(hasChanges: false)
|
|
||||||
self.performBlockAndWait {
|
|
||||||
[unowned self] () -> Void in
|
|
||||||
|
|
||||||
if !self.hasChanges {
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var saveError: NSError?
|
|
||||||
if self.save(&saveError) {
|
|
||||||
|
|
||||||
if self.shouldCascadeSavesToParent {
|
|
||||||
|
|
||||||
if let parentContext = self.parentContext {
|
|
||||||
|
|
||||||
switch parentContext.saveSynchronously() {
|
|
||||||
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
result = SaveResult(hasChanges: true)
|
|
||||||
case .Failure(let error):
|
|
||||||
result = SaveResult(error)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
result = SaveResult(hasChanges: true)
|
|
||||||
}
|
|
||||||
else if let error = saveError {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error,
|
|
||||||
"Failed to save <\(NSManagedObjectContext.self)>.")
|
|
||||||
result = SaveResult(error)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
result = SaveResult(hasChanges: false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return result
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func saveAsynchronouslyWithCompletion(completion: ((result: SaveResult) -> Void)?) {
|
|
||||||
|
|
||||||
self.performBlock { () -> Void in
|
|
||||||
|
|
||||||
if !self.hasChanges {
|
|
||||||
|
|
||||||
if let completion = completion {
|
|
||||||
|
|
||||||
GCDQueue.Main.async {
|
|
||||||
|
|
||||||
completion(result: SaveResult(hasChanges: false))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var saveError: NSError?
|
|
||||||
if self.save(&saveError) {
|
|
||||||
|
|
||||||
if self.shouldCascadeSavesToParent {
|
|
||||||
|
|
||||||
if let parentContext = self.parentContext {
|
|
||||||
|
|
||||||
let result = parentContext.saveSynchronously()
|
|
||||||
if let completion = completion {
|
|
||||||
|
|
||||||
GCDQueue.Main.async {
|
|
||||||
|
|
||||||
completion(result: result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if let completion = completion {
|
|
||||||
|
|
||||||
GCDQueue.Main.async {
|
|
||||||
|
|
||||||
completion(result: SaveResult(hasChanges: true))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if let error = saveError {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error,
|
|
||||||
"Failed to save <\(NSManagedObjectContext.self)>.")
|
|
||||||
if let completion = completion {
|
|
||||||
|
|
||||||
GCDQueue.Main.async {
|
|
||||||
|
|
||||||
completion(result: SaveResult(error))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if let completion = completion {
|
|
||||||
|
|
||||||
GCDQueue.Main.async {
|
|
||||||
|
|
||||||
completion(result: SaveResult(hasChanges: false))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private struct PropertyKeys {
|
|
||||||
|
|
||||||
static var parentTransaction: Void?
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
//
|
|
||||||
// NotificationObserver.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NotificationObserver
|
|
||||||
|
|
||||||
internal final class NotificationObserver {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
let notificationName: String
|
|
||||||
let object: AnyObject?
|
|
||||||
let observer: NSObjectProtocol
|
|
||||||
|
|
||||||
init(notificationName: String, object: AnyObject?, closure: (note: NSNotification!) -> Void) {
|
|
||||||
|
|
||||||
self.notificationName = notificationName
|
|
||||||
self.object = object
|
|
||||||
self.observer = NSNotificationCenter.defaultCenter().addObserverForName(
|
|
||||||
notificationName,
|
|
||||||
object: object,
|
|
||||||
queue: nil,
|
|
||||||
usingBlock: closure
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
NSNotificationCenter.defaultCenter().removeObserver(
|
|
||||||
self.observer,
|
|
||||||
name: self.notificationName,
|
|
||||||
object: self.object
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
//
|
|
||||||
// WeakObject.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - WeakObject
|
|
||||||
|
|
||||||
internal final class WeakObject {
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(_ object: AnyObject) {
|
|
||||||
|
|
||||||
self.object = object
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private(set) weak var object: AnyObject?
|
|
||||||
}
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore+Logging.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
public extension CoreStore {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `CoreStoreLogger` instance to be used. The default logger is an instance of a `DefaultLogger`.
|
|
||||||
*/
|
|
||||||
public static var logger: CoreStoreLogger = DefaultLogger()
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal static func log(level: LogLevel, message: String, fileName: StaticString = __FILE__, lineNumber: Int = __LINE__, functionName: StaticString = __FUNCTION__) {
|
|
||||||
|
|
||||||
self.logger.log(
|
|
||||||
level: level,
|
|
||||||
message: message,
|
|
||||||
fileName: fileName,
|
|
||||||
lineNumber:
|
|
||||||
lineNumber,
|
|
||||||
functionName:
|
|
||||||
functionName
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static func handleError(error: NSError, _ message: String, fileName: StaticString = __FILE__, lineNumber: Int = __LINE__, functionName: StaticString = __FUNCTION__) {
|
|
||||||
|
|
||||||
self.logger.handleError(
|
|
||||||
error: error,
|
|
||||||
message: message,
|
|
||||||
fileName: fileName,
|
|
||||||
lineNumber: lineNumber,
|
|
||||||
functionName: functionName)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static func assert(@autoclosure condition: () -> Bool, _ message: String, fileName: StaticString = __FILE__, lineNumber: Int = __LINE__, functionName: StaticString = __FUNCTION__) {
|
|
||||||
|
|
||||||
self.logger.assert(
|
|
||||||
condition,
|
|
||||||
message: message,
|
|
||||||
fileName: fileName,
|
|
||||||
lineNumber: lineNumber,
|
|
||||||
functionName: functionName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStoreLogger.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - LogLevel
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `LogLevel` indicates the severity of a log message.
|
|
||||||
*/
|
|
||||||
public enum LogLevel {
|
|
||||||
|
|
||||||
case Trace
|
|
||||||
case Notice
|
|
||||||
case Warning
|
|
||||||
case Fatal
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStoreLogger
|
|
||||||
|
|
||||||
/**
|
|
||||||
Custom loggers should implement the `CoreStoreLogger` protocol and pass its instance to `CoreStore.logger`. Calls to `log(...)`, `handleError(...)`, and `assert(...)` are not tied to a specific queue/thread, so it is the implementer's job to handle thread-safety.
|
|
||||||
*/
|
|
||||||
public protocol CoreStoreLogger {
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles log messages sent by the `CoreStore` framework.
|
|
||||||
|
|
||||||
:level: the severity of the log message
|
|
||||||
:message: the log message
|
|
||||||
:fileName: the source file name
|
|
||||||
:lineNumber: the source line number
|
|
||||||
:functionName: the source function name
|
|
||||||
*/
|
|
||||||
func log(#level: LogLevel, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles errors sent by the `CoreStore` framework.
|
|
||||||
|
|
||||||
:error: the error
|
|
||||||
:message: the error message
|
|
||||||
:fileName: the source file name
|
|
||||||
:lineNumber: the source line number
|
|
||||||
:functionName: the source function name
|
|
||||||
*/
|
|
||||||
func handleError(#error: NSError, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles assertions made throughout the `CoreStore` framework.
|
|
||||||
|
|
||||||
:condition: the assertion condition
|
|
||||||
:message: the assertion message
|
|
||||||
:fileName: the source file name
|
|
||||||
:lineNumber: the source line number
|
|
||||||
:functionName: the source function name
|
|
||||||
*/
|
|
||||||
func assert(@autoclosure condition: () -> Bool, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Utilities
|
|
||||||
|
|
||||||
internal func typeName<T>(value: T) -> String {
|
|
||||||
|
|
||||||
return "<\(_stdlib_getDemangledTypeName(value))>"
|
|
||||||
}
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
//
|
|
||||||
// DefaultLogger.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DefaultLogger
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `DefaultLogger` is a basic implementation of the `CoreStoreLogger` protocol.
|
|
||||||
|
|
||||||
- The `log(...)` method calls `println(...)` to print the level, source file name, line number, function name, and the log message.
|
|
||||||
- The `handleError(...)` method calls `println(...)` to print the source file name, line number, function name, and the error message.
|
|
||||||
- The `assert(...)` method calls `assert(...)` on the arguments.
|
|
||||||
*/
|
|
||||||
public final class DefaultLogger: CoreStoreLogger {
|
|
||||||
|
|
||||||
public func log(#level: LogLevel, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString) {
|
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
let levelString: String
|
|
||||||
switch level {
|
|
||||||
case .Trace: levelString = "Trace"
|
|
||||||
case .Notice: levelString = "Notice"
|
|
||||||
case .Warning: levelString = "Warning"
|
|
||||||
case .Fatal: levelString = "Fatal"
|
|
||||||
}
|
|
||||||
Swift.println("[CoreStore:\(levelString)] \(fileName.stringValue.lastPathComponent):\(lineNumber) \(functionName)\n ↪︎ \(message)\n")
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
public func handleError(#error: NSError, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString) {
|
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
Swift.println("[CoreStore:Error] \(fileName.stringValue.lastPathComponent):\(lineNumber) \(functionName)\n ↪︎ \(message): \(error)\n")
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
public func assert(@autoclosure condition: () -> Bool, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString) {
|
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
Swift.assert(condition, message, file: fileName, line: numericCast(lineNumber))
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
//
|
|
||||||
// NSError+CoreStore.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `NSError` error domain for `CoreStore`.
|
|
||||||
*/
|
|
||||||
public let CoreStoreErrorDomain = "com.corestore.error"
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `NSError` error codes for `CoreStoreErrorDomain`.
|
|
||||||
*/
|
|
||||||
public enum CoreStoreErrorCode: Int {
|
|
||||||
|
|
||||||
/**
|
|
||||||
A failure occured because of an unknown error.
|
|
||||||
*/
|
|
||||||
case UnknownError
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `NSPersistentStore` could note be initialized because another store existed at the specified `NSURL`.
|
|
||||||
*/
|
|
||||||
case DifferentPersistentStoreExistsAtURL
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - NSError+CoreStore
|
|
||||||
|
|
||||||
public extension NSError {
|
|
||||||
|
|
||||||
/**
|
|
||||||
If the error's domain is equal to `CoreStoreErrorDomain`, returns the associated `CoreStoreErrorCode`. For other domains, returns `nil`.
|
|
||||||
*/
|
|
||||||
public var coreStoreErrorCode: CoreStoreErrorCode? {
|
|
||||||
|
|
||||||
return (self.domain == CoreStoreErrorDomain
|
|
||||||
? CoreStoreErrorCode(rawValue: self.code)
|
|
||||||
: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal convenience init(coreStoreErrorCode: CoreStoreErrorCode) {
|
|
||||||
|
|
||||||
self.init(coreStoreErrorCode: coreStoreErrorCode, userInfo: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal convenience init(coreStoreErrorCode: CoreStoreErrorCode, userInfo: [NSObject: AnyObject]?) {
|
|
||||||
|
|
||||||
self.init(
|
|
||||||
domain: CoreStoreErrorDomain,
|
|
||||||
code: coreStoreErrorCode.rawValue,
|
|
||||||
userInfo: userInfo)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,96 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore+Observing.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
public extension CoreStore {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, creates a `ManagedObjectController` for the specified `NSManagedObject`. Multiple `ManagedObjectObserver`'s may then register themselves to be notified when changes are made to the `NSManagedObject`.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` to observe changes from
|
|
||||||
:returns: a `ManagedObjectController` that monitors changes to `object`
|
|
||||||
*/
|
|
||||||
public static func observeObject<T: NSManagedObject>(object: T) -> ManagedObjectController<T> {
|
|
||||||
|
|
||||||
return self.defaultStack.observeObject(object)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, creates a `ManagedObjectListController` for a list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public static func observeObjectList<T: NSManagedObject>(from: From<T>, _ groupBy: GroupBy? = nil, _ queryClauses: FetchClause...) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.defaultStack.observeObjectList(from, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, creates a `ManagedObjectListController` for a list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public static func observeObjectList<T: NSManagedObject>(from: From<T>, _ groupBy: GroupBy? = nil, _ queryClauses: [FetchClause]) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.defaultStack.observeObjectList(from, queryClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, creates a `ManagedObjectListController` for a sectioned list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: sectionedBy a `SectionedBy` clause indicating the keyPath for the attribute to use when sorting the list into sections.
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public static func observeSectionedList<T: NSManagedObject>(from: From<T>, _ sectionedBy: SectionedBy, _ fetchClauses: FetchClause...) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.defaultStack.observeSectionedList(from, sectionedBy, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, creates a `ManagedObjectListController` for a sectioned list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: sectionedBy a `SectionedBy` clause indicating the keyPath for the attribute to use when sorting the list into sections.
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public static func observeSectionedList<T: NSManagedObject>(from: From<T>, _ sectionedBy: SectionedBy, _ fetchClauses: [FetchClause]) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.defaultStack.observeSectionedList(from, sectionedBy, fetchClauses)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,116 +0,0 @@
|
|||||||
//
|
|
||||||
// DataStack+Observing.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DataStack
|
|
||||||
|
|
||||||
public extension DataStack {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a `ManagedObjectController` for the specified `NSManagedObject`. Multiple `ManagedObjectObserver`'s may then register themselves to be notified when changes are made to the `NSManagedObject`.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` to observe changes from
|
|
||||||
:returns: a `ManagedObjectController` that monitors changes to `object`
|
|
||||||
*/
|
|
||||||
public func observeObject<T: NSManagedObject>(object: T) -> ManagedObjectController<T> {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to observe objects from \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return ManagedObjectController(
|
|
||||||
dataStack: self,
|
|
||||||
object: object
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a `ManagedObjectListController` for a list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public func observeObjectList<T: NSManagedObject>(from: From<T>, _ fetchClauses: FetchClause...) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.observeObjectList(from, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a `ManagedObjectListController` for a list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public func observeObjectList<T: NSManagedObject>(from: From<T>, _ fetchClauses: [FetchClause]) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to observe objects from \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return ManagedObjectListController(
|
|
||||||
dataStack: self,
|
|
||||||
from: from,
|
|
||||||
sectionedBy: nil,
|
|
||||||
fetchClauses: fetchClauses
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a `ManagedObjectListController` for a sectioned list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: sectionedBy a `SectionedBy` clause indicating the keyPath for the attribute to use when sorting the list into sections.
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public func observeSectionedList<T: NSManagedObject>(from: From<T>, _ sectionedBy: SectionedBy, _ fetchClauses: FetchClause...) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
return self.observeSectionedList(from, sectionedBy, fetchClauses)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a `ManagedObjectListController` for a sectioned list of `NSManagedObject`'s that satisfy the specified fetch clauses. Multiple `ManagedObjectListObserver`'s may then register themselves to be notified when changes are made to the list.
|
|
||||||
|
|
||||||
:param: from a `From` clause indicating the entity type
|
|
||||||
:param: sectionedBy a `SectionedBy` clause indicating the keyPath for the attribute to use when sorting the list into sections.
|
|
||||||
:param: fetchClauses a series of `FetchClause` instances for fetching the object list. Accepts `Where`, `OrderBy`, and `Tweak` clauses.
|
|
||||||
:returns: a `ManagedObjectListController` instance that monitors changes to the list
|
|
||||||
*/
|
|
||||||
public func observeSectionedList<T: NSManagedObject>(from: From<T>, _ sectionedBy: SectionedBy, _ fetchClauses: [FetchClause]) -> ManagedObjectListController<T> {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to observe objects from \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return ManagedObjectListController(
|
|
||||||
dataStack: self,
|
|
||||||
from: from,
|
|
||||||
sectionedBy: sectionedBy,
|
|
||||||
fetchClauses: fetchClauses
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,346 +0,0 @@
|
|||||||
//
|
|
||||||
// ManagedObjectController.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
private let ManagedObjectListControllerWillChangeObjectNotification = "ManagedObjectListControllerWillChangeObjectNotification"
|
|
||||||
private let ManagedObjectListControllerDidDeleteObjectNotification = "ManagedObjectListControllerDidDeleteObjectNotification"
|
|
||||||
private let ManagedObjectListControllerDidUpdateObjectNotification = "ManagedObjectListControllerDidUpdateObjectNotification"
|
|
||||||
|
|
||||||
private let UserInfoKeyObject = "UserInfoKeyObject"
|
|
||||||
|
|
||||||
private struct NotificationKey {
|
|
||||||
|
|
||||||
static var willChangeObject: Void?
|
|
||||||
static var didDeleteObject: Void?
|
|
||||||
static var didUpdateObject: Void?
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectController
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `ManagedObjectController` monitors changes to a single `NSManagedObject` instance. Observers that implement the `ManagedObjectObserver` protocol may then register themselves to the `ManagedObjectController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let objectController = CoreStore.observeObject(object)
|
|
||||||
objectController.addObserver(self)
|
|
||||||
|
|
||||||
The created `ManagedObjectController` instance needs to be held on (retained) for as long as the object needs to be observed.
|
|
||||||
|
|
||||||
Observers registered via `addObserver(_:)` are not retained. `ManagedObjectController` only keeps a `weak` reference to all observers, thus keeping itself free from retain-cycles.
|
|
||||||
*/
|
|
||||||
public final class ManagedObjectController<T: NSManagedObject> {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the `NSManagedObject` instance being observed, or `nil` if the object was already deleted.
|
|
||||||
*/
|
|
||||||
public var object: T? {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.fetchedObjects?.first as? T
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns `true` if the `NSManagedObject` instance being observed still exists, or `false` if the object was already deleted.
|
|
||||||
*/
|
|
||||||
public var isObjectDeleted: Bool {
|
|
||||||
|
|
||||||
return self.object?.managedObjectContext == nil
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Registers a `ManagedObjectObserver` to be notified when changes to the receiver's `object` are made.
|
|
||||||
|
|
||||||
To prevent retain-cycles, `ManagedObjectController` only keeps `weak` references to its observers.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
Calling `addObserver(_:)` multiple times on the same observer is safe, as `ManagedObjectController` unregisters previous notifications to the observer before re-registering them.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectObserver` to send change notifications to
|
|
||||||
*/
|
|
||||||
public func addObserver<U: ManagedObjectObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to add an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
self.removeObserver(observer)
|
|
||||||
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.willChangeObject,
|
|
||||||
name: ManagedObjectListControllerWillChangeObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak self, weak observer] (objectController) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self, let object = strongSelf.object, let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectWillUpdate(objectController, object: object)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didDeleteObject,
|
|
||||||
name: ManagedObjectListControllerDidDeleteObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak self, weak observer] (objectController, object) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self, let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectWasDeleted(objectController, object: object)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didUpdateObject,
|
|
||||||
name: ManagedObjectListControllerDidUpdateObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak self, weak observer] (objectController, object) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self, let observer = observer {
|
|
||||||
|
|
||||||
let previousCommitedAttributes = strongSelf.lastCommittedAttributes
|
|
||||||
let currentCommitedAttributes = object.committedValuesForKeys(nil) as! [NSString: NSObject]
|
|
||||||
|
|
||||||
var changedKeys = Set<String>()
|
|
||||||
for key in currentCommitedAttributes.keys {
|
|
||||||
|
|
||||||
if previousCommitedAttributes[key] != currentCommitedAttributes[key] {
|
|
||||||
|
|
||||||
changedKeys.insert(key as String)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
strongSelf.lastCommittedAttributes = currentCommitedAttributes
|
|
||||||
observer.managedObjectWasUpdated(
|
|
||||||
objectController,
|
|
||||||
object: object,
|
|
||||||
changedPersistentKeys: changedKeys
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Unregisters a `ManagedObjectObserver` from receiving notifications for changes to the receiver's `object`.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectObserver` to unregister notifications to
|
|
||||||
*/
|
|
||||||
public func removeObserver<U: ManagedObjectObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to remove an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
let nilValue: AnyObject? = nil
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.willChangeObject, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didDeleteObject, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didUpdateObject, inObject: observer)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(dataStack: DataStack, object: T) {
|
|
||||||
|
|
||||||
let context = dataStack.mainContext
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
fetchRequest.entity = context.entityDescriptionForEntityClass(T.self)
|
|
||||||
fetchRequest.fetchLimit = 1
|
|
||||||
fetchRequest.resultType = .ManagedObjectResultType
|
|
||||||
fetchRequest.sortDescriptors = []
|
|
||||||
|
|
||||||
let originalObjectID = object.objectID
|
|
||||||
Where("SELF", isEqualTo: originalObjectID).applyToFetchRequest(fetchRequest)
|
|
||||||
|
|
||||||
let fetchedResultsController = NSFetchedResultsController(
|
|
||||||
fetchRequest: fetchRequest,
|
|
||||||
managedObjectContext: context,
|
|
||||||
sectionNameKeyPath: nil,
|
|
||||||
cacheName: nil
|
|
||||||
)
|
|
||||||
|
|
||||||
let fetchedResultsControllerDelegate = FetchedResultsControllerDelegate()
|
|
||||||
|
|
||||||
self.originalObjectID = originalObjectID
|
|
||||||
self.fetchedResultsController = fetchedResultsController
|
|
||||||
self.fetchedResultsControllerDelegate = fetchedResultsControllerDelegate
|
|
||||||
self.parentStack = dataStack
|
|
||||||
|
|
||||||
fetchedResultsControllerDelegate.handler = self
|
|
||||||
fetchedResultsControllerDelegate.fetchedResultsController = fetchedResultsController
|
|
||||||
|
|
||||||
var error: NSError?
|
|
||||||
if !fetchedResultsController.performFetch(&error) {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to perform fetch on <\(NSFetchedResultsController.self)>.")
|
|
||||||
}
|
|
||||||
|
|
||||||
self.lastCommittedAttributes = (self.object?.committedValuesForKeys(nil) as? [NSString: NSObject]) ?? [:]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let originalObjectID: NSManagedObjectID
|
|
||||||
private let fetchedResultsController: NSFetchedResultsController
|
|
||||||
private let fetchedResultsControllerDelegate: FetchedResultsControllerDelegate
|
|
||||||
private var lastCommittedAttributes = [NSString: NSObject]()
|
|
||||||
private weak var parentStack: DataStack?
|
|
||||||
|
|
||||||
private func registerChangeNotification(notificationKey: UnsafePointer<Void>, name: String, toObserver observer: AnyObject, callback: (objectController: ManagedObjectController<T>) -> Void) {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
NotificationObserver(
|
|
||||||
notificationName: name,
|
|
||||||
object: self,
|
|
||||||
closure: { [weak self] (note) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self {
|
|
||||||
|
|
||||||
callback(objectController: strongSelf)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
),
|
|
||||||
forKey: notificationKey,
|
|
||||||
inObject: observer
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func registerObjectNotification(notificationKey: UnsafePointer<Void>, name: String, toObserver observer: AnyObject, callback: (objectController: ManagedObjectController<T>, object: T) -> Void) {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
NotificationObserver(
|
|
||||||
notificationName: name,
|
|
||||||
object: self,
|
|
||||||
closure: { [weak self] (note) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self,
|
|
||||||
let userInfo = note.userInfo,
|
|
||||||
let object = userInfo[UserInfoKeyObject] as? T {
|
|
||||||
|
|
||||||
callback(
|
|
||||||
objectController: strongSelf,
|
|
||||||
object: object
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
),
|
|
||||||
forKey: notificationKey,
|
|
||||||
inObject: observer
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectController: FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
extension ManagedObjectController: FetchedResultsControllerHandler {
|
|
||||||
|
|
||||||
// MARK: FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
private func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?) {
|
|
||||||
|
|
||||||
switch type {
|
|
||||||
|
|
||||||
case .Delete:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidDeleteObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [UserInfoKeyObject: anObject]
|
|
||||||
)
|
|
||||||
|
|
||||||
case .Update:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidUpdateObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [UserInfoKeyObject: anObject]
|
|
||||||
)
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private func controllerWillChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerWillChangeObjectNotification,
|
|
||||||
object: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
private protocol FetchedResultsControllerHandler: class {
|
|
||||||
|
|
||||||
func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?)
|
|
||||||
|
|
||||||
func controllerWillChangeContent(controller: NSFetchedResultsController)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FetchedResultsControllerDelegate
|
|
||||||
|
|
||||||
private final class FetchedResultsControllerDelegate: NSFetchedResultsControllerDelegate {
|
|
||||||
|
|
||||||
// MARK: NSFetchedResultsControllerDelegate
|
|
||||||
|
|
||||||
@objc func controllerWillChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
self.handler?.controllerWillChangeContent(controller)
|
|
||||||
}
|
|
||||||
|
|
||||||
@objc func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?) {
|
|
||||||
|
|
||||||
self.handler?.controller(controller, didChangeObject: anObject, atIndexPath: indexPath, forChangeType: type, newIndexPath: newIndexPath)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
weak var handler: FetchedResultsControllerHandler?
|
|
||||||
weak var fetchedResultsController: NSFetchedResultsController? {
|
|
||||||
|
|
||||||
didSet {
|
|
||||||
|
|
||||||
oldValue?.delegate = nil
|
|
||||||
self.fetchedResultsController?.delegate = self
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
self.fetchedResultsController?.delegate = nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,832 +0,0 @@
|
|||||||
//
|
|
||||||
// ManagedObjectListController.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SectionedBy
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SectionedBy` clause indicates the key path to use to group the `ManagedObjectListController` objects into sections. An optional closure can also be provided to transform the value into an appropriate section name:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeSectionedList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
SectionedBy("age") { "Age \($0)" },
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
*/
|
|
||||||
public struct SectionedBy {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `SectionedBy` clause with the key path to use to group `ManagedObjectListController` objects into sections
|
|
||||||
|
|
||||||
:param: sectionKeyPath the key path to use to group the objects into sections
|
|
||||||
*/
|
|
||||||
public init(_ sectionKeyPath: KeyPath) {
|
|
||||||
|
|
||||||
self.init(sectionKeyPath, { $0 })
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `SectionedBy` clause with the key path to use to group `ManagedObjectListController` objects into sections, and a closure to transform the value for the key path to an appropriate section name
|
|
||||||
|
|
||||||
:param: sectionKeyPath the key path to use to group the objects into sections
|
|
||||||
:param: sectionIndexTransformer a closure to transform the value for the key path to an appropriate section name
|
|
||||||
*/
|
|
||||||
public init(_ sectionKeyPath: KeyPath, _ sectionIndexTransformer: (sectionName: String?) -> String?) {
|
|
||||||
|
|
||||||
self.sectionKeyPath = sectionKeyPath
|
|
||||||
self.sectionIndexTransformer = sectionIndexTransformer
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal let sectionKeyPath: KeyPath
|
|
||||||
internal let sectionIndexTransformer: (sectionName: KeyPath?) -> String?
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectListController
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `ManagedObjectListController` monitors changes to a list of `NSManagedObject` instances. Observers that implement the `ManagedObjectListChangeObserver` protocol may then register themselves to the `ManagedObjectListController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeObjectList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
Where("title", isEqualTo: "Engineer"),
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
listController.addObserver(self)
|
|
||||||
|
|
||||||
The `ManagedObjectListController` instance needs to be held on (retained) for as long as the list needs to be observed.
|
|
||||||
Observers registered via `addObserver(_:)` are not retained. `ManagedObjectListController` only keeps a `weak` reference to all observers, thus keeping itself free from retain-cycles.
|
|
||||||
|
|
||||||
Lists created with `observeObjectList(...)` keep a single-section list of objects, where each object can be accessed by index:
|
|
||||||
|
|
||||||
let firstPerson: MyPersonEntity = listController[0]
|
|
||||||
|
|
||||||
Accessing the list with an index above the valid range will throw an exception.
|
|
||||||
|
|
||||||
Creating a sectioned-list is also possible with the `observeSectionedList(...)` method:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeSectionedList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
SectionedBy("age") { "Age \($0)" },
|
|
||||||
Where("title", isEqualTo: "Engineer"),
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
listController.addObserver(self)
|
|
||||||
|
|
||||||
Objects from `ManagedObjectListController`'s created this way can be accessed either by an `NSIndexPath` or a tuple:
|
|
||||||
|
|
||||||
let indexPath = NSIndexPath(forItem: 3, inSection: 2)
|
|
||||||
let person1 = listController[indexPath]
|
|
||||||
let person2 = listController[2, 3]
|
|
||||||
|
|
||||||
In the example above, both `person1` and `person2` will contain the object at section=2, index=3.
|
|
||||||
*/
|
|
||||||
public final class ManagedObjectListController<T: NSManagedObject> {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Accesses the object at the given index within the first section. This subscript indexer is typically used for `ManagedObjectListController`'s created with `addObserver(_:)`.
|
|
||||||
|
|
||||||
:param: index the index of the object. Using an index above the valid range will throw an exception.
|
|
||||||
*/
|
|
||||||
public subscript(index: Int) -> T {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.objectAtIndexPath(NSIndexPath(forItem: index, inSection: 0)) as! T
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Accesses the object at the given `NSIndexPath`. This subscript indexer is typically used for `ManagedObjectListController`'s created with `observeSectionedList(_:)`.
|
|
||||||
|
|
||||||
:param: indexPath the `NSIndexPath` for the object. Using an `indexPath` with an invalid range will throw an exception.
|
|
||||||
*/
|
|
||||||
public subscript(indexPath: NSIndexPath) -> T {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.objectAtIndexPath(indexPath) as! T
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Accesses the object at the given `sectionIndex` and `itemIndex`. This subscript indexer is typically used for `ManagedObjectListController`'s created with `observeSectionedList(_:)`.
|
|
||||||
|
|
||||||
:param: sectionIndex the section index for the object. Using a `sectionIndex` with an invalid range will throw an exception.
|
|
||||||
:param: itemIndex the index for the object within the section. Using an `itemIndex` with an invalid range will throw an exception.
|
|
||||||
*/
|
|
||||||
public subscript(sectionIndex: Int, itemIndex: Int) -> T {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.objectAtIndexPath(NSIndexPath(forItem: itemIndex, inSection: sectionIndex)) as! T
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the number of sections
|
|
||||||
*/
|
|
||||||
public func numberOfSections() -> Int {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.sections?.count ?? 0
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the number of objects in the specified section
|
|
||||||
|
|
||||||
:param: section the section index
|
|
||||||
*/
|
|
||||||
public func numberOfObjectsInSection(section: Int) -> Int {
|
|
||||||
|
|
||||||
return (self.fetchedResultsController.sections?[section] as? NSFetchedResultsSectionInfo)?.numberOfObjects ?? 0
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns the `NSFetchedResultsSectionInfo` for the specified section
|
|
||||||
|
|
||||||
:param: section the section index
|
|
||||||
*/
|
|
||||||
public func sectionInfoAtIndex(section: Int) -> NSFetchedResultsSectionInfo {
|
|
||||||
|
|
||||||
return self.fetchedResultsController.sections![section] as! NSFetchedResultsSectionInfo
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Registers a `ManagedObjectListChangeObserver` to be notified when changes to the receiver's list occur.
|
|
||||||
|
|
||||||
To prevent retain-cycles, `ManagedObjectListController` only keeps `weak` references to its observers.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
Calling `addObserver(_:)` multiple times on the same observer is safe, as `ManagedObjectListController` unregisters previous notifications to the observer before re-registering them.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectListChangeObserver` to send change notifications to
|
|
||||||
*/
|
|
||||||
public func addObserver<U: ManagedObjectListChangeObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to add an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
self.removeObserver(observer)
|
|
||||||
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.willChangeList,
|
|
||||||
name: ManagedObjectListControllerWillChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListWillChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.didChangeList,
|
|
||||||
name: ManagedObjectListControllerDidChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListDidChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Registers a `ManagedObjectListObjectObserver` to be notified when changes to the receiver's list occur.
|
|
||||||
|
|
||||||
To prevent retain-cycles, `ManagedObjectListController` only keeps `weak` references to its observers.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
Calling `addObserver(_:)` multiple times on the same observer is safe, as `ManagedObjectListController` unregisters previous notifications to the observer before re-registering them.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectListObjectObserver` to send change notifications to
|
|
||||||
*/
|
|
||||||
public func addObserver<U: ManagedObjectListObjectObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to add an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
self.removeObserver(observer)
|
|
||||||
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.willChangeList,
|
|
||||||
name: ManagedObjectListControllerWillChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListWillChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.didChangeList,
|
|
||||||
name: ManagedObjectListControllerDidChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListDidChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didInsertObject,
|
|
||||||
name: ManagedObjectListControllerDidInsertObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didInsertObject: object,
|
|
||||||
toIndexPath: newIndexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didDeleteObject,
|
|
||||||
name: ManagedObjectListControllerDidDeleteObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didDeleteObject: object,
|
|
||||||
fromIndexPath: indexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didUpdateObject,
|
|
||||||
name: ManagedObjectListControllerDidUpdateObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didUpdateObject: object,
|
|
||||||
atIndexPath: indexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didMoveObject,
|
|
||||||
name: ManagedObjectListControllerDidMoveObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didMoveObject: object,
|
|
||||||
fromIndexPath: indexPath!,
|
|
||||||
toIndexPath: newIndexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Registers a `ManagedObjectListSectionObserver` to be notified when changes to the receiver's list occur.
|
|
||||||
|
|
||||||
To prevent retain-cycles, `ManagedObjectListController` only keeps `weak` references to its observers.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
Calling `addObserver(_:)` multiple times on the same observer is safe, as `ManagedObjectListController` unregisters previous notifications to the observer before re-registering them.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectListSectionObserver` to send change notifications to
|
|
||||||
*/
|
|
||||||
public func addObserver<U: ManagedObjectListSectionObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to add an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
self.removeObserver(observer)
|
|
||||||
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.willChangeList,
|
|
||||||
name: ManagedObjectListControllerWillChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListWillChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerChangeNotification(
|
|
||||||
&NotificationKey.didChangeList,
|
|
||||||
name: ManagedObjectListControllerDidChangeListNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectListDidChange(listController)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didInsertObject,
|
|
||||||
name: ManagedObjectListControllerDidInsertObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didInsertObject: object,
|
|
||||||
toIndexPath: newIndexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didDeleteObject,
|
|
||||||
name: ManagedObjectListControllerDidDeleteObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didDeleteObject: object,
|
|
||||||
fromIndexPath: indexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didUpdateObject,
|
|
||||||
name: ManagedObjectListControllerDidUpdateObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didUpdateObject: object,
|
|
||||||
atIndexPath: indexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerObjectNotification(
|
|
||||||
&NotificationKey.didMoveObject,
|
|
||||||
name: ManagedObjectListControllerDidMoveObjectNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, object, indexPath, newIndexPath) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didMoveObject: object,
|
|
||||||
fromIndexPath: indexPath!,
|
|
||||||
toIndexPath: newIndexPath!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
self.registerSectionNotification(
|
|
||||||
&NotificationKey.didInsertSection,
|
|
||||||
name: ManagedObjectListControllerDidInsertSectionNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, sectionInfo, sectionIndex) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didInsertSection: sectionInfo,
|
|
||||||
toSectionIndex: sectionIndex
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
self.registerSectionNotification(
|
|
||||||
&NotificationKey.didDeleteSection,
|
|
||||||
name: ManagedObjectListControllerDidDeleteSectionNotification,
|
|
||||||
toObserver: observer,
|
|
||||||
callback: { [weak observer] (listController, sectionInfo, sectionIndex) -> Void in
|
|
||||||
|
|
||||||
if let observer = observer {
|
|
||||||
|
|
||||||
observer.managedObjectList(
|
|
||||||
listController,
|
|
||||||
didDeleteSection: sectionInfo,
|
|
||||||
fromSectionIndex: sectionIndex
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Unregisters a `ManagedObjectListChangeObserver` from receiving notifications for changes to the receiver's list.
|
|
||||||
|
|
||||||
For thread safety, this method needs to be called from the main thread. An assertion failure will occur (on debug builds only) if called from any thread other than the main thread.
|
|
||||||
|
|
||||||
:param: observer a `ManagedObjectListChangeObserver` to unregister notifications to
|
|
||||||
*/
|
|
||||||
public func removeObserver<U: ManagedObjectListChangeObserver where U.EntityType == T>(observer: U) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to remove an observer of type \(typeName(observer)) outside the main thread.")
|
|
||||||
|
|
||||||
let nilValue: AnyObject? = nil
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.willChangeList, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didChangeList, inObject: observer)
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didInsertObject, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didDeleteObject, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didUpdateObject, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didMoveObject, inObject: observer)
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didInsertSection, inObject: observer)
|
|
||||||
setAssociatedRetainedObject(nilValue, forKey: &NotificationKey.didDeleteSection, inObject: observer)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(dataStack: DataStack, from: From<T>, sectionedBy: SectionedBy?, fetchClauses: [FetchClause]) {
|
|
||||||
|
|
||||||
let context = dataStack.mainContext
|
|
||||||
|
|
||||||
let fetchRequest = NSFetchRequest()
|
|
||||||
from.applyToFetchRequest(fetchRequest, context: context)
|
|
||||||
|
|
||||||
fetchRequest.fetchLimit = 0
|
|
||||||
fetchRequest.resultType = .ManagedObjectResultType
|
|
||||||
|
|
||||||
for clause in fetchClauses {
|
|
||||||
|
|
||||||
clause.applyToFetchRequest(fetchRequest)
|
|
||||||
}
|
|
||||||
|
|
||||||
let fetchedResultsController = NSFetchedResultsController(
|
|
||||||
fetchRequest: fetchRequest,
|
|
||||||
managedObjectContext: context,
|
|
||||||
sectionNameKeyPath: sectionedBy?.sectionKeyPath,
|
|
||||||
cacheName: nil
|
|
||||||
)
|
|
||||||
|
|
||||||
let fetchedResultsControllerDelegate = FetchedResultsControllerDelegate()
|
|
||||||
|
|
||||||
self.fetchedResultsController = fetchedResultsController
|
|
||||||
self.fetchedResultsControllerDelegate = fetchedResultsControllerDelegate
|
|
||||||
self.parentStack = dataStack
|
|
||||||
|
|
||||||
if let sectionIndexTransformer = sectionedBy?.sectionIndexTransformer {
|
|
||||||
|
|
||||||
self.sectionIndexTransformer = sectionIndexTransformer
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
self.sectionIndexTransformer = { $0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
fetchedResultsControllerDelegate.handler = self
|
|
||||||
fetchedResultsControllerDelegate.fetchedResultsController = fetchedResultsController
|
|
||||||
|
|
||||||
var error: NSError?
|
|
||||||
if !fetchedResultsController.performFetch(&error) {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to perform fetch on <\(NSFetchedResultsController.self)>.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let fetchedResultsController: NSFetchedResultsController
|
|
||||||
private let fetchedResultsControllerDelegate: FetchedResultsControllerDelegate
|
|
||||||
private let sectionIndexTransformer: (sectionName: KeyPath?) -> String?
|
|
||||||
private weak var parentStack: DataStack?
|
|
||||||
|
|
||||||
private func registerChangeNotification(notificationKey: UnsafePointer<Void>, name: String, toObserver observer: AnyObject, callback: (listController: ManagedObjectListController<T>) -> Void) {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
NotificationObserver(
|
|
||||||
notificationName: name,
|
|
||||||
object: self,
|
|
||||||
closure: { [weak self] (note) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self {
|
|
||||||
|
|
||||||
callback(listController: strongSelf)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
),
|
|
||||||
forKey: notificationKey,
|
|
||||||
inObject: observer
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func registerObjectNotification(notificationKey: UnsafePointer<Void>, name: String, toObserver observer: AnyObject, callback: (listController: ManagedObjectListController<T>, object: T, indexPath: NSIndexPath?, newIndexPath: NSIndexPath?) -> Void) {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
NotificationObserver(
|
|
||||||
notificationName: name,
|
|
||||||
object: self,
|
|
||||||
closure: { [weak self] (note) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self,
|
|
||||||
let userInfo = note.userInfo,
|
|
||||||
let object = userInfo[UserInfoKeyObject] as? T {
|
|
||||||
|
|
||||||
callback(
|
|
||||||
listController: strongSelf,
|
|
||||||
object: object,
|
|
||||||
indexPath: userInfo[UserInfoKeyIndexPath] as? NSIndexPath,
|
|
||||||
newIndexPath: userInfo[UserInfoKeyNewIndexPath] as? NSIndexPath
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
),
|
|
||||||
forKey: notificationKey,
|
|
||||||
inObject: observer
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func registerSectionNotification(notificationKey: UnsafePointer<Void>, name: String, toObserver observer: AnyObject, callback: (listController: ManagedObjectListController<T>, sectionInfo: NSFetchedResultsSectionInfo, sectionIndex: Int) -> Void) {
|
|
||||||
|
|
||||||
setAssociatedRetainedObject(
|
|
||||||
NotificationObserver(
|
|
||||||
notificationName: name,
|
|
||||||
object: self,
|
|
||||||
closure: { [weak self] (note) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self,
|
|
||||||
let userInfo = note.userInfo,
|
|
||||||
let sectionInfo = userInfo[UserInfoKeySectionInfo] as? NSFetchedResultsSectionInfo,
|
|
||||||
let sectionIndex = (userInfo[UserInfoKeySectionIndex] as? NSNumber)?.integerValue {
|
|
||||||
|
|
||||||
callback(
|
|
||||||
listController: strongSelf,
|
|
||||||
sectionInfo: sectionInfo,
|
|
||||||
sectionIndex: sectionIndex
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
),
|
|
||||||
forKey: notificationKey,
|
|
||||||
inObject: observer
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectListController: FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
extension ManagedObjectListController: FetchedResultsControllerHandler {
|
|
||||||
|
|
||||||
// MARK: FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
private func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?) {
|
|
||||||
|
|
||||||
switch type {
|
|
||||||
|
|
||||||
case .Insert:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidInsertObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeyObject: anObject,
|
|
||||||
UserInfoKeyNewIndexPath: newIndexPath!
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
case .Delete:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidDeleteObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeyObject: anObject,
|
|
||||||
UserInfoKeyIndexPath: indexPath!
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
case .Update:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidUpdateObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeyObject: anObject,
|
|
||||||
UserInfoKeyIndexPath: indexPath!
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
case .Move:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidMoveObjectNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeyObject: anObject,
|
|
||||||
UserInfoKeyIndexPath: indexPath!,
|
|
||||||
UserInfoKeyNewIndexPath: newIndexPath!
|
|
||||||
]
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private func controller(controller: NSFetchedResultsController, didChangeSection sectionInfo: NSFetchedResultsSectionInfo, atIndex sectionIndex: Int, forChangeType type: NSFetchedResultsChangeType) {
|
|
||||||
|
|
||||||
switch type {
|
|
||||||
|
|
||||||
case .Insert:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidInsertSectionNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeySectionInfo: sectionInfo,
|
|
||||||
UserInfoKeySectionIndex: NSNumber(integer: sectionIndex)
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
case .Delete:
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidDeleteSectionNotification,
|
|
||||||
object: self,
|
|
||||||
userInfo: [
|
|
||||||
UserInfoKeySectionInfo: sectionInfo,
|
|
||||||
UserInfoKeySectionIndex: NSNumber(integer: sectionIndex)
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private func controllerWillChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerWillChangeListNotification,
|
|
||||||
object: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func controllerDidChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
|
||||||
ManagedObjectListControllerDidChangeListNotification,
|
|
||||||
object: self
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func controller(controller: NSFetchedResultsController, sectionIndexTitleForSectionName sectionName: String?) -> String? {
|
|
||||||
|
|
||||||
return self.sectionIndexTransformer(sectionName: sectionName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FetchedResultsControllerHandler
|
|
||||||
|
|
||||||
private protocol FetchedResultsControllerHandler: class {
|
|
||||||
|
|
||||||
func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?)
|
|
||||||
|
|
||||||
func controller(controller: NSFetchedResultsController, didChangeSection sectionInfo: NSFetchedResultsSectionInfo, atIndex sectionIndex: Int, forChangeType type: NSFetchedResultsChangeType)
|
|
||||||
|
|
||||||
func controllerWillChangeContent(controller: NSFetchedResultsController)
|
|
||||||
|
|
||||||
func controllerDidChangeContent(controller: NSFetchedResultsController)
|
|
||||||
|
|
||||||
func controller(controller: NSFetchedResultsController, sectionIndexTitleForSectionName sectionName: String?) -> String?
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FetchedResultsControllerDelegate
|
|
||||||
|
|
||||||
private final class FetchedResultsControllerDelegate: NSFetchedResultsControllerDelegate {
|
|
||||||
|
|
||||||
// MARK: NSFetchedResultsControllerDelegate
|
|
||||||
|
|
||||||
@objc func controllerWillChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
self.handler?.controllerWillChangeContent(controller)
|
|
||||||
}
|
|
||||||
|
|
||||||
@objc func controllerDidChangeContent(controller: NSFetchedResultsController) {
|
|
||||||
|
|
||||||
self.handler?.controllerDidChangeContent(controller)
|
|
||||||
}
|
|
||||||
|
|
||||||
@objc func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?) {
|
|
||||||
|
|
||||||
self.handler?.controller(controller, didChangeObject: anObject, atIndexPath: indexPath, forChangeType: type, newIndexPath: newIndexPath)
|
|
||||||
}
|
|
||||||
|
|
||||||
@objc func controller(controller: NSFetchedResultsController, didChangeSection sectionInfo: NSFetchedResultsSectionInfo, atIndex sectionIndex: Int, forChangeType type: NSFetchedResultsChangeType) {
|
|
||||||
|
|
||||||
self.handler?.controller(controller, didChangeSection: sectionInfo, atIndex: sectionIndex, forChangeType: type)
|
|
||||||
}
|
|
||||||
|
|
||||||
@objc func controller(controller: NSFetchedResultsController, sectionIndexTitleForSectionName sectionName: String?) -> String? {
|
|
||||||
|
|
||||||
return self.handler?.controller(controller, sectionIndexTitleForSectionName: sectionName)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
weak var handler: FetchedResultsControllerHandler?
|
|
||||||
weak var fetchedResultsController: NSFetchedResultsController? {
|
|
||||||
|
|
||||||
didSet {
|
|
||||||
|
|
||||||
oldValue?.delegate = nil
|
|
||||||
self.fetchedResultsController?.delegate = self
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
self.fetchedResultsController?.delegate = nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private let ManagedObjectListControllerWillChangeListNotification = "ManagedObjectListControllerWillChangeListNotification"
|
|
||||||
private let ManagedObjectListControllerDidChangeListNotification = "ManagedObjectListControllerDidChangeListNotification"
|
|
||||||
|
|
||||||
private let ManagedObjectListControllerDidInsertObjectNotification = "ManagedObjectListControllerDidInsertObjectNotification"
|
|
||||||
private let ManagedObjectListControllerDidDeleteObjectNotification = "ManagedObjectListControllerDidDeleteObjectNotification"
|
|
||||||
private let ManagedObjectListControllerDidUpdateObjectNotification = "ManagedObjectListControllerDidUpdateObjectNotification"
|
|
||||||
private let ManagedObjectListControllerDidMoveObjectNotification = "ManagedObjectListControllerDidMoveObjectNotification"
|
|
||||||
|
|
||||||
private let ManagedObjectListControllerDidInsertSectionNotification = "ManagedObjectListControllerDidInsertSectionNotification"
|
|
||||||
private let ManagedObjectListControllerDidDeleteSectionNotification = "ManagedObjectListControllerDidDeleteSectionNotification"
|
|
||||||
|
|
||||||
private let UserInfoKeyObject = "UserInfoKeyObject"
|
|
||||||
private let UserInfoKeyIndexPath = "UserInfoKeyIndexPath"
|
|
||||||
private let UserInfoKeyNewIndexPath = "UserInfoKeyNewIndexPath"
|
|
||||||
|
|
||||||
private let UserInfoKeySectionInfo = "UserInfoKeySectionInfo"
|
|
||||||
private let UserInfoKeySectionIndex = "UserInfoKeySectionIndex"
|
|
||||||
|
|
||||||
private struct NotificationKey {
|
|
||||||
|
|
||||||
static var willChangeList: Void?
|
|
||||||
static var didChangeList: Void?
|
|
||||||
|
|
||||||
static var didInsertObject: Void?
|
|
||||||
static var didDeleteObject: Void?
|
|
||||||
static var didUpdateObject: Void?
|
|
||||||
static var didMoveObject: Void?
|
|
||||||
|
|
||||||
static var didInsertSection: Void?
|
|
||||||
static var didDeleteSection: Void?
|
|
||||||
}
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
//
|
|
||||||
// ManagedObjectListObserver.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectListChangeObserver
|
|
||||||
|
|
||||||
/**
|
|
||||||
Implement the `ManagedObjectListChangeObserver` protocol to observe changes to a list of `NSManagedObject`'s. `ManagedObjectListChangeObserver`'s may register themselves to a `ManagedObjectListController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeObjectList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
listController.addObserver(self)
|
|
||||||
*/
|
|
||||||
public protocol ManagedObjectListChangeObserver: class {
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `NSManagedObject` type for the observed list
|
|
||||||
*/
|
|
||||||
typealias EntityType: NSManagedObject
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles processing just before a change to the observed list occurs
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
*/
|
|
||||||
func managedObjectListWillChange(listController: ManagedObjectListController<EntityType>)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles processing right after a change to the observed list occurs
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the object being observed
|
|
||||||
*/
|
|
||||||
func managedObjectListDidChange(listController: ManagedObjectListController<EntityType>)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectListObjectObserver
|
|
||||||
|
|
||||||
/**
|
|
||||||
Implement the `ManagedObjectListObjectObserver` protocol to observe detailed changes to a list's object. `ManagedObjectListObjectObserver`'s may register themselves to a `ManagedObjectListController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeObjectList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
listController.addObserver(self)
|
|
||||||
*/
|
|
||||||
public protocol ManagedObjectListObjectObserver: ManagedObjectListChangeObserver {
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that an object was inserted to the specified `NSIndexPath` in the list
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: object the entity type for the inserted object
|
|
||||||
:param: indexPath the new `NSIndexPath` for the inserted object
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didInsertObject object: EntityType, toIndexPath indexPath: NSIndexPath)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that an object was deleted from the specified `NSIndexPath` in the list
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: object the entity type for the deleted object
|
|
||||||
:param: indexPath the `NSIndexPath` for the deleted object
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didDeleteObject object: EntityType, fromIndexPath indexPath: NSIndexPath)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that an object at the specified `NSIndexPath` was updated
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: object the entity type for the updated object
|
|
||||||
:param: indexPath the `NSIndexPath` for the updated object
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didUpdateObject object: EntityType, atIndexPath indexPath: NSIndexPath)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that an object's index changed
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: object the entity type for the moved object
|
|
||||||
:param: fromIndexPath the previous `NSIndexPath` for the moved object
|
|
||||||
:param: toIndexPath the new `NSIndexPath` for the moved object
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didMoveObject object: EntityType, fromIndexPath: NSIndexPath, toIndexPath: NSIndexPath)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectListSectionObserver
|
|
||||||
|
|
||||||
/**
|
|
||||||
Implement the `ManagedObjectListSectionObserver` protocol to observe changes to a list's section info. `ManagedObjectListSectionObserver`'s may register themselves to a `ManagedObjectListController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let listController = CoreStore.observeSectionedList(
|
|
||||||
From(MyPersonEntity),
|
|
||||||
SectionedBy("age") { "Age \($0)" },
|
|
||||||
OrderBy(.Ascending("lastName"))
|
|
||||||
)
|
|
||||||
listController.addObserver(self)
|
|
||||||
*/
|
|
||||||
public protocol ManagedObjectListSectionObserver: ManagedObjectListObjectObserver {
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that a section was inserted at the specified index
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: sectionInfo the `NSFetchedResultsSectionInfo` for the inserted section
|
|
||||||
:param: sectionIndex the new section index for the new section
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didInsertSection sectionInfo: NSFetchedResultsSectionInfo, toSectionIndex sectionIndex: Int)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Notifies that a section was inserted at the specified index
|
|
||||||
|
|
||||||
:param: listController the `ManagedObjectListController` monitoring the list being observed
|
|
||||||
:param: sectionInfo the `NSFetchedResultsSectionInfo` for the deleted section
|
|
||||||
:param: sectionIndex the previous section index for the deleted section
|
|
||||||
*/
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<EntityType>, didDeleteSection sectionInfo: NSFetchedResultsSectionInfo, fromSectionIndex sectionIndex: Int)
|
|
||||||
}
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
//
|
|
||||||
// ManagedObjectObserver.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ManagedObjectObserver
|
|
||||||
|
|
||||||
/**
|
|
||||||
Implement the `ManagedObjectObserver` protocol to observe changes to a single `NSManagedObject` instance. `ManagedObjectObserver`'s may register themselves to a `ManagedObjectController`'s `addObserver(_:)` method:
|
|
||||||
|
|
||||||
let objectController = CoreStore.observeObject(object)
|
|
||||||
objectController.addObserver(self)
|
|
||||||
*/
|
|
||||||
public protocol ManagedObjectObserver: class {
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `NSManagedObject` type for the observed object
|
|
||||||
*/
|
|
||||||
typealias EntityType: NSManagedObject
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles processing just before a change to the observed `object` occurs
|
|
||||||
|
|
||||||
:param: objectController the `ManagedObjectController` monitoring the object being observed
|
|
||||||
:param: object the `NSManagedObject` instance being observed
|
|
||||||
*/
|
|
||||||
func managedObjectWillUpdate(objectController: ManagedObjectController<EntityType>, object: EntityType)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles processing right after a change to the observed `object` occurs
|
|
||||||
|
|
||||||
:param: objectController the `ManagedObjectController` monitoring the object being observed
|
|
||||||
:param: object the `NSManagedObject` instance being observed
|
|
||||||
:param: changedPersistentKeys a `Set` of key paths for the attributes that were changed. Note that `changedPersistentKeys` only contains keys for attributes/relationships present in the persistent store, thus transient properties will not be reported.
|
|
||||||
*/
|
|
||||||
func managedObjectWasUpdated(objectController: ManagedObjectController<EntityType>, object: EntityType, changedPersistentKeys: Set<KeyPath>)
|
|
||||||
|
|
||||||
/**
|
|
||||||
Handles processing right after `object` is deleted
|
|
||||||
|
|
||||||
:param: objectController the `ManagedObjectController` monitoring the object being observed
|
|
||||||
:param: object the `NSManagedObject` instance being observed
|
|
||||||
*/
|
|
||||||
func managedObjectWasDeleted(objectController: ManagedObjectController<EntityType>, object: EntityType)
|
|
||||||
}
|
|
||||||
@@ -1,180 +0,0 @@
|
|||||||
//
|
|
||||||
// AsynchronousDataTransaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - AsynchronousDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `AsynchronousDataTransaction` provides an interface for `NSManagedObject` creates, updates, and deletes. A transaction object should typically be only used from within a transaction block initiated from `DataStack.beginAsynchronous(_:)`, or from `CoreStore.beginAsynchronous(_:)`.
|
|
||||||
*/
|
|
||||||
public final class AsynchronousDataTransaction: BaseDataTransaction {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Saves the transaction changes asynchronously. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: completion the block executed after the save completes. Success or failure is reported by the `SaveResult` argument of the block.
|
|
||||||
*/
|
|
||||||
public func commit(completion: (result: SaveResult) -> Void) {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to commit a \(typeName(self)) outside its designated queue.")
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to commit a \(typeName(self)) more than once.")
|
|
||||||
|
|
||||||
self.isCommitted = true
|
|
||||||
let semaphore = GCDSemaphore(0)
|
|
||||||
self.context.saveAsynchronouslyWithCompletion { (result) -> Void in
|
|
||||||
|
|
||||||
self.result = result
|
|
||||||
completion(result: result)
|
|
||||||
semaphore.signal()
|
|
||||||
}
|
|
||||||
semaphore.wait()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Saves the transaction changes and waits for completion synchronously. This method should not be used after the `commit()` method was already called once.
|
|
||||||
*/
|
|
||||||
public func commit() {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to commit a \(typeName(self)) outside its designated queue.")
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to commit a \(typeName(self)) more than once.")
|
|
||||||
|
|
||||||
self.isCommitted = true
|
|
||||||
self.result = self.context.saveSynchronously()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Begins a child transaction synchronously where NSManagedObject creates, updates, and deletes can be made. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
:returns: a `SaveResult` value indicating success or failure, or `nil` if the transaction was not comitted synchronously
|
|
||||||
*/
|
|
||||||
public func beginSynchronous(closure: (transaction: SynchronousDataTransaction) -> Void) -> SaveResult? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to begin a child transaction from a \(typeName(self)) outside its designated queue.")
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to begin a child transaction from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return SynchronousDataTransaction(
|
|
||||||
mainContext: self.context,
|
|
||||||
queue: self.childTransactionQueue,
|
|
||||||
closure: closure).performAndWait()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: BaseDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a new `NSManagedObject` with the specified entity type.
|
|
||||||
|
|
||||||
:param: into the `Into` clause indicating the destination `NSManagedObject` entity type and the destination configuration
|
|
||||||
:returns: a new `NSManagedObject` instance of the specified entity type.
|
|
||||||
*/
|
|
||||||
public override func create<T: NSManagedObject>(into: Into<T>) -> T {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to create an entity of type <\(T.self)> from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return super.create(into)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns an editable proxy of a specified `NSManagedObject`. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be edited
|
|
||||||
:returns: an editable proxy for the specified `NSManagedObject`.
|
|
||||||
*/
|
|
||||||
public override func fetch<T: NSManagedObject>(object: T?) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to update an entity of type \(typeName(object)) from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return super.fetch(object)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Deletes a specified `NSManagedObject`. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be deleted
|
|
||||||
*/
|
|
||||||
public override func delete(object: NSManagedObject?) {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to delete an entity of type \(typeName(object)) from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
super.delete(object)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Rolls back the transaction by resetting the `NSManagedObjectContext`. After calling this method, all `NSManagedObjects` fetched within the transaction will become invalid. This method should not be used after the `commit()` method was already called once.
|
|
||||||
*/
|
|
||||||
public override func rollback() {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to rollback an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
super.rollback()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(mainContext: NSManagedObjectContext, queue: GCDQueue, closure: (transaction: AsynchronousDataTransaction) -> Void) {
|
|
||||||
|
|
||||||
self.closure = closure
|
|
||||||
|
|
||||||
super.init(mainContext: mainContext, queue: queue)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func perform() {
|
|
||||||
|
|
||||||
self.transactionQueue.async {
|
|
||||||
|
|
||||||
self.closure(transaction: self)
|
|
||||||
if !self.isCommitted && self.hasChanges {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "The closure for the \(typeName(self)) completed without being committed. All changes made within the transaction were discarded.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func performAndWait() -> SaveResult? {
|
|
||||||
|
|
||||||
self.transactionQueue.sync {
|
|
||||||
|
|
||||||
self.closure(transaction: self)
|
|
||||||
if !self.isCommitted && self.hasChanges {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "The closure for the \(typeName(self)) completed without being committed. All changes made within the transaction were discarded.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return self.result
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let closure: (transaction: AsynchronousDataTransaction) -> Void
|
|
||||||
}
|
|
||||||
@@ -1,237 +0,0 @@
|
|||||||
//
|
|
||||||
// BaseDataTransaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Into
|
|
||||||
|
|
||||||
/**
|
|
||||||
A `Into` clause contains the destination entity and destination persistent store for a `create(...)` method. A common usage is to just indicate the entity:
|
|
||||||
|
|
||||||
let person = transaction.create(Into(MyPersonEntity))
|
|
||||||
|
|
||||||
For cases where multiple `NSPersistentStore`'s contain the same entity, the destination configuration's name needs to be specified as well:
|
|
||||||
|
|
||||||
let person = transaction.create(Into<MyPersonEntity>("Configuration1"))
|
|
||||||
|
|
||||||
This helps the `NSManagedObjectContext` to determine which
|
|
||||||
*/
|
|
||||||
public struct Into<T: NSManagedObject> {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes an `Into` clause.
|
|
||||||
Sample Usage:
|
|
||||||
|
|
||||||
let person = transaction.create(Into<MyPersonEntity>())
|
|
||||||
*/
|
|
||||||
public init(){
|
|
||||||
|
|
||||||
self.configuration = nil
|
|
||||||
self.inferStoreIfPossible = true
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes an `Into` clause with the specified entity type.
|
|
||||||
Sample Usage:
|
|
||||||
|
|
||||||
let person = transaction.create(Into(MyPersonEntity))
|
|
||||||
|
|
||||||
:param: entity the `NSManagedObject` type to be created
|
|
||||||
*/
|
|
||||||
public init(_ entity: T.Type) {
|
|
||||||
|
|
||||||
self.configuration = nil
|
|
||||||
self.inferStoreIfPossible = true
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes an `Into` clause with the specified configuration.
|
|
||||||
Sample Usage:
|
|
||||||
|
|
||||||
let person = transaction.create(Into<MyPersonEntity>("Configuration1"))
|
|
||||||
|
|
||||||
:param: configuration the `NSPersistentStore` configuration name to associate the object to. This parameter is required if multiple configurations contain the created `NSManagedObject`'s entity type. Set to `nil` to use the default configuration.
|
|
||||||
*/
|
|
||||||
public init(_ configuration: String?) {
|
|
||||||
|
|
||||||
self.configuration = configuration
|
|
||||||
self.inferStoreIfPossible = false
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes an `Into` clause with the specified entity type and configuration.
|
|
||||||
Sample Usage:
|
|
||||||
|
|
||||||
let person = transaction.create(Into(MyPersonEntity.self, "Configuration1"))
|
|
||||||
|
|
||||||
:param: entity the `NSManagedObject` type to be created
|
|
||||||
:param: configuration the `NSPersistentStore` configuration name to associate the object to. This parameter is required if multiple configurations contain the created `NSManagedObject`'s entity type. Set to `nil` to use the default configuration.
|
|
||||||
*/
|
|
||||||
public init(_ entity: T.Type, _ configuration: String?) {
|
|
||||||
|
|
||||||
self.configuration = configuration
|
|
||||||
self.inferStoreIfPossible = false
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal let configuration: String?
|
|
||||||
internal let inferStoreIfPossible: Bool
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - BaseDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `BaseDataTransaction` is an abstract interface for `NSManagedObject` creates, updates, and deletes. All `BaseDataTransaction` subclasses manage a private `NSManagedObjectContext` which are direct children of the `NSPersistentStoreCoordinator`'s root `NSManagedObjectContext`. This means that all updates are saved first to the persistent store, and then propagated up to the read-only `NSManagedObjectContext`.
|
|
||||||
*/
|
|
||||||
public /*abstract*/ class BaseDataTransaction {
|
|
||||||
|
|
||||||
// MARK: Object management
|
|
||||||
|
|
||||||
/**
|
|
||||||
Indicates if the transaction has pending changes
|
|
||||||
*/
|
|
||||||
public var hasChanges: Bool {
|
|
||||||
|
|
||||||
return self.context.hasChanges
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a new `NSManagedObject` with the specified entity type.
|
|
||||||
|
|
||||||
:param: into the `Into` clause indicating the destination `NSManagedObject` entity type and the destination configuration
|
|
||||||
:returns: a new `NSManagedObject` instance of the specified entity type.
|
|
||||||
*/
|
|
||||||
public func create<T: NSManagedObject>(into: Into<T>) -> T {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to create an entity of type <\(T.self)> outside its designated queue.")
|
|
||||||
|
|
||||||
let context = self.context
|
|
||||||
let object = T.createInContext(context)
|
|
||||||
|
|
||||||
if into.inferStoreIfPossible {
|
|
||||||
|
|
||||||
switch context.parentStack!.persistentStoreForEntityClass(T.self, configuration: nil, inferStoreIfPossible: true) {
|
|
||||||
|
|
||||||
case (.Some(let persistentStore), _):
|
|
||||||
context.assignObject(object, toPersistentStore: persistentStore)
|
|
||||||
|
|
||||||
case (.None, true):
|
|
||||||
CoreStore.assert(false, "Attempted to create an entity of type \(typeName(object)) with ambiguous destination persistent store, but the configuration name was not specified.")
|
|
||||||
|
|
||||||
default:
|
|
||||||
CoreStore.assert(false, "Attempted to create an entity of type \(typeName(object)), but a destination persistent store containing the entity type could not be found.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
switch context.parentStack!.persistentStoreForEntityClass(T.self, configuration: into.configuration, inferStoreIfPossible: false) {
|
|
||||||
|
|
||||||
case (.Some(let persistentStore), _):
|
|
||||||
context.assignObject(object, toPersistentStore: persistentStore)
|
|
||||||
|
|
||||||
default:
|
|
||||||
if let configuration = into.configuration {
|
|
||||||
|
|
||||||
CoreStore.assert(false, "Attempted to create an entity of type \(typeName(object)) into the configuration \"\(configuration)\", which it doesn't belong to.")
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
CoreStore.assert(false, "Attempted to create an entity of type \(typeName(object)) into the default configuration, which it doesn't belong to.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return object
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns an editable proxy of a specified `NSManagedObject`.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be edited
|
|
||||||
:returns: an editable proxy for the specified `NSManagedObject`.
|
|
||||||
*/
|
|
||||||
public func fetch<T: NSManagedObject>(object: T?) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to update an entity of type \(typeName(object)) outside its designated queue.")
|
|
||||||
|
|
||||||
return object?.inContext(self.context)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Deletes a specified `NSManagedObject`.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be deleted
|
|
||||||
*/
|
|
||||||
public func delete(object: NSManagedObject?) {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to delete an entity of type \(typeName(object)) outside its designated queue.")
|
|
||||||
|
|
||||||
object?.inContext(self.context)?.deleteFromContext()
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: Saving changes
|
|
||||||
|
|
||||||
/**
|
|
||||||
Rolls back the transaction by resetting the `NSManagedObjectContext`. After calling this method, all `NSManagedObjects` fetched within the transaction will become invalid.
|
|
||||||
*/
|
|
||||||
public func rollback() {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to rollback a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
self.context.reset()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal let context: NSManagedObjectContext
|
|
||||||
internal let transactionQueue: GCDQueue
|
|
||||||
internal let childTransactionQueue: GCDQueue = .createSerial("com.corestore.datastack.childtransactionqueue")
|
|
||||||
|
|
||||||
internal var isCommitted = false
|
|
||||||
internal var result: SaveResult?
|
|
||||||
|
|
||||||
internal init(mainContext: NSManagedObjectContext, queue: GCDQueue) {
|
|
||||||
|
|
||||||
self.transactionQueue = queue
|
|
||||||
|
|
||||||
let context = mainContext.temporaryContextInTransactionWithConcurrencyType(
|
|
||||||
queue == .Main
|
|
||||||
? .MainQueueConcurrencyType
|
|
||||||
: .PrivateQueueConcurrencyType
|
|
||||||
)
|
|
||||||
self.context = context
|
|
||||||
|
|
||||||
context.parentTransaction = self
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,65 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore+Transaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
public extension CoreStore {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, begins a transaction asynchronously where `NSManagedObject` creates, updates, and deletes can be made.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
*/
|
|
||||||
public static func beginAsynchronous(closure: (transaction: AsynchronousDataTransaction) -> Void) {
|
|
||||||
|
|
||||||
self.defaultStack.beginAsynchronous(closure)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, begins a transaction asynchronously where `NSManagedObject` creates, updates, and deletes can be made.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
:returns: a `SaveResult` value indicating success or failure, or `nil` if the transaction was not comitted synchronously
|
|
||||||
*/
|
|
||||||
public static func beginSynchronous(closure: (transaction: SynchronousDataTransaction) -> Void) -> SaveResult? {
|
|
||||||
|
|
||||||
return self.defaultStack.beginSynchronous(closure)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Using the `defaultStack`, begins a non-contiguous transaction where `NSManagedObject` creates, updates, and deletes can be made. This is useful for making temporary changes, such as partially filled forms. A detached transaction object should typically be only used from the main queue.
|
|
||||||
|
|
||||||
:returns: a `DetachedDataTransaction` instance where creates, updates, and deletes can be made.
|
|
||||||
*/
|
|
||||||
public static func beginDetached() -> DetachedDataTransaction {
|
|
||||||
|
|
||||||
return self.defaultStack.beginDetached()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,81 +0,0 @@
|
|||||||
//
|
|
||||||
// DataStack+Transaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DataStack
|
|
||||||
|
|
||||||
public extension DataStack {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Begins a transaction asynchronously where `NSManagedObject` creates, updates, and deletes can be made.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
*/
|
|
||||||
public func beginAsynchronous(closure: (transaction: AsynchronousDataTransaction) -> Void) {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to begin a transaction from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
AsynchronousDataTransaction(
|
|
||||||
mainContext: self.rootSavingContext,
|
|
||||||
queue: self.childTransactionQueue,
|
|
||||||
closure: closure).perform()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Begins a transaction synchronously where `NSManagedObject` creates, updates, and deletes can be made.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
:returns: a `SaveResult` value indicating success or failure, or `nil` if the transaction was not comitted synchronously
|
|
||||||
*/
|
|
||||||
public func beginSynchronous(closure: (transaction: SynchronousDataTransaction) -> Void) -> SaveResult? {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to begin a transaction from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return SynchronousDataTransaction(
|
|
||||||
mainContext: self.rootSavingContext,
|
|
||||||
queue: self.childTransactionQueue,
|
|
||||||
closure: closure).performAndWait()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Begins a non-contiguous transaction where `NSManagedObject` creates, updates, and deletes can be made. This is useful for making temporary changes, such as partially filled forms. A detached transaction object should typically be only used from the main queue.
|
|
||||||
|
|
||||||
:returns: a `DetachedDataTransaction` instance where creates, updates, and deletes can be made.
|
|
||||||
*/
|
|
||||||
public func beginDetached() -> DetachedDataTransaction {
|
|
||||||
|
|
||||||
CoreStore.assert(NSThread.isMainThread(), "Attempted to begin a transaction from a \(typeName(self)) outside the main thread.")
|
|
||||||
|
|
||||||
return DetachedDataTransaction(
|
|
||||||
mainContext: self.rootSavingContext,
|
|
||||||
queue: .Main)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
//
|
|
||||||
// DetachedDataTransaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DetachedDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `DetachedDataTransaction` provides an interface for non-contiguous `NSManagedObject` creates, updates, and deletes. This is useful for making temporary changes, such as partially filled forms. A detached transaction object should typically be only used from the main queue.
|
|
||||||
*/
|
|
||||||
public final class DetachedDataTransaction: BaseDataTransaction {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Saves the transaction changes asynchronously. For a `DetachedDataTransaction`, multiple commits are allowed, although it is the developer's responsibility to ensure a reasonable leeway to prevent blocking the main thread.
|
|
||||||
|
|
||||||
:param: completion the block executed after the save completes. Success or failure is reported by the `SaveResult` argument of the block.
|
|
||||||
*/
|
|
||||||
public func commit(completion: (result: SaveResult) -> Void) {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to commit a \(typeName(self)) outside its designated queue.")
|
|
||||||
|
|
||||||
self.context.saveAsynchronouslyWithCompletion { (result) -> Void in
|
|
||||||
|
|
||||||
self.result = result
|
|
||||||
completion(result: result)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
//
|
|
||||||
// SaveResult.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SaveResult
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SaveResult` indicates the result of a `commit(...)` for a transaction.
|
|
||||||
The `SaveResult` can be treated as a boolean:
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { transaction in
|
|
||||||
// ...
|
|
||||||
let result = transaction.commit()
|
|
||||||
if result {
|
|
||||||
// succeeded
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
// failed
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
or as an `enum`, where the resulting associated object can also be inspected:
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { transaction in
|
|
||||||
// ...
|
|
||||||
let result = transaction.commit()
|
|
||||||
switch result {
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
// hasChanges indicates if there were changes or not
|
|
||||||
case .Failure(let error):
|
|
||||||
// error is the NSError instance for the failure
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
*/
|
|
||||||
public enum SaveResult {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
`SaveResult.Success` indicates that the `commit()` for the transaction succeeded, either because the save succeeded or because there were no changes to save. The associated value `hasChanges` indicates if there were saved changes or not.
|
|
||||||
*/
|
|
||||||
case Success(hasChanges: Bool)
|
|
||||||
|
|
||||||
/**
|
|
||||||
`SaveResult.Failure` indicates that the `commit()` for the transaction failed. The associated object for this value is the related `NSError` instance.
|
|
||||||
*/
|
|
||||||
case Failure(NSError)
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(hasChanges: Bool) {
|
|
||||||
|
|
||||||
self = .Success(hasChanges: hasChanges)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ error: NSError) {
|
|
||||||
|
|
||||||
self = .Failure(error)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ errorCode: CoreStoreErrorCode) {
|
|
||||||
|
|
||||||
self.init(errorCode, userInfo: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ errorCode: CoreStoreErrorCode, userInfo: [NSObject: AnyObject]?) {
|
|
||||||
|
|
||||||
self.init(NSError(
|
|
||||||
coreStoreErrorCode: errorCode,
|
|
||||||
userInfo: userInfo))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SaveResult: BooleanType
|
|
||||||
|
|
||||||
extension SaveResult: BooleanType {
|
|
||||||
|
|
||||||
public var boolValue: Bool {
|
|
||||||
|
|
||||||
switch self {
|
|
||||||
case .Success: return true
|
|
||||||
case .Failure: return false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
//
|
|
||||||
// SynchronousDataTransaction.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - SynchronousDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `SynchronousDataTransaction` provides an interface for `NSManagedObject` creates, updates, and deletes. A transaction object should typically be only used from within a transaction block initiated from `DataStack.beginSynchronous(_:)`, or from `CoreStore.beginSynchronous(_:)`.
|
|
||||||
*/
|
|
||||||
public final class SynchronousDataTransaction: BaseDataTransaction {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Saves the transaction changes and waits for completion synchronously. This method should not be used after the `commit()` method was already called once.
|
|
||||||
*/
|
|
||||||
public func commit() {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to commit a \(typeName(self)) outside its designated queue.")
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to commit a \(typeName(self)) more than once.")
|
|
||||||
|
|
||||||
self.isCommitted = true
|
|
||||||
self.result = self.context.saveSynchronously()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Begins a child transaction synchronously where `NSManagedObject` creates, updates, and deletes can be made. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: closure the block where creates, updates, and deletes can be made to the transaction. Transaction blocks are executed serially in a background queue, and all changes are made from a concurrent `NSManagedObjectContext`.
|
|
||||||
:returns: a `SaveResult` value indicating success or failure, or `nil` if the transaction was not comitted synchronously
|
|
||||||
*/
|
|
||||||
public func beginSynchronous(closure: (transaction: SynchronousDataTransaction) -> Void) -> SaveResult? {
|
|
||||||
|
|
||||||
CoreStore.assert(self.transactionQueue.isCurrentExecutionContext(), "Attempted to begin a child transaction from a \(typeName(self)) outside its designated queue.")
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to begin a child transaction from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return SynchronousDataTransaction(
|
|
||||||
mainContext: self.context,
|
|
||||||
queue: self.childTransactionQueue,
|
|
||||||
closure: closure).performAndWait()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: BaseDataTransaction
|
|
||||||
|
|
||||||
/**
|
|
||||||
Creates a new `NSManagedObject` with the specified entity type.
|
|
||||||
|
|
||||||
:param: into the `Into` clause indicating the destination `NSManagedObject` entity type and the destination configuration
|
|
||||||
:returns: a new `NSManagedObject` instance of the specified entity type.
|
|
||||||
*/
|
|
||||||
public override func create<T: NSManagedObject>(into: Into<T>) -> T {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to create an entity of type <\(T.self)> from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return super.create(into)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Returns an editable proxy of a specified `NSManagedObject`. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be edited
|
|
||||||
:returns: an editable proxy for the specified `NSManagedObject`.
|
|
||||||
*/
|
|
||||||
public override func fetch<T: NSManagedObject>(object: T?) -> T? {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to update an entity of type \(typeName(object)) from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
return super.fetch(object)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Deletes a specified `NSManagedObject`. This method should not be used after the `commit()` method was already called once.
|
|
||||||
|
|
||||||
:param: object the `NSManagedObject` type to be deleted
|
|
||||||
*/
|
|
||||||
public override func delete(object: NSManagedObject?) {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to delete an entity of type \(typeName(object)) from an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
super.delete(object)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Rolls back the transaction by resetting the `NSManagedObjectContext`. After calling this method, all `NSManagedObjects` fetched within the transaction will become invalid. This method should not be used after the `commit()` method was already called once.
|
|
||||||
*/
|
|
||||||
public override func rollback() {
|
|
||||||
|
|
||||||
CoreStore.assert(!self.isCommitted, "Attempted to rollback an already committed \(typeName(self)).")
|
|
||||||
|
|
||||||
super.rollback()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal func performAndWait() -> SaveResult? {
|
|
||||||
|
|
||||||
self.transactionQueue.sync {
|
|
||||||
|
|
||||||
self.closure(transaction: self)
|
|
||||||
if !self.isCommitted && self.hasChanges {
|
|
||||||
|
|
||||||
CoreStore.log(.Warning, message: "The closure for the \(typeName(self)) completed without being committed. All changes made within the transaction were discarded.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return self.result
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(mainContext: NSManagedObjectContext, queue: GCDQueue, closure: (transaction: SynchronousDataTransaction) -> Void) {
|
|
||||||
|
|
||||||
self.closure = closure
|
|
||||||
|
|
||||||
super.init(mainContext: mainContext, queue: queue)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private let closure: (transaction: SynchronousDataTransaction) -> Void
|
|
||||||
}
|
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStore+Setup.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CoreStore
|
|
||||||
|
|
||||||
public extension CoreStore {
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds an in-memory store to the `defaultStack`.
|
|
||||||
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to nil.
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public static func addInMemoryStore(configuration: String? = nil) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
return self.defaultStack.addInMemoryStore(configuration: configuration)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds to the `defaultStack` an SQLite store from the given SQLite file name.
|
|
||||||
|
|
||||||
:param: fileName the local filename for the SQLite persistent store in the "Application Support" directory. A new SQLite file will be created if it does not exist.
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to nil.
|
|
||||||
:param: automigrating Set to true to configure Core Data auto-migration, or false to disable. If not specified, defaults to true.
|
|
||||||
:param: resetStoreOnMigrationFailure Set to true to delete the store on migration failure; or set to false to throw exceptions on failure instead. Typically should only be set to true when debugging, or if the persistent store can be recreated easily. If not specified, defaults to false
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public static func addSQLiteStore(fileName: String, configuration: String? = nil, automigrating: Bool = true, resetStoreOnMigrationFailure: Bool = false) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
return self.defaultStack.addSQLiteStore(
|
|
||||||
fileName,
|
|
||||||
configuration: configuration,
|
|
||||||
automigrating: automigrating,
|
|
||||||
resetStoreOnMigrationFailure: resetStoreOnMigrationFailure
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds to the `defaultStack` an SQLite store from the given SQLite file URL.
|
|
||||||
|
|
||||||
:param: fileURL the local file URL for the SQLite persistent store. A new SQLite file will be created if it does not exist. If not specified, defaults to a file URL pointing to a "<Application name>.sqlite" file in the "Application Support" directory.
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to nil.
|
|
||||||
:param: automigrating Set to true to configure Core Data auto-migration, or false to disable. If not specified, defaults to true.
|
|
||||||
:param: resetStoreOnMigrationFailure Set to true to delete the store on migration failure; or set to false to throw exceptions on failure instead. Typically should only be set to true when debugging, or if the persistent store can be recreated easily. If not specified, defaults to false.
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public static func addSQLiteStore(fileURL: NSURL = defaultSQLiteStoreURL, configuration: String? = nil, automigrating: Bool = true, resetStoreOnMigrationFailure: Bool = false) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
return self.defaultStack.addSQLiteStore(
|
|
||||||
fileURL: fileURL,
|
|
||||||
configuration: configuration,
|
|
||||||
automigrating: automigrating,
|
|
||||||
resetStoreOnMigrationFailure: resetStoreOnMigrationFailure
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,363 +0,0 @@
|
|||||||
//
|
|
||||||
// DataStack.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
private let defaultConfigurationName = "PF_DEFAULT_CONFIGURATION_NAME"
|
|
||||||
|
|
||||||
private let applicationSupportDirectory = NSFileManager.defaultManager().URLsForDirectory(.ApplicationSupportDirectory, inDomains: .UserDomainMask).first as! NSURL
|
|
||||||
|
|
||||||
private let applicationName = ((NSBundle.mainBundle().objectForInfoDictionaryKey("CFBundleName") as? String) ?? "CoreData")
|
|
||||||
|
|
||||||
internal let defaultSQLiteStoreURL = applicationSupportDirectory.URLByAppendingPathComponent(applicationName, isDirectory: false).URLByAppendingPathExtension("sqlite")
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - DataStack
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `DataStack` encapsulates the data model for the Core Data stack. Each `DataStack` can have multiple data stores, usually specified as a "Configuration" in the model editor. Behind the scenes, the DataStack manages its own `NSPersistentStoreCoordinator`, a root `NSManagedObjectContext` for disk saves, and a shared `NSManagedObjectContext` designed as a read-only model interface for `NSManagedObjects`.
|
|
||||||
*/
|
|
||||||
public final class DataStack {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `DataStack` from a model created by merging all the models found in all bundles.
|
|
||||||
*/
|
|
||||||
public convenience init() {
|
|
||||||
|
|
||||||
let mergedModel: NSManagedObjectModel! = NSManagedObjectModel.mergedModelFromBundles(NSBundle.allBundles())
|
|
||||||
CoreStore.assert(mergedModel != nil, "Could not create a merged <\(NSManagedObjectModel.self)> from all bundles.")
|
|
||||||
|
|
||||||
self.init(managedObjectModel: mergedModel)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `DataStack` from the specified model name.
|
|
||||||
|
|
||||||
:param: modelName the name of the (.xcdatamodeld) model file.
|
|
||||||
*/
|
|
||||||
public convenience init(modelName: String) {
|
|
||||||
|
|
||||||
let modelFilePath: String! = NSBundle.mainBundle().pathForResource(modelName, ofType: "momd")
|
|
||||||
CoreStore.assert(modelFilePath != nil, "Could not find a \"momd\" resource from the main bundle.")
|
|
||||||
|
|
||||||
let managedObjectModel: NSManagedObjectModel! = NSManagedObjectModel(contentsOfURL: NSURL(fileURLWithPath: modelFilePath)!)
|
|
||||||
CoreStore.assert(managedObjectModel != nil, "Could not create an <\(NSManagedObjectModel.self)> from the resource at path \"\(modelFilePath)\".")
|
|
||||||
|
|
||||||
self.init(managedObjectModel: managedObjectModel)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Initializes a `DataStack` from an `NSManagedObjectModel`.
|
|
||||||
|
|
||||||
:param: managedObjectModel the `NSManagedObjectModel` of the (.xcdatamodeld) model file.
|
|
||||||
*/
|
|
||||||
public required init(managedObjectModel: NSManagedObjectModel) {
|
|
||||||
|
|
||||||
self.coordinator = NSPersistentStoreCoordinator(managedObjectModel: managedObjectModel)
|
|
||||||
self.rootSavingContext = NSManagedObjectContext.rootSavingContextForCoordinator(self.coordinator)
|
|
||||||
self.mainContext = NSManagedObjectContext.mainContextForRootContext(self.rootSavingContext)
|
|
||||||
|
|
||||||
var entityNameMapping = [EntityClassNameType: EntityNameType]()
|
|
||||||
var entityConfigurationsMapping = [EntityClassNameType: Set<String>]()
|
|
||||||
for entityDescription in managedObjectModel.entities as! [NSEntityDescription] {
|
|
||||||
|
|
||||||
let managedObjectClassName = entityDescription.managedObjectClassName
|
|
||||||
entityConfigurationsMapping[managedObjectClassName] = []
|
|
||||||
if let entityName = entityDescription.name {
|
|
||||||
|
|
||||||
entityNameMapping[managedObjectClassName] = entityName
|
|
||||||
}
|
|
||||||
}
|
|
||||||
self.entityNameMapping = entityNameMapping
|
|
||||||
self.entityConfigurationsMapping = entityConfigurationsMapping
|
|
||||||
|
|
||||||
self.rootSavingContext.parentStack = self
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds an in-memory store to the stack.
|
|
||||||
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to nil.
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public func addInMemoryStore(configuration: String? = nil) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
let coordinator = self.coordinator;
|
|
||||||
var error: NSError?
|
|
||||||
|
|
||||||
var store: NSPersistentStore?
|
|
||||||
coordinator.performBlockAndWait {
|
|
||||||
|
|
||||||
store = coordinator.addPersistentStoreWithType(
|
|
||||||
NSInMemoryStoreType,
|
|
||||||
configuration: configuration,
|
|
||||||
URL: nil,
|
|
||||||
options: nil,
|
|
||||||
error: &error)
|
|
||||||
}
|
|
||||||
|
|
||||||
if let store = store {
|
|
||||||
|
|
||||||
self.updateMetadataForPersistentStore(store)
|
|
||||||
return PersistentStoreResult(store)
|
|
||||||
}
|
|
||||||
|
|
||||||
if let error = error {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
error,
|
|
||||||
"Failed to add in-memory <\(NSPersistentStore.self)>.")
|
|
||||||
return PersistentStoreResult(error)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to add in-memory <\(NSPersistentStore.self)>.")
|
|
||||||
return PersistentStoreResult(.UnknownError)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds to the stack an SQLite store from the given SQLite file name.
|
|
||||||
|
|
||||||
:param: fileName the local filename for the SQLite persistent store in the "Application Support" directory. A new SQLite file will be created if it does not exist. Note that if you have multiple configurations, you will need to specify a different `fileName` explicitly for each of them.
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to `nil`, the "Default" configuration. Note that if you have multiple configurations, you will need to specify a different `fileName` explicitly for each of them.
|
|
||||||
:param: automigrating Set to true to configure Core Data auto-migration, or false to disable. If not specified, defaults to true.
|
|
||||||
:param: resetStoreOnMigrationFailure Set to true to delete the store on migration failure; or set to false to throw exceptions on failure instead. Typically should only be set to true when debugging, or if the persistent store can be recreated easily. If not specified, defaults to false
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public func addSQLiteStore(fileName: String, configuration: String? = nil, automigrating: Bool = true, resetStoreOnMigrationFailure: Bool = false) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
return self.addSQLiteStore(
|
|
||||||
fileURL: applicationSupportDirectory.URLByAppendingPathComponent(
|
|
||||||
fileName,
|
|
||||||
isDirectory: false
|
|
||||||
),
|
|
||||||
configuration: configuration,
|
|
||||||
automigrating: automigrating,
|
|
||||||
resetStoreOnMigrationFailure: resetStoreOnMigrationFailure
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
Adds to the stack an SQLite store from the given SQLite file URL.
|
|
||||||
|
|
||||||
:param: fileURL the local file URL for the SQLite persistent store. A new SQLite file will be created if it does not exist. If not specified, defaults to a file URL pointing to a "<Application name>.sqlite" file in the "Application Support" directory. Note that if you have multiple configurations, you will need to specify a different `fileURL` explicitly for each of them.
|
|
||||||
:param: configuration an optional configuration name from the model file. If not specified, defaults to `nil`, the "Default" configuration. Note that if you have multiple configurations, you will need to specify a different `fileURL` explicitly for each of them.
|
|
||||||
:param: automigrating Set to true to configure Core Data auto-migration, or false to disable. If not specified, defaults to true.
|
|
||||||
:param: resetStoreOnMigrationFailure Set to true to delete the store on migration failure; or set to false to throw exceptions on failure instead. Typically should only be set to true when debugging, or if the persistent store can be recreated easily. If not specified, defaults to false.
|
|
||||||
:returns: a `PersistentStoreResult` indicating success or failure.
|
|
||||||
*/
|
|
||||||
public func addSQLiteStore(fileURL: NSURL = defaultSQLiteStoreURL, configuration: String? = nil, automigrating: Bool = true, resetStoreOnMigrationFailure: Bool = false) -> PersistentStoreResult {
|
|
||||||
|
|
||||||
let coordinator = self.coordinator;
|
|
||||||
if let store = coordinator.persistentStoreForURL(fileURL) {
|
|
||||||
|
|
||||||
let isExistingStoreAutomigrating = ((store.options?[NSMigratePersistentStoresAutomaticallyOption] as? Bool) ?? false)
|
|
||||||
|
|
||||||
if store.type == NSSQLiteStoreType
|
|
||||||
&& isExistingStoreAutomigrating == automigrating
|
|
||||||
&& store.configurationName == (configuration ?? defaultConfigurationName) {
|
|
||||||
|
|
||||||
return PersistentStoreResult(store)
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
NSError(coreStoreErrorCode: .DifferentPersistentStoreExistsAtURL),
|
|
||||||
"Failed to add SQLite <\(NSPersistentStore.self)> at \"\(fileURL)\" because a different <\(NSPersistentStore.self)> at that URL already exists.")
|
|
||||||
|
|
||||||
return PersistentStoreResult(.DifferentPersistentStoreExistsAtURL)
|
|
||||||
}
|
|
||||||
|
|
||||||
let fileManager = NSFileManager.defaultManager()
|
|
||||||
var directoryError: NSError?
|
|
||||||
if !fileManager.createDirectoryAtURL(
|
|
||||||
fileURL.URLByDeletingLastPathComponent!,
|
|
||||||
withIntermediateDirectories: true,
|
|
||||||
attributes: nil,
|
|
||||||
error: &directoryError) {
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
directoryError ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to create directory for SQLite store at \"\(fileURL)\".")
|
|
||||||
return PersistentStoreResult(directoryError!)
|
|
||||||
}
|
|
||||||
|
|
||||||
var store: NSPersistentStore?
|
|
||||||
var persistentStoreError: NSError?
|
|
||||||
coordinator.performBlockAndWait {
|
|
||||||
|
|
||||||
store = coordinator.addPersistentStoreWithType(
|
|
||||||
NSSQLiteStoreType,
|
|
||||||
configuration: configuration,
|
|
||||||
URL: fileURL,
|
|
||||||
options: [NSSQLitePragmasOption: ["WAL": "journal_mode"],
|
|
||||||
NSInferMappingModelAutomaticallyOption: true,
|
|
||||||
NSMigratePersistentStoresAutomaticallyOption: automigrating],
|
|
||||||
error: &persistentStoreError)
|
|
||||||
}
|
|
||||||
|
|
||||||
if let store = store {
|
|
||||||
|
|
||||||
self.updateMetadataForPersistentStore(store)
|
|
||||||
return PersistentStoreResult(store)
|
|
||||||
}
|
|
||||||
|
|
||||||
if let error = persistentStoreError
|
|
||||||
where (
|
|
||||||
resetStoreOnMigrationFailure
|
|
||||||
&& (error.code == NSPersistentStoreIncompatibleVersionHashError
|
|
||||||
|| error.code == NSMigrationMissingSourceModelError
|
|
||||||
|| error.code == NSMigrationError)
|
|
||||||
&& error.domain == NSCocoaErrorDomain
|
|
||||||
) {
|
|
||||||
|
|
||||||
fileManager.removeItemAtURL(fileURL, error: nil)
|
|
||||||
fileManager.removeItemAtPath(
|
|
||||||
fileURL.path!.stringByAppendingString("-shm"),
|
|
||||||
error: nil)
|
|
||||||
fileManager.removeItemAtPath(
|
|
||||||
fileURL.path!.stringByAppendingString("-wal"),
|
|
||||||
error: nil)
|
|
||||||
|
|
||||||
var store: NSPersistentStore?
|
|
||||||
coordinator.performBlockAndWait {
|
|
||||||
|
|
||||||
store = coordinator.addPersistentStoreWithType(
|
|
||||||
NSSQLiteStoreType,
|
|
||||||
configuration: configuration,
|
|
||||||
URL: fileURL,
|
|
||||||
options: [NSSQLitePragmasOption: ["WAL": "journal_mode"],
|
|
||||||
NSInferMappingModelAutomaticallyOption: true,
|
|
||||||
NSMigratePersistentStoresAutomaticallyOption: automigrating],
|
|
||||||
error: &persistentStoreError)
|
|
||||||
}
|
|
||||||
|
|
||||||
if let store = store {
|
|
||||||
|
|
||||||
self.updateMetadataForPersistentStore(store)
|
|
||||||
return PersistentStoreResult(store)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.handleError(
|
|
||||||
persistentStoreError ?? NSError(coreStoreErrorCode: .UnknownError),
|
|
||||||
"Failed to add SQLite <\(NSPersistentStore.self)> at \"\(fileURL)\".")
|
|
||||||
|
|
||||||
return PersistentStoreResult(.UnknownError)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal let rootSavingContext: NSManagedObjectContext
|
|
||||||
internal let mainContext: NSManagedObjectContext
|
|
||||||
internal let childTransactionQueue: GCDQueue = .createSerial("com.corestore.datastack.childtransactionqueue")
|
|
||||||
|
|
||||||
internal func entityNameForEntityClass(entityClass: NSManagedObject.Type) -> String? {
|
|
||||||
|
|
||||||
return self.entityNameMapping[NSStringFromClass(entityClass)]
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func persistentStoresForEntityClass(entityClass: NSManagedObject.Type) -> [NSPersistentStore]? {
|
|
||||||
|
|
||||||
var returnValue: [NSPersistentStore]? = nil
|
|
||||||
self.storeMetadataUpdateQueue.barrierSync {
|
|
||||||
|
|
||||||
let configurationsForEntity = self.entityConfigurationsMapping[NSStringFromClass(entityClass)] ?? []
|
|
||||||
returnValue = map(configurationsForEntity) {
|
|
||||||
|
|
||||||
return self.configurationStoreMapping[$0]!
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return returnValue
|
|
||||||
}
|
|
||||||
|
|
||||||
internal func persistentStoreForEntityClass(entityClass: NSManagedObject.Type, configuration: String?, inferStoreIfPossible: Bool) -> (store: NSPersistentStore?, isAmbiguous: Bool) {
|
|
||||||
|
|
||||||
var returnValue: (store: NSPersistentStore?, isAmbiguous: Bool) = (store: nil, isAmbiguous: false)
|
|
||||||
self.storeMetadataUpdateQueue.barrierSync {
|
|
||||||
|
|
||||||
let configurationsForEntity = self.entityConfigurationsMapping[NSStringFromClass(entityClass)] ?? []
|
|
||||||
if let configuration = configuration {
|
|
||||||
|
|
||||||
if configurationsForEntity.contains(configuration) {
|
|
||||||
|
|
||||||
returnValue = (store: self.configurationStoreMapping[configuration], isAmbiguous: false)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
else if !inferStoreIfPossible {
|
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
switch configurationsForEntity.count {
|
|
||||||
|
|
||||||
case 0:
|
|
||||||
return
|
|
||||||
|
|
||||||
case 1 where inferStoreIfPossible:
|
|
||||||
returnValue = (store: self.configurationStoreMapping[configurationsForEntity.first!], isAmbiguous: false)
|
|
||||||
|
|
||||||
default:
|
|
||||||
returnValue = (store: nil, isAmbiguous: true)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return returnValue
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
private typealias EntityClassNameType = String
|
|
||||||
private typealias EntityNameType = String
|
|
||||||
private typealias ConfigurationNameType = String
|
|
||||||
|
|
||||||
private let coordinator: NSPersistentStoreCoordinator
|
|
||||||
private let entityNameMapping: [EntityClassNameType: EntityNameType]
|
|
||||||
private let storeMetadataUpdateQueue = GCDQueue.createConcurrent("com.coreStore.persistentStoreBarrierQueue")
|
|
||||||
private var configurationStoreMapping = [ConfigurationNameType: NSPersistentStore]()
|
|
||||||
private var entityConfigurationsMapping = [EntityClassNameType: Set<String>]()
|
|
||||||
|
|
||||||
private func updateMetadataForPersistentStore(persistentStore: NSPersistentStore) {
|
|
||||||
|
|
||||||
self.storeMetadataUpdateQueue.barrierAsync {
|
|
||||||
|
|
||||||
let configurationName = persistentStore.configurationName
|
|
||||||
self.configurationStoreMapping[configurationName] = persistentStore
|
|
||||||
for entityDescription in (self.coordinator.managedObjectModel.entitiesForConfiguration(configurationName) as? [NSEntityDescription] ?? []) {
|
|
||||||
|
|
||||||
self.entityConfigurationsMapping[entityDescription.managedObjectClassName]?.insert(configurationName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,110 +0,0 @@
|
|||||||
//
|
|
||||||
// PersistentStoreResult.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - PersistentStoreResult
|
|
||||||
|
|
||||||
/**
|
|
||||||
The `PersistentStoreResult` indicates the result of initializing the persistent store.
|
|
||||||
The `PersistentStoreResult` can be treated as a boolean:
|
|
||||||
|
|
||||||
let result = CoreStore.addSQLiteStore()
|
|
||||||
if result {
|
|
||||||
// succeeded
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
// failed
|
|
||||||
}
|
|
||||||
|
|
||||||
or as an `enum`, where the resulting associated object can also be inspected:
|
|
||||||
|
|
||||||
let result = CoreStore.addSQLiteStore()
|
|
||||||
switch result {
|
|
||||||
case .Success(let persistentStore):
|
|
||||||
// persistentStore is the related NSPersistentStore instance
|
|
||||||
case .Failure(let error):
|
|
||||||
// error is the NSError instance for the failure
|
|
||||||
}
|
|
||||||
```
|
|
||||||
*/
|
|
||||||
public enum PersistentStoreResult {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
/**
|
|
||||||
`PersistentStoreResult.Success` indicates that the persistent store process succeeded. The associated object for this `enum` value is the related `NSPersistentStore` instance.
|
|
||||||
*/
|
|
||||||
case Success(NSPersistentStore)
|
|
||||||
|
|
||||||
/**
|
|
||||||
`PersistentStoreResult.Failure` indicates that the persistent store process failed. The associated object for this value is the related `NSError` instance.
|
|
||||||
*/
|
|
||||||
case Failure(NSError)
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Internal
|
|
||||||
|
|
||||||
internal init(_ store: NSPersistentStore) {
|
|
||||||
|
|
||||||
self = .Success(store)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ error: NSError) {
|
|
||||||
|
|
||||||
self = .Failure(error)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ errorCode: CoreStoreErrorCode) {
|
|
||||||
|
|
||||||
self.init(errorCode, userInfo: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal init(_ errorCode: CoreStoreErrorCode, userInfo: [NSObject: AnyObject]?) {
|
|
||||||
|
|
||||||
self.init(NSError(
|
|
||||||
coreStoreErrorCode: errorCode,
|
|
||||||
userInfo: userInfo))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - PersistentStoreResult: BooleanType
|
|
||||||
|
|
||||||
extension PersistentStoreResult: BooleanType {
|
|
||||||
|
|
||||||
// MARK: Public
|
|
||||||
|
|
||||||
public var boolValue: Bool {
|
|
||||||
|
|
||||||
switch self {
|
|
||||||
|
|
||||||
case .Success: return true
|
|
||||||
case .Failure: return false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,504 +0,0 @@
|
|||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 46;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
B503FADF1AFDC71700F90881 /* ObjectListObserverDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B503FADB1AFDC71700F90881 /* ObjectListObserverDemoViewController.swift */; };
|
|
||||||
B503FAE01AFDC71700F90881 /* ObjectObserverDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B503FADC1AFDC71700F90881 /* ObjectObserverDemoViewController.swift */; };
|
|
||||||
B503FAE11AFDC71700F90881 /* Palette.swift in Sources */ = {isa = PBXBuildFile; fileRef = B503FADD1AFDC71700F90881 /* Palette.swift */; };
|
|
||||||
B503FAE21AFDC71700F90881 /* PaletteTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B503FADE1AFDC71700F90881 /* PaletteTableViewCell.swift */; };
|
|
||||||
B52977D91B120B80003D50A5 /* ObserversViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52977D81B120B80003D50A5 /* ObserversViewController.swift */; };
|
|
||||||
B52977DD1B120F3B003D50A5 /* TransactionsDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52977DC1B120F3B003D50A5 /* TransactionsDemoViewController.swift */; };
|
|
||||||
B52977DF1B120F83003D50A5 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B52977DE1B120F83003D50A5 /* MapKit.framework */; };
|
|
||||||
B52977E11B120F8A003D50A5 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B52977E01B120F8A003D50A5 /* CoreLocation.framework */; };
|
|
||||||
B52977E41B121635003D50A5 /* Place.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52977E31B121635003D50A5 /* Place.swift */; };
|
|
||||||
B54AAD4F1AF4D26E00848AE0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54AAD4E1AF4D26E00848AE0 /* AppDelegate.swift */; };
|
|
||||||
B54AAD521AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B54AAD501AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodeld */; };
|
|
||||||
B54AAD591AF4D26E00848AE0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B54AAD571AF4D26E00848AE0 /* Main.storyboard */; };
|
|
||||||
B54AAD5B1AF4D26E00848AE0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B54AAD5A1AF4D26E00848AE0 /* Images.xcassets */; };
|
|
||||||
B54AAD5E1AF4D26E00848AE0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = B54AAD5C1AF4D26E00848AE0 /* LaunchScreen.xib */; };
|
|
||||||
B566E32A1B117B1F00F4F0C6 /* StackSetupDemoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B566E3291B117B1F00F4F0C6 /* StackSetupDemoViewController.swift */; };
|
|
||||||
B566E3321B11DF3200F4F0C6 /* UserAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = B566E3311B11DF3200F4F0C6 /* UserAccount.swift */; };
|
|
||||||
B583A9201AF5F542001F76AF /* CoreStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B583A91B1AF5F4F4001F76AF /* CoreStore.framework */; };
|
|
||||||
B583A9211AF5F542001F76AF /* CoreStore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B583A91B1AF5F4F4001F76AF /* CoreStore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
||||||
B5E7240F1B11F993006FB83F /* TwitterAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E7240E1B11F993006FB83F /* TwitterAccount.swift */; };
|
|
||||||
B5E724111B11F994006FB83F /* FacebookAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E724101B11F994006FB83F /* FacebookAccount.swift */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
|
||||||
B583A91A1AF5F4F4001F76AF /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */;
|
|
||||||
proxyType = 2;
|
|
||||||
remoteGlobalIDString = 2F03A53019C5C6DA005002A5;
|
|
||||||
remoteInfo = CoreStore;
|
|
||||||
};
|
|
||||||
B583A91C1AF5F4F4001F76AF /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */;
|
|
||||||
proxyType = 2;
|
|
||||||
remoteGlobalIDString = 2F03A53B19C5C6DA005002A5;
|
|
||||||
remoteInfo = CoreStoreTests;
|
|
||||||
};
|
|
||||||
B583A91E1AF5F512001F76AF /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = 2F03A52F19C5C6DA005002A5;
|
|
||||||
remoteInfo = CoreStore;
|
|
||||||
};
|
|
||||||
B583A9221AF5F542001F76AF /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = 2F03A52F19C5C6DA005002A5;
|
|
||||||
remoteInfo = CoreStore;
|
|
||||||
};
|
|
||||||
/* End PBXContainerItemProxy section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
B583A9241AF5F542001F76AF /* Embed Frameworks */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = "";
|
|
||||||
dstSubfolderSpec = 10;
|
|
||||||
files = (
|
|
||||||
B583A9211AF5F542001F76AF /* CoreStore.framework in Embed Frameworks */,
|
|
||||||
);
|
|
||||||
name = "Embed Frameworks";
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
B503FADB1AFDC71700F90881 /* ObjectListObserverDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectListObserverDemoViewController.swift; sourceTree = "<group>"; };
|
|
||||||
B503FADC1AFDC71700F90881 /* ObjectObserverDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObjectObserverDemoViewController.swift; sourceTree = "<group>"; };
|
|
||||||
B503FADD1AFDC71700F90881 /* Palette.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Palette.swift; sourceTree = "<group>"; };
|
|
||||||
B503FADE1AFDC71700F90881 /* PaletteTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaletteTableViewCell.swift; sourceTree = "<group>"; };
|
|
||||||
B52977D81B120B80003D50A5 /* ObserversViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ObserversViewController.swift; sourceTree = "<group>"; };
|
|
||||||
B52977DC1B120F3B003D50A5 /* TransactionsDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionsDemoViewController.swift; sourceTree = "<group>"; };
|
|
||||||
B52977DE1B120F83003D50A5 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
|
|
||||||
B52977E01B120F8A003D50A5 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
|
|
||||||
B52977E31B121635003D50A5 /* Place.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Place.swift; sourceTree = "<group>"; };
|
|
||||||
B54AAD491AF4D26E00848AE0 /* CoreStoreDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CoreStoreDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
B54AAD4D1AF4D26E00848AE0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
||||||
B54AAD4E1AF4D26E00848AE0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
||||||
B54AAD511AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = CoreStoreDemo.xcdatamodel; sourceTree = "<group>"; };
|
|
||||||
B54AAD581AF4D26E00848AE0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
||||||
B54AAD5A1AF4D26E00848AE0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
||||||
B54AAD5D1AF4D26E00848AE0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
||||||
B566E3291B117B1F00F4F0C6 /* StackSetupDemoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StackSetupDemoViewController.swift; sourceTree = "<group>"; };
|
|
||||||
B566E3311B11DF3200F4F0C6 /* UserAccount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserAccount.swift; sourceTree = "<group>"; };
|
|
||||||
B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CoreStore.xcodeproj; path = ../CoreStore.xcodeproj; sourceTree = "<group>"; };
|
|
||||||
B583A9251AF5F547001F76AF /* GCDKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = GCDKit.framework; path = "/Users/johnestropia/Library/Developer/Xcode/DerivedData/CoreStoreDemo-ftknhsqfpsthfogvisxisgpbbhsj/Build/Products/Debug-iphoneos/GCDKit.framework"; sourceTree = "<absolute>"; };
|
|
||||||
B5E7240E1B11F993006FB83F /* TwitterAccount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TwitterAccount.swift; sourceTree = "<group>"; };
|
|
||||||
B5E724101B11F994006FB83F /* FacebookAccount.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FacebookAccount.swift; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
B54AAD461AF4D26E00848AE0 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
B52977E11B120F8A003D50A5 /* CoreLocation.framework in Frameworks */,
|
|
||||||
B52977DF1B120F83003D50A5 /* MapKit.framework in Frameworks */,
|
|
||||||
B583A9201AF5F542001F76AF /* CoreStore.framework in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
B503FADA1AFDC71700F90881 /* List and Object Observers Demo */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B52977D81B120B80003D50A5 /* ObserversViewController.swift */,
|
|
||||||
B503FADB1AFDC71700F90881 /* ObjectListObserverDemoViewController.swift */,
|
|
||||||
B503FADC1AFDC71700F90881 /* ObjectObserverDemoViewController.swift */,
|
|
||||||
B503FADD1AFDC71700F90881 /* Palette.swift */,
|
|
||||||
B503FADE1AFDC71700F90881 /* PaletteTableViewCell.swift */,
|
|
||||||
);
|
|
||||||
path = "List and Object Observers Demo";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B52977DB1B120F2C003D50A5 /* Transactions Demo */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B52977E31B121635003D50A5 /* Place.swift */,
|
|
||||||
B52977DC1B120F3B003D50A5 /* TransactionsDemoViewController.swift */,
|
|
||||||
);
|
|
||||||
path = "Transactions Demo";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B52977E21B120F90003D50A5 /* Frameworks */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */,
|
|
||||||
B52977E01B120F8A003D50A5 /* CoreLocation.framework */,
|
|
||||||
B52977DE1B120F83003D50A5 /* MapKit.framework */,
|
|
||||||
B583A9251AF5F547001F76AF /* GCDKit.framework */,
|
|
||||||
);
|
|
||||||
name = Frameworks;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B54AAD401AF4D26E00848AE0 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B52977E21B120F90003D50A5 /* Frameworks */,
|
|
||||||
B54AAD4B1AF4D26E00848AE0 /* CoreStoreDemo */,
|
|
||||||
B54AAD4A1AF4D26E00848AE0 /* Products */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B54AAD4A1AF4D26E00848AE0 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD491AF4D26E00848AE0 /* CoreStoreDemo.app */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B54AAD4B1AF4D26E00848AE0 /* CoreStoreDemo */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD4E1AF4D26E00848AE0 /* AppDelegate.swift */,
|
|
||||||
B566E3271B117AE700F4F0C6 /* Stack Setup Demo */,
|
|
||||||
B503FADA1AFDC71700F90881 /* List and Object Observers Demo */,
|
|
||||||
B52977DB1B120F2C003D50A5 /* Transactions Demo */,
|
|
||||||
B54AAD571AF4D26E00848AE0 /* Main.storyboard */,
|
|
||||||
B54AAD5A1AF4D26E00848AE0 /* Images.xcassets */,
|
|
||||||
B54AAD5C1AF4D26E00848AE0 /* LaunchScreen.xib */,
|
|
||||||
B54AAD501AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodeld */,
|
|
||||||
B54AAD4C1AF4D26E00848AE0 /* Supporting Files */,
|
|
||||||
);
|
|
||||||
path = CoreStoreDemo;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B54AAD4C1AF4D26E00848AE0 /* Supporting Files */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD4D1AF4D26E00848AE0 /* Info.plist */,
|
|
||||||
);
|
|
||||||
name = "Supporting Files";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B566E3271B117AE700F4F0C6 /* Stack Setup Demo */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B5E724101B11F994006FB83F /* FacebookAccount.swift */,
|
|
||||||
B5E7240E1B11F993006FB83F /* TwitterAccount.swift */,
|
|
||||||
B566E3311B11DF3200F4F0C6 /* UserAccount.swift */,
|
|
||||||
B566E3291B117B1F00F4F0C6 /* StackSetupDemoViewController.swift */,
|
|
||||||
);
|
|
||||||
path = "Stack Setup Demo";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B583A9151AF5F4F3001F76AF /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
B583A91B1AF5F4F4001F76AF /* CoreStore.framework */,
|
|
||||||
B583A91D1AF5F4F4001F76AF /* CoreStoreTests.xctest */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
B54AAD481AF4D26E00848AE0 /* CoreStoreDemo */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = B54AAD6D1AF4D26E00848AE0 /* Build configuration list for PBXNativeTarget "CoreStoreDemo" */;
|
|
||||||
buildPhases = (
|
|
||||||
B54AAD451AF4D26E00848AE0 /* Sources */,
|
|
||||||
B54AAD461AF4D26E00848AE0 /* Frameworks */,
|
|
||||||
B54AAD471AF4D26E00848AE0 /* Resources */,
|
|
||||||
B583A9241AF5F542001F76AF /* Embed Frameworks */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
B583A91F1AF5F512001F76AF /* PBXTargetDependency */,
|
|
||||||
B583A9231AF5F542001F76AF /* PBXTargetDependency */,
|
|
||||||
);
|
|
||||||
name = CoreStoreDemo;
|
|
||||||
productName = CoreStoreDemo;
|
|
||||||
productReference = B54AAD491AF4D26E00848AE0 /* CoreStoreDemo.app */;
|
|
||||||
productType = "com.apple.product-type.application";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
B54AAD411AF4D26E00848AE0 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 0630;
|
|
||||||
ORGANIZATIONNAME = "John Rommel Estropia";
|
|
||||||
TargetAttributes = {
|
|
||||||
B54AAD481AF4D26E00848AE0 = {
|
|
||||||
CreatedOnToolsVersion = 6.3;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = B54AAD441AF4D26E00848AE0 /* Build configuration list for PBXProject "CoreStoreDemo" */;
|
|
||||||
compatibilityVersion = "Xcode 3.2";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
Base,
|
|
||||||
);
|
|
||||||
mainGroup = B54AAD401AF4D26E00848AE0;
|
|
||||||
productRefGroup = B54AAD4A1AF4D26E00848AE0 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectReferences = (
|
|
||||||
{
|
|
||||||
ProductGroup = B583A9151AF5F4F3001F76AF /* Products */;
|
|
||||||
ProjectRef = B583A9141AF5F4F3001F76AF /* CoreStore.xcodeproj */;
|
|
||||||
},
|
|
||||||
);
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
B54AAD481AF4D26E00848AE0 /* CoreStoreDemo */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXReferenceProxy section */
|
|
||||||
B583A91B1AF5F4F4001F76AF /* CoreStore.framework */ = {
|
|
||||||
isa = PBXReferenceProxy;
|
|
||||||
fileType = wrapper.framework;
|
|
||||||
path = CoreStore.framework;
|
|
||||||
remoteRef = B583A91A1AF5F4F4001F76AF /* PBXContainerItemProxy */;
|
|
||||||
sourceTree = BUILT_PRODUCTS_DIR;
|
|
||||||
};
|
|
||||||
B583A91D1AF5F4F4001F76AF /* CoreStoreTests.xctest */ = {
|
|
||||||
isa = PBXReferenceProxy;
|
|
||||||
fileType = wrapper.cfbundle;
|
|
||||||
path = CoreStoreTests.xctest;
|
|
||||||
remoteRef = B583A91C1AF5F4F4001F76AF /* PBXContainerItemProxy */;
|
|
||||||
sourceTree = BUILT_PRODUCTS_DIR;
|
|
||||||
};
|
|
||||||
/* End PBXReferenceProxy section */
|
|
||||||
|
|
||||||
/* Begin PBXResourcesBuildPhase section */
|
|
||||||
B54AAD471AF4D26E00848AE0 /* Resources */ = {
|
|
||||||
isa = PBXResourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
B54AAD591AF4D26E00848AE0 /* Main.storyboard in Resources */,
|
|
||||||
B54AAD5E1AF4D26E00848AE0 /* LaunchScreen.xib in Resources */,
|
|
||||||
B54AAD5B1AF4D26E00848AE0 /* Images.xcassets in Resources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXResourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
B54AAD451AF4D26E00848AE0 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
B52977DD1B120F3B003D50A5 /* TransactionsDemoViewController.swift in Sources */,
|
|
||||||
B52977E41B121635003D50A5 /* Place.swift in Sources */,
|
|
||||||
B503FAE01AFDC71700F90881 /* ObjectObserverDemoViewController.swift in Sources */,
|
|
||||||
B52977D91B120B80003D50A5 /* ObserversViewController.swift in Sources */,
|
|
||||||
B566E32A1B117B1F00F4F0C6 /* StackSetupDemoViewController.swift in Sources */,
|
|
||||||
B5E724111B11F994006FB83F /* FacebookAccount.swift in Sources */,
|
|
||||||
B5E7240F1B11F993006FB83F /* TwitterAccount.swift in Sources */,
|
|
||||||
B566E3321B11DF3200F4F0C6 /* UserAccount.swift in Sources */,
|
|
||||||
B54AAD521AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodeld in Sources */,
|
|
||||||
B503FAE11AFDC71700F90881 /* Palette.swift in Sources */,
|
|
||||||
B503FAE21AFDC71700F90881 /* PaletteTableViewCell.swift in Sources */,
|
|
||||||
B503FADF1AFDC71700F90881 /* ObjectListObserverDemoViewController.swift in Sources */,
|
|
||||||
B54AAD4F1AF4D26E00848AE0 /* AppDelegate.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
|
||||||
B583A91F1AF5F512001F76AF /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
name = CoreStore;
|
|
||||||
targetProxy = B583A91E1AF5F512001F76AF /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
B583A9231AF5F542001F76AF /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
name = CoreStore;
|
|
||||||
targetProxy = B583A9221AF5F542001F76AF /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
/* End PBXTargetDependency section */
|
|
||||||
|
|
||||||
/* Begin PBXVariantGroup section */
|
|
||||||
B54AAD571AF4D26E00848AE0 /* Main.storyboard */ = {
|
|
||||||
isa = PBXVariantGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD581AF4D26E00848AE0 /* Base */,
|
|
||||||
);
|
|
||||||
name = Main.storyboard;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
B54AAD5C1AF4D26E00848AE0 /* LaunchScreen.xib */ = {
|
|
||||||
isa = PBXVariantGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD5D1AF4D26E00848AE0 /* Base */,
|
|
||||||
);
|
|
||||||
name = LaunchScreen.xib;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXVariantGroup section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
B54AAD6B1AF4D26E00848AE0 /* 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;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
|
||||||
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.3;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
B54AAD6C1AF4D26E00848AE0 /* 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 = NO;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
|
||||||
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.3;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
VALIDATE_PRODUCT = YES;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
B54AAD6E1AF4D26E00848AE0 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
|
||||||
"$(inherited)",
|
|
||||||
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/CoreStoreDemo-ftknhsqfpsthfogvisxisgpbbhsj/Build/Products/Debug-iphoneos",
|
|
||||||
);
|
|
||||||
INFOPLIST_FILE = CoreStoreDemo/Info.plist;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
B54AAD6F1AF4D26E00848AE0 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
|
||||||
"$(inherited)",
|
|
||||||
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/CoreStoreDemo-ftknhsqfpsthfogvisxisgpbbhsj/Build/Products/Debug-iphoneos",
|
|
||||||
);
|
|
||||||
INFOPLIST_FILE = CoreStoreDemo/Info.plist;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
B54AAD441AF4D26E00848AE0 /* Build configuration list for PBXProject "CoreStoreDemo" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
B54AAD6B1AF4D26E00848AE0 /* Debug */,
|
|
||||||
B54AAD6C1AF4D26E00848AE0 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
B54AAD6D1AF4D26E00848AE0 /* Build configuration list for PBXNativeTarget "CoreStoreDemo" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
B54AAD6E1AF4D26E00848AE0 /* Debug */,
|
|
||||||
B54AAD6F1AF4D26E00848AE0 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
|
|
||||||
/* Begin XCVersionGroup section */
|
|
||||||
B54AAD501AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodeld */ = {
|
|
||||||
isa = XCVersionGroup;
|
|
||||||
children = (
|
|
||||||
B54AAD511AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodel */,
|
|
||||||
);
|
|
||||||
currentVersion = B54AAD511AF4D26E00848AE0 /* CoreStoreDemo.xcdatamodel */;
|
|
||||||
path = CoreStoreDemo.xcdatamodeld;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
versionGroupType = wrapper.xcdatamodel;
|
|
||||||
};
|
|
||||||
/* End XCVersionGroup section */
|
|
||||||
};
|
|
||||||
rootObject = B54AAD411AF4D26E00848AE0 /* Project object */;
|
|
||||||
}
|
|
||||||
-7
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "self:CoreStoreDemo.xcodeproj">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
||||||
-53
@@ -1,53 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
||||||
<false/>
|
|
||||||
<key>IDESourceControlProjectIdentifier</key>
|
|
||||||
<string>B6855E48-4B19-4321-B1C7-CB2706E12777</string>
|
|
||||||
<key>IDESourceControlProjectName</key>
|
|
||||||
<string>CoreStoreDemo</string>
|
|
||||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>github.com:JohnEstropia/CoreStore.git</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>github.com:JohnEstropia/GCDKit.git</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectPath</key>
|
|
||||||
<string>CoreStoreDemo/CoreStoreDemo.xcodeproj</string>
|
|
||||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>../../..</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>../../../Libraries/GCDKit/</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectURL</key>
|
|
||||||
<string>github.com:JohnEstropia/CoreStore.git</string>
|
|
||||||
<key>IDESourceControlProjectVersion</key>
|
|
||||||
<integer>111</integer>
|
|
||||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlProjectWCConfigurations</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>CoreStore</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>8B2E522D57154DFA93A06982C36315ECBEA4FA97</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-53
@@ -1,53 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
||||||
<false/>
|
|
||||||
<key>IDESourceControlProjectIdentifier</key>
|
|
||||||
<string>7C5E31AC-5DD0-43DA-A5C6-AF73B4532D86</string>
|
|
||||||
<key>IDESourceControlProjectName</key>
|
|
||||||
<string>project</string>
|
|
||||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>github.com:JohnEstropia/HardcoreData.git</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>github.com:JohnEstropia/GCDKit.git</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectPath</key>
|
|
||||||
<string>HardcoreDataDemo/HardcoreDataDemo.xcodeproj/project.xcworkspace</string>
|
|
||||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
||||||
<dict>
|
|
||||||
<key>4B60F1BCB491FF717C56441AE7783C74F417BE48</key>
|
|
||||||
<string>../../..</string>
|
|
||||||
<key>8B2E522D57154DFA93A06982C36315ECBEA4FA97</key>
|
|
||||||
<string>../../..Libraries/GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
<key>IDESourceControlProjectURL</key>
|
|
||||||
<string>github.com:JohnEstropia/HardcoreData.git</string>
|
|
||||||
<key>IDESourceControlProjectVersion</key>
|
|
||||||
<integer>111</integer>
|
|
||||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlProjectWCConfigurations</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>8B2E522D57154DFA93A06982C36315ECBEA4FA97</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>GCDKit</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
||||||
<string>public.vcs.git</string>
|
|
||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
|
||||||
<string>4B60F1BCB491FF717C56441AE7783C74F417BE48</string>
|
|
||||||
<key>IDESourceControlWCCName</key>
|
|
||||||
<string>HardcoreData</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-88
@@ -1,88 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Scheme
|
|
||||||
LastUpgradeVersion = "0630"
|
|
||||||
version = "1.3">
|
|
||||||
<BuildAction
|
|
||||||
parallelizeBuildables = "YES"
|
|
||||||
buildImplicitDependencies = "YES">
|
|
||||||
<BuildActionEntries>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "YES"
|
|
||||||
buildForArchiving = "YES"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "B54AAD481AF4D26E00848AE0"
|
|
||||||
BuildableName = "CoreStoreDemo.app"
|
|
||||||
BlueprintName = "CoreStoreDemo"
|
|
||||||
ReferencedContainer = "container:CoreStoreDemo.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
</BuildActionEntries>
|
|
||||||
</BuildAction>
|
|
||||||
<TestAction
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
buildConfiguration = "Debug">
|
|
||||||
<Testables>
|
|
||||||
</Testables>
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "B54AAD481AF4D26E00848AE0"
|
|
||||||
BuildableName = "CoreStoreDemo.app"
|
|
||||||
BlueprintName = "CoreStoreDemo"
|
|
||||||
ReferencedContainer = "container:CoreStoreDemo.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
</TestAction>
|
|
||||||
<LaunchAction
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
launchStyle = "0"
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
buildConfiguration = "Debug"
|
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
|
||||||
debugDocumentVersioning = "YES"
|
|
||||||
allowLocationSimulation = "YES">
|
|
||||||
<BuildableProductRunnable
|
|
||||||
runnableDebuggingMode = "0">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "B54AAD481AF4D26E00848AE0"
|
|
||||||
BuildableName = "CoreStoreDemo.app"
|
|
||||||
BlueprintName = "CoreStoreDemo"
|
|
||||||
ReferencedContainer = "container:CoreStoreDemo.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildableProductRunnable>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</LaunchAction>
|
|
||||||
<ProfileAction
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
savedToolIdentifier = ""
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
debugDocumentVersioning = "YES">
|
|
||||||
<BuildableProductRunnable
|
|
||||||
runnableDebuggingMode = "0">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "B54AAD481AF4D26E00848AE0"
|
|
||||||
BuildableName = "CoreStoreDemo.app"
|
|
||||||
BlueprintName = "CoreStoreDemo"
|
|
||||||
ReferencedContainer = "container:CoreStoreDemo.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildableProductRunnable>
|
|
||||||
</ProfileAction>
|
|
||||||
<AnalyzeAction
|
|
||||||
buildConfiguration = "Debug">
|
|
||||||
</AnalyzeAction>
|
|
||||||
<ArchiveAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
revealArchiveInOrganizer = "YES">
|
|
||||||
</ArchiveAction>
|
|
||||||
</Scheme>
|
|
||||||
-22
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>SchemeUserState</key>
|
|
||||||
<dict>
|
|
||||||
<key>CoreStoreDemo.xcscheme</key>
|
|
||||||
<dict>
|
|
||||||
<key>orderHint</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
<key>SuppressBuildableAutocreation</key>
|
|
||||||
<dict>
|
|
||||||
<key>B54AAD481AF4D26E00848AE0</key>
|
|
||||||
<dict>
|
|
||||||
<key>primary</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
//
|
|
||||||
// AppDelegate.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/02.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - AppDelegate
|
|
||||||
|
|
||||||
@UIApplicationMain
|
|
||||||
class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
||||||
|
|
||||||
// MARK: UIApplicationDelegate
|
|
||||||
|
|
||||||
var window: UIWindow?
|
|
||||||
|
|
||||||
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
|
|
||||||
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
|
|
||||||
<dependencies>
|
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
|
|
||||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
|
||||||
</dependencies>
|
|
||||||
<objects>
|
|
||||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
||||||
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 John Rommel Estropia. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
|
|
||||||
<rect key="frame" x="20" y="439" width="441" height="21"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CoreStoreDemo" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
|
||||||
<rect key="frame" x="20" y="140" width="441" height="43"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
|
|
||||||
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
|
|
||||||
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
|
|
||||||
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
|
|
||||||
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
|
|
||||||
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
|
|
||||||
</constraints>
|
|
||||||
<nil key="simulatedStatusBarMetrics"/>
|
|
||||||
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
||||||
<point key="canvasLocation" x="548" y="455"/>
|
|
||||||
</view>
|
|
||||||
</objects>
|
|
||||||
</document>
|
|
||||||
@@ -1,619 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="Ni8-QF-XHB">
|
|
||||||
<dependencies>
|
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
|
|
||||||
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
|
|
||||||
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
|
||||||
</dependencies>
|
|
||||||
<scenes>
|
|
||||||
<!--SNS Accounts-->
|
|
||||||
<scene sceneID="3If-81-mNf">
|
|
||||||
<objects>
|
|
||||||
<tableViewController id="AW4-lY-JNk" customClass="StackSetupDemoViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="S3A-lm-AuA">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<view key="tableHeaderView" contentMode="scaleToFill" id="yud-WH-MPa">
|
|
||||||
<rect key="frame" x="0.0" y="64" width="600" height="150"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="sns" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="czc-nd-es9">
|
|
||||||
<rect key="frame" x="20" y="20" width="560" height="21.5"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
|
|
||||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="name" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1eh-91-O2N">
|
|
||||||
<rect key="frame" x="20" y="65" width="42.5" height="20.5"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
||||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="friends" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p2y-0T-hQs">
|
|
||||||
<rect key="frame" x="536" y="67" width="44" height="17"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
||||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="1eh-91-O2N" firstAttribute="top" secondItem="czc-nd-es9" secondAttribute="bottom" constant="23.5" id="F6q-Jt-glI"/>
|
|
||||||
<constraint firstItem="p2y-0T-hQs" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="1eh-91-O2N" secondAttribute="trailing" constant="20" id="GVS-6o-rmj"/>
|
|
||||||
<constraint firstItem="p2y-0T-hQs" firstAttribute="trailing" secondItem="czc-nd-es9" secondAttribute="trailing" id="P5Z-WP-UCj"/>
|
|
||||||
<constraint firstAttribute="trailing" secondItem="czc-nd-es9" secondAttribute="trailing" constant="20" id="adf-Th-qDC"/>
|
|
||||||
<constraint firstItem="p2y-0T-hQs" firstAttribute="centerY" secondItem="1eh-91-O2N" secondAttribute="centerY" constant="0.25" id="ccw-e2-zjE"/>
|
|
||||||
<constraint firstItem="czc-nd-es9" firstAttribute="top" secondItem="yud-WH-MPa" secondAttribute="top" constant="20" id="un5-6w-1o5"/>
|
|
||||||
<constraint firstItem="czc-nd-es9" firstAttribute="leading" secondItem="yud-WH-MPa" secondAttribute="leading" constant="20" id="xsd-bs-BQL"/>
|
|
||||||
<constraint firstItem="1eh-91-O2N" firstAttribute="leading" secondItem="czc-nd-es9" secondAttribute="leading" id="ye6-S5-Yil"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<prototypes>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="UITableViewCell" textLabel="8b8-lM-Krq" detailTextLabel="hR1-Zb-BOk" style="IBUITableViewCellStyleValue1" id="dMt-nx-EO5">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dMt-nx-EO5" id="gdK-VV-zNb">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="8b8-lM-Krq">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Subtitle" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="hR1-Zb-BOk">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
||||||
<color key="textColor" red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="calibratedRGB"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
</tableViewCell>
|
|
||||||
</prototypes>
|
|
||||||
<connections>
|
|
||||||
<outlet property="dataSource" destination="AW4-lY-JNk" id="VFi-3E-pTo"/>
|
|
||||||
<outlet property="delegate" destination="AW4-lY-JNk" id="7WG-Pm-8Xz"/>
|
|
||||||
</connections>
|
|
||||||
</tableView>
|
|
||||||
<navigationItem key="navigationItem" title="SNS Accounts" id="JVD-bl-r7d"/>
|
|
||||||
<connections>
|
|
||||||
<outlet property="accountTypeLabel" destination="czc-nd-es9" id="R9X-mn-dRl"/>
|
|
||||||
<outlet property="friendsLabel" destination="p2y-0T-hQs" id="4dM-fL-Jau"/>
|
|
||||||
<outlet property="nameLabel" destination="1eh-91-O2N" id="0wU-tN-YFO"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="cd4-SX-KET" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="3694" y="650"/>
|
|
||||||
</scene>
|
|
||||||
<!--CoreStore Demos-->
|
|
||||||
<scene sceneID="0Be-vc-h1W">
|
|
||||||
<objects>
|
|
||||||
<tableViewController id="t0d-B0-B7U" sceneMemberID="viewController">
|
|
||||||
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" id="uHB-Yr-ujV">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
|
||||||
<sections>
|
|
||||||
<tableViewSection id="wIP-Hn-YfF">
|
|
||||||
<cells>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="Q3n-Df-v1t" detailTextLabel="Hbn-cf-Y7m" style="IBUITableViewCellStyleSubtitle" id="AXm-KE-45G">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="AXm-KE-45G" id="9te-Wx-hkf">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Accounts" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Q3n-Df-v1t">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Setting up multiple persistent store configurations" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Hbn-cf-Y7m">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
<connections>
|
|
||||||
<segue destination="AW4-lY-JNk" kind="show" id="u5L-No-Yuk"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewCell>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="vpt-cT-gMo" detailTextLabel="ou9-TZ-8bf" style="IBUITableViewCellStyleSubtitle" id="fsb-zw-8Ii">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fsb-zw-8Ii" id="Upm-AO-Fw3">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Colors" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="vpt-cT-gMo">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Observing list changes and single object changes" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ou9-TZ-8bf">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
<connections>
|
|
||||||
<segue destination="YOI-b7-Nxn" kind="show" id="29o-wO-3LK"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewCell>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="UbU-Kd-yrY" detailTextLabel="uP1-Jc-o9v" style="IBUITableViewCellStyleSubtitle" id="ekW-PJ-mbo">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ekW-PJ-mbo" id="CYq-mg-PVS">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Placemark" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="UbU-Kd-yrY">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Making changes with transactions" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="uP1-Jc-o9v">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
<connections>
|
|
||||||
<segue destination="jPl-fH-NlD" kind="show" id="g1J-LG-mxf"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewCell>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="ZfY-Aq-Ykq" detailTextLabel="QzD-9b-k1j" style="IBUITableViewCellStyleSubtitle" id="wyK-rk-3tI">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="wyK-rk-3tI" id="fLd-KK-QcW">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ZfY-Aq-Ykq">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Fetching objects and raw values" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="QzD-9b-k1j">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
</tableViewCell>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="C8Y-0y-lEG" detailTextLabel="jZw-qE-0ws" style="IBUITableViewCellStyleSubtitle" id="ph1-8z-C1m">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ph1-8z-C1m" id="nNz-rd-ksg">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="C8Y-0y-lEG">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Implementing a custom logger" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="jZw-qE-0ws">
|
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="11"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
</tableViewCell>
|
|
||||||
</cells>
|
|
||||||
</tableViewSection>
|
|
||||||
</sections>
|
|
||||||
<connections>
|
|
||||||
<outlet property="dataSource" destination="t0d-B0-B7U" id="05l-tO-FOb"/>
|
|
||||||
<outlet property="delegate" destination="t0d-B0-B7U" id="Yta-gX-xFD"/>
|
|
||||||
</connections>
|
|
||||||
</tableView>
|
|
||||||
<navigationItem key="navigationItem" title="CoreStore Demos" id="3bj-zE-UYZ"/>
|
|
||||||
</tableViewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="Xgp-Zn-Sbp" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="2982" y="1325"/>
|
|
||||||
</scene>
|
|
||||||
<!--Object Observer-->
|
|
||||||
<scene sceneID="Y7v-tc-8cX">
|
|
||||||
<objects>
|
|
||||||
<viewController automaticallyAdjustsScrollViewInsets="NO" id="dX3-kR-CYC" customClass="ObjectObserverDemoViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<layoutGuides>
|
|
||||||
<viewControllerLayoutGuide type="top" id="J6W-Ki-cRQ"/>
|
|
||||||
<viewControllerLayoutGuide type="bottom" id="aI4-O3-OCi"/>
|
|
||||||
</layoutGuides>
|
|
||||||
<view key="view" contentMode="scaleToFill" id="w8K-eN-RvU">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="268"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<view contentMode="scaleToFill" verticalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="NhC-oM-bkd">
|
|
||||||
<rect key="frame" x="16" y="70" width="568" height="36"/>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" id="TIX-qi-B34"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="250" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vfe-Yq-3Xa">
|
|
||||||
<rect key="frame" x="16" y="116" width="568" height="18"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" id="4h9-ha-EzR"/>
|
|
||||||
</constraints>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hue" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sgg-Md-Nf3">
|
|
||||||
<rect key="frame" x="16" y="154" width="74" height="18"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Saturation" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rry-vh-bRK">
|
|
||||||
<rect key="frame" x="16" y="192" width="74" height="18"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Brightness" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vTa-ly-eyO">
|
|
||||||
<rect key="frame" x="16" y="230" width="74" height="18"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" minValue="0.0" maxValue="359" translatesAutoresizingMaskIntoConstraints="NO" id="YQ6-fq-3Wb">
|
|
||||||
<rect key="frame" x="98" y="148" width="488" height="31"/>
|
|
||||||
<connections>
|
|
||||||
<action selector="hueSliderValueDidChange:" destination="dX3-kR-CYC" eventType="valueChanged" id="9Hy-3h-llE"/>
|
|
||||||
</connections>
|
|
||||||
</slider>
|
|
||||||
<slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="1" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="xXz-78-tAd">
|
|
||||||
<rect key="frame" x="98" y="186" width="488" height="31"/>
|
|
||||||
<connections>
|
|
||||||
<action selector="saturationSliderValueDidChange:" destination="dX3-kR-CYC" eventType="valueChanged" id="qtU-ua-ZTc"/>
|
|
||||||
</connections>
|
|
||||||
</slider>
|
|
||||||
<slider opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" value="0.5" minValue="0.0" maxValue="1" translatesAutoresizingMaskIntoConstraints="NO" id="hpy-2d-eOP">
|
|
||||||
<rect key="frame" x="98" y="224" width="488" height="31"/>
|
|
||||||
<connections>
|
|
||||||
<action selector="brightnessSliderValueDidChange:" destination="dX3-kR-CYC" eventType="valueChanged" id="F09-EP-2iD"/>
|
|
||||||
</connections>
|
|
||||||
</slider>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p4O-tf-dgt">
|
|
||||||
<rect key="frame" x="16" y="49" width="568" height="21"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="p4O-tf-dgt" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="022-ll-1s1"/>
|
|
||||||
<constraint firstItem="vTa-ly-eyO" firstAttribute="top" secondItem="rry-vh-bRK" secondAttribute="bottom" constant="20" id="1hd-Ti-CnT"/>
|
|
||||||
<constraint firstItem="Vfe-Yq-3Xa" firstAttribute="leading" secondItem="NhC-oM-bkd" secondAttribute="leading" id="3rk-Q6-4Ie"/>
|
|
||||||
<constraint firstItem="vTa-ly-eyO" firstAttribute="centerY" secondItem="hpy-2d-eOP" secondAttribute="centerY" id="5Co-ZW-1dc"/>
|
|
||||||
<constraint firstItem="rry-vh-bRK" firstAttribute="top" secondItem="sgg-Md-Nf3" secondAttribute="bottom" constant="20" id="6H6-0Y-N5Q"/>
|
|
||||||
<constraint firstItem="NhC-oM-bkd" firstAttribute="top" secondItem="p4O-tf-dgt" secondAttribute="bottom" id="CQS-Rq-7xk"/>
|
|
||||||
<constraint firstItem="Vfe-Yq-3Xa" firstAttribute="top" relation="greaterThanOrEqual" secondItem="NhC-oM-bkd" secondAttribute="bottom" id="DnV-QO-i6H"/>
|
|
||||||
<constraint firstItem="xXz-78-tAd" firstAttribute="leading" secondItem="rry-vh-bRK" secondAttribute="trailing" constant="10" id="FPg-7d-dMf"/>
|
|
||||||
<constraint firstItem="sgg-Md-Nf3" firstAttribute="width" secondItem="rry-vh-bRK" secondAttribute="width" id="GuJ-R3-bkO"/>
|
|
||||||
<constraint firstItem="Vfe-Yq-3Xa" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="LRJ-jz-iLc"/>
|
|
||||||
<constraint firstItem="sgg-Md-Nf3" firstAttribute="leading" secondItem="rry-vh-bRK" secondAttribute="leading" id="Q80-Q8-P50"/>
|
|
||||||
<constraint firstItem="sgg-Md-Nf3" firstAttribute="top" secondItem="Vfe-Yq-3Xa" secondAttribute="bottom" priority="750" constant="20" id="Qlv-73-Ufn"/>
|
|
||||||
<constraint firstItem="xXz-78-tAd" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="SBR-p4-7GG"/>
|
|
||||||
<constraint firstItem="p4O-tf-dgt" firstAttribute="leading" secondItem="w8K-eN-RvU" secondAttribute="leadingMargin" id="TaP-gA-0bN"/>
|
|
||||||
<constraint firstItem="hpy-2d-eOP" firstAttribute="leading" secondItem="vTa-ly-eyO" secondAttribute="trailing" constant="10" id="VNh-Vh-dqM"/>
|
|
||||||
<constraint firstItem="xXz-78-tAd" firstAttribute="centerY" secondItem="rry-vh-bRK" secondAttribute="centerY" id="WRO-Vk-ye1"/>
|
|
||||||
<constraint firstItem="NhC-oM-bkd" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="ZiZ-4C-chU"/>
|
|
||||||
<constraint firstItem="Vfe-Yq-3Xa" firstAttribute="top" secondItem="NhC-oM-bkd" secondAttribute="bottom" priority="750" constant="10" id="bXc-vc-59m"/>
|
|
||||||
<constraint firstItem="NhC-oM-bkd" firstAttribute="leading" secondItem="sgg-Md-Nf3" secondAttribute="leading" id="cQF-su-64Q"/>
|
|
||||||
<constraint firstItem="YQ6-fq-3Wb" firstAttribute="leading" secondItem="sgg-Md-Nf3" secondAttribute="trailing" constant="10" id="dGq-Wa-rjW"/>
|
|
||||||
<constraint firstItem="rry-vh-bRK" firstAttribute="width" secondItem="vTa-ly-eyO" secondAttribute="width" id="iPH-pR-QYo"/>
|
|
||||||
<constraint firstItem="YQ6-fq-3Wb" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="qDj-es-UUM"/>
|
|
||||||
<constraint firstItem="aI4-O3-OCi" firstAttribute="top" secondItem="vTa-ly-eyO" secondAttribute="bottom" constant="20" id="qY2-8I-BM4"/>
|
|
||||||
<constraint firstItem="YQ6-fq-3Wb" firstAttribute="centerY" secondItem="sgg-Md-Nf3" secondAttribute="centerY" id="rcc-Gx-Ecs"/>
|
|
||||||
<constraint firstItem="sgg-Md-Nf3" firstAttribute="top" relation="greaterThanOrEqual" secondItem="Vfe-Yq-3Xa" secondAttribute="bottom" id="sLe-Hu-Zgb"/>
|
|
||||||
<constraint firstItem="NhC-oM-bkd" firstAttribute="leading" secondItem="w8K-eN-RvU" secondAttribute="leadingMargin" id="tce-5z-WaM"/>
|
|
||||||
<constraint firstItem="rry-vh-bRK" firstAttribute="leading" secondItem="vTa-ly-eyO" secondAttribute="leading" id="wca-tt-sfc"/>
|
|
||||||
<constraint firstItem="p4O-tf-dgt" firstAttribute="top" secondItem="J6W-Ki-cRQ" secondAttribute="bottom" constant="5" id="yJO-fO-0yi"/>
|
|
||||||
<constraint firstItem="hpy-2d-eOP" firstAttribute="trailing" secondItem="w8K-eN-RvU" secondAttribute="trailingMargin" id="zgJ-h5-hYt"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<navigationItem key="navigationItem" title="Object Observer" id="5Tu-3i-YwC">
|
|
||||||
<barButtonItem key="rightBarButtonItem" systemItem="trash" id="gyh-ob-cjb">
|
|
||||||
<connections>
|
|
||||||
<action selector="deleteBarButtonTapped:" destination="dX3-kR-CYC" id="Q7t-Oy-AK2"/>
|
|
||||||
</connections>
|
|
||||||
</barButtonItem>
|
|
||||||
</navigationItem>
|
|
||||||
<connections>
|
|
||||||
<outlet property="brightnessSlider" destination="hpy-2d-eOP" id="FoT-Do-G34"/>
|
|
||||||
<outlet property="colorNameLabel" destination="p4O-tf-dgt" id="H99-zx-Qiw"/>
|
|
||||||
<outlet property="colorView" destination="NhC-oM-bkd" id="faB-ez-kxQ"/>
|
|
||||||
<outlet property="hsbLabel" destination="Vfe-Yq-3Xa" id="ETG-DW-Aie"/>
|
|
||||||
<outlet property="hueSlider" destination="YQ6-fq-3Wb" id="6tR-oU-VF4"/>
|
|
||||||
<outlet property="saturationSlider" destination="xXz-78-tAd" id="hVN-Py-7Nr"/>
|
|
||||||
</connections>
|
|
||||||
</viewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="49t-Sy-Rq7" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="5864" y="1324.5"/>
|
|
||||||
</scene>
|
|
||||||
<!--Colors-->
|
|
||||||
<scene sceneID="3lD-lX-hIc">
|
|
||||||
<objects>
|
|
||||||
<viewController automaticallyAdjustsScrollViewInsets="NO" hidesBottomBarWhenPushed="YES" id="YOI-b7-Nxn" customClass="ObserversViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<layoutGuides>
|
|
||||||
<viewControllerLayoutGuide type="top" id="IML-3o-caw"/>
|
|
||||||
<viewControllerLayoutGuide type="bottom" id="LNL-mj-D7l"/>
|
|
||||||
</layoutGuides>
|
|
||||||
<view key="view" contentMode="scaleToFill" id="6x3-vn-Egt">
|
|
||||||
<rect key="frame" x="0.0" y="64" width="600" height="600"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="L5f-tW-lXf">
|
|
||||||
<rect key="frame" x="0.0" y="64" width="600" height="268"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="5Fw-je-9gI" kind="embed" id="YcI-2Z-ijV"/>
|
|
||||||
</connections>
|
|
||||||
</containerView>
|
|
||||||
<containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6So-f3-4Gp">
|
|
||||||
<rect key="frame" x="0.0" y="332" width="600" height="268"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="sll-yo-mBc" kind="embed" id="AAl-HS-dq2"/>
|
|
||||||
</connections>
|
|
||||||
</containerView>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="6So-f3-4Gp" firstAttribute="top" secondItem="L5f-tW-lXf" secondAttribute="bottom" id="3m8-tj-Nd4"/>
|
|
||||||
<constraint firstAttribute="trailingMargin" secondItem="6So-f3-4Gp" secondAttribute="trailing" constant="-16" id="4L8-wZ-F59"/>
|
|
||||||
<constraint firstItem="L5f-tW-lXf" firstAttribute="height" secondItem="6So-f3-4Gp" secondAttribute="height" id="8XS-L3-hvN"/>
|
|
||||||
<constraint firstItem="LNL-mj-D7l" firstAttribute="top" secondItem="6So-f3-4Gp" secondAttribute="bottom" id="8wL-zm-wnt"/>
|
|
||||||
<constraint firstItem="L5f-tW-lXf" firstAttribute="leading" secondItem="6x3-vn-Egt" secondAttribute="leadingMargin" constant="-16" id="CbE-2f-7wk"/>
|
|
||||||
<constraint firstAttribute="trailingMargin" secondItem="L5f-tW-lXf" secondAttribute="trailing" constant="-16" id="dso-2g-fgA"/>
|
|
||||||
<constraint firstItem="6So-f3-4Gp" firstAttribute="leading" secondItem="6x3-vn-Egt" secondAttribute="leadingMargin" constant="-16" id="eXM-D3-NLv"/>
|
|
||||||
<constraint firstItem="L5f-tW-lXf" firstAttribute="top" secondItem="IML-3o-caw" secondAttribute="bottom" id="zJ5-sE-iJA"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" top="YES"/>
|
|
||||||
<navigationItem key="navigationItem" title="Colors" id="7Gd-Ad-Bzu"/>
|
|
||||||
<nil key="simulatedBottomBarMetrics"/>
|
|
||||||
</viewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="C9h-Ba-WoL" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="3694" y="1325"/>
|
|
||||||
</scene>
|
|
||||||
<!--Demo-->
|
|
||||||
<scene sceneID="Ffr-kh-wmT">
|
|
||||||
<objects>
|
|
||||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="Ni8-QF-XHB" sceneMemberID="viewController">
|
|
||||||
<tabBarItem key="tabBarItem" title="Demo" image="second" id="3iQ-I2-4LW"/>
|
|
||||||
<toolbarItems/>
|
|
||||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="00L-5k-Eno">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
</navigationBar>
|
|
||||||
<nil name="viewControllers"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="t0d-B0-B7U" kind="relationship" relationship="rootViewController" id="Wry-8Y-XLA"/>
|
|
||||||
</connections>
|
|
||||||
</navigationController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="sm4-t7-KeT" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="2170" y="1325"/>
|
|
||||||
</scene>
|
|
||||||
<!--List Observer-->
|
|
||||||
<scene sceneID="gkX-bd-Rel">
|
|
||||||
<objects>
|
|
||||||
<tableViewController id="3AE-ED-0oj" customClass="ObjectListObserverDemoViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="DAz-BE-6Ca">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="268"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<prototypes>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="PaletteTableViewCell" id="G3X-70-BCD" customClass="PaletteTableViewCell" customModule="CoreStoreDemo" customModuleProvider="target">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="G3X-70-BCD" id="aT8-nz-i5l">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uQX-PI-UWF">
|
|
||||||
<rect key="frame" x="8" y="8" width="27" height="27"/>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstAttribute="width" secondItem="uQX-PI-UWF" secondAttribute="height" multiplier="1:1" id="9qA-iN-Neb"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HJC-5w-lIN">
|
|
||||||
<rect key="frame" x="45" y="8" width="37" height="27"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="HJC-5w-lIN" firstAttribute="height" secondItem="uQX-PI-UWF" secondAttribute="height" id="8Py-Ub-gQD"/>
|
|
||||||
<constraint firstItem="uQX-PI-UWF" firstAttribute="top" secondItem="aT8-nz-i5l" secondAttribute="topMargin" id="9e4-wD-lwf"/>
|
|
||||||
<constraint firstAttribute="centerY" secondItem="HJC-5w-lIN" secondAttribute="centerY" id="AeC-j4-DBE"/>
|
|
||||||
<constraint firstItem="HJC-5w-lIN" firstAttribute="leading" secondItem="uQX-PI-UWF" secondAttribute="trailing" constant="10" id="S2k-mE-rvY"/>
|
|
||||||
<constraint firstItem="uQX-PI-UWF" firstAttribute="leading" secondItem="aT8-nz-i5l" secondAttribute="leadingMargin" id="iTc-PQ-LHf"/>
|
|
||||||
<constraint firstAttribute="bottomMargin" secondItem="uQX-PI-UWF" secondAttribute="bottom" id="wpc-Bf-dsb"/>
|
|
||||||
</constraints>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
<connections>
|
|
||||||
<outlet property="colorView" destination="uQX-PI-UWF" id="Ihp-LO-19e"/>
|
|
||||||
<outlet property="label" destination="HJC-5w-lIN" id="Jrz-ok-NSe"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewCell>
|
|
||||||
</prototypes>
|
|
||||||
<connections>
|
|
||||||
<outlet property="dataSource" destination="3AE-ED-0oj" id="aqz-Pr-nHv"/>
|
|
||||||
<outlet property="delegate" destination="3AE-ED-0oj" id="mQ8-xM-CER"/>
|
|
||||||
</connections>
|
|
||||||
</tableView>
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" top="YES"/>
|
|
||||||
<navigationItem key="navigationItem" title="List Observer" id="JjF-x3-ixG"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="dX3-kR-CYC" kind="show" identifier="ObjectObserverDemoViewController" id="hyN-De-zte"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="P5L-49-pOr" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="5085" y="1144.5"/>
|
|
||||||
</scene>
|
|
||||||
<!--List Observer-->
|
|
||||||
<scene sceneID="iDB-TD-It9">
|
|
||||||
<objects>
|
|
||||||
<tableViewController id="lCE-i6-UCT" customClass="ObjectListObserverDemoViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="Zba-8M-Zd7">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="268"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<prototypes>
|
|
||||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="PaletteTableViewCell" id="zSO-3e-OVq" customClass="PaletteTableViewCell" customModule="CoreStoreDemo" customModuleProvider="target">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="zSO-3e-OVq" id="cHA-by-n4b">
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<subviews>
|
|
||||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5uq-Yi-XwH">
|
|
||||||
<rect key="frame" x="8" y="8" width="27" height="27"/>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstAttribute="width" secondItem="5uq-Yi-XwH" secondAttribute="height" multiplier="1:1" id="oOe-HC-VyN"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zyu-PC-WmO">
|
|
||||||
<rect key="frame" x="45" y="8" width="37" height="27"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstAttribute="bottomMargin" secondItem="5uq-Yi-XwH" secondAttribute="bottom" id="2Bf-dJ-VmS"/>
|
|
||||||
<constraint firstItem="Zyu-PC-WmO" firstAttribute="leading" secondItem="5uq-Yi-XwH" secondAttribute="trailing" constant="10" id="6uD-S1-gkb"/>
|
|
||||||
<constraint firstAttribute="centerY" secondItem="Zyu-PC-WmO" secondAttribute="centerY" id="KQ6-bN-Og6"/>
|
|
||||||
<constraint firstItem="5uq-Yi-XwH" firstAttribute="top" secondItem="cHA-by-n4b" secondAttribute="topMargin" id="NqW-uA-mqj"/>
|
|
||||||
<constraint firstItem="Zyu-PC-WmO" firstAttribute="height" secondItem="5uq-Yi-XwH" secondAttribute="height" id="Yd5-bt-R8q"/>
|
|
||||||
<constraint firstItem="5uq-Yi-XwH" firstAttribute="leading" secondItem="cHA-by-n4b" secondAttribute="leadingMargin" id="a2a-Ol-0HV"/>
|
|
||||||
</constraints>
|
|
||||||
</tableViewCellContentView>
|
|
||||||
<connections>
|
|
||||||
<outlet property="colorView" destination="5uq-Yi-XwH" id="tgl-W1-A55"/>
|
|
||||||
<outlet property="label" destination="Zyu-PC-WmO" id="Oda-gD-ElI"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewCell>
|
|
||||||
</prototypes>
|
|
||||||
<connections>
|
|
||||||
<outlet property="dataSource" destination="lCE-i6-UCT" id="vTv-9f-P8U"/>
|
|
||||||
<outlet property="delegate" destination="lCE-i6-UCT" id="Ken-sI-O2f"/>
|
|
||||||
</connections>
|
|
||||||
</tableView>
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" top="YES"/>
|
|
||||||
<navigationItem key="navigationItem" title="List Observer" id="koc-aK-cgD"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="dX3-kR-CYC" kind="show" identifier="ObjectObserverDemoViewController" id="fIB-GS-Ppk"/>
|
|
||||||
</connections>
|
|
||||||
</tableViewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="QAS-su-ZdM" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="5085" y="1546"/>
|
|
||||||
</scene>
|
|
||||||
<!--Navigation Controller-->
|
|
||||||
<scene sceneID="DTD-lH-nr5">
|
|
||||||
<objects>
|
|
||||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="sll-yo-mBc" sceneMemberID="viewController">
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
|
|
||||||
<toolbarItems/>
|
|
||||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="6XA-6M-yvZ">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<color key="tintColor" red="0.75362819430000005" green="0.91446238759999998" blue="0.99948346610000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
||||||
<color key="barTintColor" red="0.49803921580314636" green="0.49803921580314636" blue="0.49803921580314636" alpha="1" colorSpace="calibratedRGB"/>
|
|
||||||
<textAttributes key="titleTextAttributes">
|
|
||||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
</textAttributes>
|
|
||||||
</navigationBar>
|
|
||||||
<nil name="viewControllers"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="lCE-i6-UCT" kind="relationship" relationship="rootViewController" id="4Vz-ah-FHX"/>
|
|
||||||
</connections>
|
|
||||||
</navigationController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="wJg-s1-Dpr" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="4404" y="1546"/>
|
|
||||||
</scene>
|
|
||||||
<!--Placemark-->
|
|
||||||
<scene sceneID="LRD-q1-hw1">
|
|
||||||
<objects>
|
|
||||||
<viewController id="jPl-fH-NlD" customClass="TransactionsDemoViewController" customModule="CoreStoreDemo" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<layoutGuides>
|
|
||||||
<viewControllerLayoutGuide type="top" id="1of-hY-qOU"/>
|
|
||||||
<viewControllerLayoutGuide type="bottom" id="RZg-hi-T8O"/>
|
|
||||||
</layoutGuides>
|
|
||||||
<view key="view" contentMode="scaleToFill" id="k4s-iL-Krh">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="536"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<mapView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" mapType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="V2U-0R-Ts0">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
|
||||||
<connections>
|
|
||||||
<outlet property="delegate" destination="jPl-fH-NlD" id="Sjn-YC-haS"/>
|
|
||||||
</connections>
|
|
||||||
</mapView>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="RZg-hi-T8O" firstAttribute="top" secondItem="V2U-0R-Ts0" secondAttribute="bottom" id="GcS-Jz-Wcm"/>
|
|
||||||
<constraint firstItem="V2U-0R-Ts0" firstAttribute="top" secondItem="k4s-iL-Krh" secondAttribute="top" id="S5Z-Da-V6J"/>
|
|
||||||
<constraint firstAttribute="trailing" secondItem="V2U-0R-Ts0" secondAttribute="trailing" id="YPc-RK-5ib"/>
|
|
||||||
<constraint firstItem="V2U-0R-Ts0" firstAttribute="leading" secondItem="k4s-iL-Krh" secondAttribute="leading" id="hk5-Rz-FyU"/>
|
|
||||||
</constraints>
|
|
||||||
</view>
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
|
|
||||||
<navigationItem key="navigationItem" title="Placemark" id="s5y-WX-W5w"/>
|
|
||||||
<connections>
|
|
||||||
<outlet property="mapView" destination="V2U-0R-Ts0" id="X6a-Bp-psg"/>
|
|
||||||
</connections>
|
|
||||||
</viewController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="YnG-TD-zxQ" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="3694" y="2020"/>
|
|
||||||
</scene>
|
|
||||||
<!--Navigation Controller-->
|
|
||||||
<scene sceneID="3ih-RN-P43">
|
|
||||||
<objects>
|
|
||||||
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="5Fw-je-9gI" sceneMemberID="viewController">
|
|
||||||
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
|
|
||||||
<toolbarItems/>
|
|
||||||
<navigationBar key="navigationBar" contentMode="scaleToFill" id="wJo-mp-1pS">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<color key="tintColor" red="0.7536281943321228" green="0.9144623875617981" blue="0.99948346614837646" alpha="1" colorSpace="calibratedRGB"/>
|
|
||||||
<color key="barTintColor" red="0.49803921579999999" green="0.49803921579999999" blue="0.49803921579999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
||||||
<textAttributes key="titleTextAttributes">
|
|
||||||
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
</textAttributes>
|
|
||||||
</navigationBar>
|
|
||||||
<nil name="viewControllers"/>
|
|
||||||
<connections>
|
|
||||||
<segue destination="3AE-ED-0oj" kind="relationship" relationship="rootViewController" id="GLh-MA-ZsP"/>
|
|
||||||
</connections>
|
|
||||||
</navigationController>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="0DC-2l-nbt" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
||||||
</objects>
|
|
||||||
<point key="canvasLocation" x="4404" y="1144.5"/>
|
|
||||||
</scene>
|
|
||||||
</scenes>
|
|
||||||
<resources>
|
|
||||||
<image name="second" width="30" height="30"/>
|
|
||||||
</resources>
|
|
||||||
<inferredMetricsTieBreakers>
|
|
||||||
<segue reference="hyN-De-zte"/>
|
|
||||||
</inferredMetricsTieBreakers>
|
|
||||||
</document>
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="7701" systemVersion="14D136" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
|
|
||||||
<entity name="Palette" representedClassName="CoreStoreDemo.Palette">
|
|
||||||
<attribute name="brightness" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/>
|
|
||||||
<attribute name="colorName" optional="YES" transient="YES" attributeType="String" syncable="YES"/>
|
|
||||||
<attribute name="hue" optional="YES" attributeType="Integer 32" defaultValueString="0.0" syncable="YES"/>
|
|
||||||
<attribute name="saturation" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/>
|
|
||||||
<userInfo/>
|
|
||||||
</entity>
|
|
||||||
<entity name="Place" representedClassName="CoreStoreDemo.Place" syncable="YES">
|
|
||||||
<attribute name="latitude" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
||||||
<attribute name="longitude" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
||||||
<attribute name="subtitle" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
</entity>
|
|
||||||
<entity name="UserAccount" representedClassName="CoreStoreDemo.UserAccount" syncable="YES">
|
|
||||||
<attribute name="accountType" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
<attribute name="friends" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
||||||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
</entity>
|
|
||||||
<configuration name="ObservingDemo">
|
|
||||||
<memberEntity name="Palette"/>
|
|
||||||
</configuration>
|
|
||||||
<configuration name="SetupDemo_Jane">
|
|
||||||
<memberEntity name="UserAccount"/>
|
|
||||||
</configuration>
|
|
||||||
<configuration name="SetupDemo_John">
|
|
||||||
<memberEntity name="UserAccount"/>
|
|
||||||
</configuration>
|
|
||||||
<configuration name="TransactionsDemo">
|
|
||||||
<memberEntity name="Place"/>
|
|
||||||
</configuration>
|
|
||||||
<elements>
|
|
||||||
<element name="Palette" positionX="261" positionY="189" width="128" height="105"/>
|
|
||||||
<element name="UserAccount" positionX="261" positionY="216" width="128" height="90"/>
|
|
||||||
<element name="Place" positionX="261" positionY="225" width="128" height="105"/>
|
|
||||||
</elements>
|
|
||||||
</model>
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "29x29",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "29x29",
|
|
||||||
"scale" : "3x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "40x40",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "40x40",
|
|
||||||
"scale" : "3x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "60x60",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "60x60",
|
|
||||||
"scale" : "3x"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "first.pdf"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "universal",
|
|
||||||
"filename" : "second.pdf"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
@@ -1,48 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.johnestropia.HardcoreDataDemo</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>APPL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
<key>LSRequiresIPhoneOS</key>
|
|
||||||
<true/>
|
|
||||||
<key>UILaunchStoryboardName</key>
|
|
||||||
<string>LaunchScreen</string>
|
|
||||||
<key>UIMainStoryboardFile</key>
|
|
||||||
<string>Main</string>
|
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
|
||||||
<array>
|
|
||||||
<string>armv7</string>
|
|
||||||
</array>
|
|
||||||
<key>UIStatusBarTintParameters</key>
|
|
||||||
<dict>
|
|
||||||
<key>UINavigationBar</key>
|
|
||||||
<dict>
|
|
||||||
<key>Style</key>
|
|
||||||
<string>UIBarStyleDefault</string>
|
|
||||||
<key>Translucent</key>
|
|
||||||
<false/>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
|
||||||
<array>
|
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-218
@@ -1,218 +0,0 @@
|
|||||||
//
|
|
||||||
// ObjectListObserverDemoViewController.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/02.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import CoreStore
|
|
||||||
|
|
||||||
|
|
||||||
private struct Static {
|
|
||||||
|
|
||||||
static let palettes: ManagedObjectListController<Palette> = {
|
|
||||||
|
|
||||||
CoreStore.addSQLiteStore(
|
|
||||||
"ColorsDemo.sqlite",
|
|
||||||
configuration: "ObservingDemo",
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
|
|
||||||
return CoreStore.observeSectionedList(
|
|
||||||
From(Palette),
|
|
||||||
SectionedBy("colorName"),
|
|
||||||
OrderBy(.Ascending("hue"))
|
|
||||||
)
|
|
||||||
}()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ObjectListObserverDemoViewController
|
|
||||||
|
|
||||||
class ObjectListObserverDemoViewController: UITableViewController, ManagedObjectListSectionObserver {
|
|
||||||
|
|
||||||
// MARK: NSObject
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
Static.palettes.removeObserver(self)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UIViewController
|
|
||||||
|
|
||||||
override func viewDidLoad() {
|
|
||||||
|
|
||||||
super.viewDidLoad()
|
|
||||||
|
|
||||||
self.navigationItem.leftBarButtonItems = [
|
|
||||||
self.editButtonItem(),
|
|
||||||
UIBarButtonItem(
|
|
||||||
barButtonSystemItem: .Trash,
|
|
||||||
target: self,
|
|
||||||
action: "resetBarButtonItemTouched:"
|
|
||||||
)
|
|
||||||
]
|
|
||||||
self.navigationItem.rightBarButtonItem = UIBarButtonItem(
|
|
||||||
barButtonSystemItem: .Add,
|
|
||||||
target: self,
|
|
||||||
action: "addBarButtonItemTouched:"
|
|
||||||
)
|
|
||||||
|
|
||||||
Static.palettes.addObserver(self)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
|
|
||||||
|
|
||||||
super.prepareForSegue(segue, sender: sender)
|
|
||||||
|
|
||||||
switch (segue.identifier, segue.destinationViewController, sender) {
|
|
||||||
|
|
||||||
case (.Some("ObjectObserverDemoViewController"), let destinationViewController as ObjectObserverDemoViewController, let palette as Palette):
|
|
||||||
destinationViewController.palette = palette
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UITableViewDataSource
|
|
||||||
|
|
||||||
override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
|
|
||||||
|
|
||||||
return Static.palettes.numberOfSections()
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
|
|
||||||
|
|
||||||
return Static.palettes.numberOfObjectsInSection(section)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
|
|
||||||
|
|
||||||
let cell = tableView.dequeueReusableCellWithIdentifier("PaletteTableViewCell") as! PaletteTableViewCell
|
|
||||||
|
|
||||||
let palette = Static.palettes[indexPath]
|
|
||||||
cell.colorView?.backgroundColor = palette.color
|
|
||||||
cell.label?.text = palette.colorText
|
|
||||||
|
|
||||||
return cell
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UITableViewDelegate
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
tableView.deselectRowAtIndexPath(indexPath, animated: true)
|
|
||||||
|
|
||||||
self.performSegueWithIdentifier(
|
|
||||||
"ObjectObserverDemoViewController",
|
|
||||||
sender: Static.palettes[indexPath]
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
switch editingStyle {
|
|
||||||
|
|
||||||
case .Delete:
|
|
||||||
let palette = Static.palettes[indexPath]
|
|
||||||
CoreStore.beginAsynchronous{ (transaction) -> Void in
|
|
||||||
|
|
||||||
transaction.delete(palette)
|
|
||||||
transaction.commit { (result) -> Void in }
|
|
||||||
}
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
|
|
||||||
|
|
||||||
return Static.palettes.sectionInfoAtIndex(section).name
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: ManagedObjectListChangeObserver
|
|
||||||
|
|
||||||
func managedObjectListWillChange(listController: ManagedObjectListController<Palette>) {
|
|
||||||
|
|
||||||
self.tableView.beginUpdates()
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectListDidChange(listController: ManagedObjectListController<Palette>) {
|
|
||||||
|
|
||||||
self.tableView.endUpdates()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: ManagedObjectListObjectObserver
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didInsertObject object: Palette, toIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
self.tableView.insertRowsAtIndexPaths([indexPath], withRowAnimation: .Automatic)
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didDeleteObject object: Palette, fromIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
self.tableView.deleteRowsAtIndexPaths([indexPath], withRowAnimation: .Automatic)
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didUpdateObject object: Palette, atIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
if let cell = self.tableView.cellForRowAtIndexPath(indexPath) as? PaletteTableViewCell {
|
|
||||||
|
|
||||||
let palette = Static.palettes[indexPath]
|
|
||||||
cell.colorView?.backgroundColor = palette.color
|
|
||||||
cell.label?.text = palette.colorText
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didMoveObject object: Palette, fromIndexPath: NSIndexPath, toIndexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
self.tableView.deleteRowsAtIndexPaths([fromIndexPath], withRowAnimation: .Automatic)
|
|
||||||
self.tableView.insertRowsAtIndexPaths([toIndexPath], withRowAnimation: .Automatic)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: ManagedObjectListSectionObserver
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didInsertSection sectionInfo: NSFetchedResultsSectionInfo, toSectionIndex sectionIndex: Int) {
|
|
||||||
|
|
||||||
self.tableView.insertSections(NSIndexSet(index: sectionIndex), withRowAnimation: .Automatic)
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectList(listController: ManagedObjectListController<Palette>, didDeleteSection sectionInfo: NSFetchedResultsSectionInfo, fromSectionIndex sectionIndex: Int) {
|
|
||||||
|
|
||||||
self.tableView.deleteSections(NSIndexSet(index: sectionIndex), withRowAnimation: .Automatic)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
@IBAction dynamic func resetBarButtonItemTouched(sender: AnyObject?) {
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
transaction.deleteAll(From(Palette))
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction dynamic func addBarButtonItemTouched(sender: AnyObject?) {
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let palette = transaction.create(Into(Palette))
|
|
||||||
palette.setInitialValues()
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
-196
@@ -1,196 +0,0 @@
|
|||||||
//
|
|
||||||
// ObjectObserverDemoViewController.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/06.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import CoreStore
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ObjectObserverDemoViewController
|
|
||||||
|
|
||||||
class ObjectObserverDemoViewController: UIViewController, ManagedObjectObserver {
|
|
||||||
|
|
||||||
var palette: Palette? {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
return self.objectController?.object
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
if let palette = newValue {
|
|
||||||
|
|
||||||
self.objectController = CoreStore.observeObject(palette)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
self.objectController = nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: NSObject
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
self.objectController?.removeObserver(self)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UIViewController
|
|
||||||
|
|
||||||
required init(coder aDecoder: NSCoder) {
|
|
||||||
|
|
||||||
if let palette = CoreStore.fetchOne(From(Palette), OrderBy(.Ascending("hue"))) {
|
|
||||||
|
|
||||||
self.objectController = CoreStore.observeObject(palette)
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
CoreStore.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let palette = transaction.create(Into(Palette))
|
|
||||||
palette.setInitialValues()
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
|
|
||||||
let palette = CoreStore.fetchOne(From(Palette), OrderBy(.Ascending("hue")))!
|
|
||||||
self.objectController = CoreStore.observeObject(palette)
|
|
||||||
}
|
|
||||||
|
|
||||||
super.init(coder: aDecoder)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func viewDidLoad() {
|
|
||||||
|
|
||||||
super.viewDidLoad()
|
|
||||||
self.objectController?.addObserver(self)
|
|
||||||
|
|
||||||
if let palette = self.objectController?.object {
|
|
||||||
|
|
||||||
self.reloadPaletteInfo(palette, changedKeys: nil)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: ManagedObjectObserver
|
|
||||||
|
|
||||||
func managedObjectWillUpdate(objectController: ManagedObjectController<Palette>, object: Palette) {
|
|
||||||
|
|
||||||
// none
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectWasUpdated(objectController: ManagedObjectController<Palette>, object: Palette, changedPersistentKeys: Set<KeyPath>) {
|
|
||||||
|
|
||||||
self.reloadPaletteInfo(object, changedKeys: changedPersistentKeys)
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectWasDeleted(objectController: ManagedObjectController<Palette>, object: Palette) {
|
|
||||||
|
|
||||||
self.navigationItem.rightBarButtonItem?.enabled = false
|
|
||||||
|
|
||||||
self.colorNameLabel?.alpha = 0.3
|
|
||||||
self.colorView?.alpha = 0.3
|
|
||||||
|
|
||||||
self.hsbLabel?.text = "Deleted"
|
|
||||||
self.hsbLabel?.textColor = UIColor.redColor()
|
|
||||||
|
|
||||||
self.hueSlider?.enabled = false
|
|
||||||
self.saturationSlider?.enabled = false
|
|
||||||
self.brightnessSlider?.enabled = false
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
var objectController: ManagedObjectController<Palette>?
|
|
||||||
|
|
||||||
@IBOutlet weak var colorNameLabel: UILabel?
|
|
||||||
@IBOutlet weak var colorView: UIView?
|
|
||||||
@IBOutlet weak var hsbLabel: UILabel?
|
|
||||||
@IBOutlet weak var dateLabel: UILabel?
|
|
||||||
@IBOutlet weak var hueSlider: UISlider?
|
|
||||||
@IBOutlet weak var saturationSlider: UISlider?
|
|
||||||
@IBOutlet weak var brightnessSlider: UISlider?
|
|
||||||
|
|
||||||
@IBAction dynamic func hueSliderValueDidChange(sender: AnyObject?) {
|
|
||||||
|
|
||||||
let hue = self.hueSlider?.value ?? 0
|
|
||||||
CoreStore.beginAsynchronous { [weak self] (transaction) -> Void in
|
|
||||||
|
|
||||||
if let palette = transaction.fetch(self?.objectController?.object) {
|
|
||||||
|
|
||||||
palette.hue = Int32(hue)
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction dynamic func saturationSliderValueDidChange(sender: AnyObject?) {
|
|
||||||
|
|
||||||
let saturation = self.saturationSlider?.value ?? 0
|
|
||||||
CoreStore.beginAsynchronous { [weak self] (transaction) -> Void in
|
|
||||||
|
|
||||||
if let palette = transaction.fetch(self?.objectController?.object) {
|
|
||||||
|
|
||||||
palette.saturation = saturation
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction dynamic func brightnessSliderValueDidChange(sender: AnyObject?) {
|
|
||||||
|
|
||||||
let brightness = self.brightnessSlider?.value ?? 0
|
|
||||||
CoreStore.beginAsynchronous { [weak self] (transaction) -> Void in
|
|
||||||
|
|
||||||
if let palette = transaction.fetch(self?.objectController?.object) {
|
|
||||||
|
|
||||||
palette.brightness = brightness
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction dynamic func deleteBarButtonTapped(sender: AnyObject?) {
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { [weak self] (transaction) -> Void in
|
|
||||||
|
|
||||||
transaction.delete(self?.objectController?.object)
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func reloadPaletteInfo(palette: Palette, changedKeys: Set<String>?) {
|
|
||||||
|
|
||||||
self.colorNameLabel?.text = palette.colorName
|
|
||||||
|
|
||||||
let color = palette.color
|
|
||||||
self.colorNameLabel?.textColor = color
|
|
||||||
self.colorView?.backgroundColor = color
|
|
||||||
|
|
||||||
self.hsbLabel?.text = palette.colorText
|
|
||||||
|
|
||||||
let hue = palette.hue
|
|
||||||
let saturation = palette.saturation
|
|
||||||
let brightness = palette.brightness
|
|
||||||
|
|
||||||
if changedKeys == nil || changedKeys?.contains("hue") == true {
|
|
||||||
|
|
||||||
self.hueSlider?.value = Float(palette.hue)
|
|
||||||
}
|
|
||||||
if changedKeys == nil || changedKeys?.contains("saturation") == true {
|
|
||||||
|
|
||||||
self.saturationSlider?.value = palette.saturation
|
|
||||||
}
|
|
||||||
if changedKeys == nil || changedKeys?.contains("brightness") == true {
|
|
||||||
|
|
||||||
self.brightnessSlider?.value = palette.brightness
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-30
@@ -1,30 +0,0 @@
|
|||||||
//
|
|
||||||
// ObserversViewController.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - ObserversViewController
|
|
||||||
|
|
||||||
class ObserversViewController: UIViewController {
|
|
||||||
|
|
||||||
// MARK: UIViewController
|
|
||||||
|
|
||||||
override func viewDidAppear(animated: Bool) {
|
|
||||||
|
|
||||||
super.viewDidAppear(animated)
|
|
||||||
|
|
||||||
let alert = UIAlertController(
|
|
||||||
title: "Observers Demo",
|
|
||||||
message: "This demo shows how to observe changes to a list of objects. The top and bottom view controllers both observe a single shared \"ManagedObjectListController\" instance.\n\nTap on a row to see another demo that shows how to observe changes to a single object using a \"ManagedObjectController\".",
|
|
||||||
preferredStyle: .Alert
|
|
||||||
)
|
|
||||||
alert.addAction(UIAlertAction(title: "OK", style: .Cancel, handler: nil))
|
|
||||||
self.presentViewController(alert, animated: true, completion: nil)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
//
|
|
||||||
// Palette.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/05.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import UIKit
|
|
||||||
import CoreData
|
|
||||||
import CoreStore
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Palette
|
|
||||||
|
|
||||||
class Palette: NSManagedObject {
|
|
||||||
|
|
||||||
@NSManaged var hue: Int32
|
|
||||||
@NSManaged var saturation: Float
|
|
||||||
@NSManaged var brightness: Float
|
|
||||||
|
|
||||||
@objc dynamic var colorName: String {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
let KVCKey = "colorName"
|
|
||||||
if let colorName = self.accessValueForKVCKey(KVCKey) as? String {
|
|
||||||
|
|
||||||
return colorName
|
|
||||||
}
|
|
||||||
|
|
||||||
let colorName: String
|
|
||||||
switch self.hue % 360 {
|
|
||||||
|
|
||||||
case 0 ..< 20: colorName = "Lower Reds"
|
|
||||||
case 20 ..< 57: colorName = "Oranges and Browns"
|
|
||||||
case 57 ..< 90: colorName = "Yellow-Greens"
|
|
||||||
case 90 ..< 159: colorName = "Greens"
|
|
||||||
case 159 ..< 197: colorName = "Blue-Greens"
|
|
||||||
case 197 ..< 241: colorName = "Blues"
|
|
||||||
case 241 ..< 297: colorName = "Violets"
|
|
||||||
case 297 ..< 331: colorName = "Magentas"
|
|
||||||
default: colorName = "Upper Reds"
|
|
||||||
}
|
|
||||||
|
|
||||||
self.setPrimitiveValue(colorName, forKey: KVCKey)
|
|
||||||
return colorName
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
self.setValue(newValue, forKVCKey: "colorName")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var color: UIColor {
|
|
||||||
|
|
||||||
return UIColor(
|
|
||||||
hue: CGFloat(self.hue) / 360.0,
|
|
||||||
saturation: CGFloat(self.saturation),
|
|
||||||
brightness: CGFloat(self.brightness),
|
|
||||||
alpha: 1.0
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
var colorText: String {
|
|
||||||
|
|
||||||
return "H: \(self.hue)˚, S: \(round(self.saturation * 100.0))%, B: \(round(self.brightness * 100.0))%"
|
|
||||||
}
|
|
||||||
|
|
||||||
func setInitialValues() {
|
|
||||||
|
|
||||||
self.hue = Int32(arc4random_uniform(360))
|
|
||||||
self.saturation = 1.0
|
|
||||||
self.brightness = Float(arc4random_uniform(70) + 30) / 100.0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
//
|
|
||||||
// PaletteTableViewCell.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/05.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
|
|
||||||
class PaletteTableViewCell: UITableViewCell {
|
|
||||||
|
|
||||||
@IBOutlet weak var colorView: UIView?
|
|
||||||
@IBOutlet weak var label: UILabel?
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
//
|
|
||||||
// FacebookAccount.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - FacebookAccount
|
|
||||||
|
|
||||||
class FacebookAccount: TwitterAccount { }
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
//
|
|
||||||
// StackSetupDemoViewController.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import CoreStore
|
|
||||||
|
|
||||||
|
|
||||||
private struct Static {
|
|
||||||
|
|
||||||
static let johnConfiguration = "SetupDemo_John"
|
|
||||||
static let janeConfiguration = "SetupDemo_Jane"
|
|
||||||
|
|
||||||
static let facebookStack: DataStack = {
|
|
||||||
|
|
||||||
let dataStack = DataStack(modelName: "CoreStoreDemo")
|
|
||||||
dataStack.addSQLiteStore(
|
|
||||||
"AccountsDemo_FB_John.sqlite",
|
|
||||||
configuration: johnConfiguration,
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
dataStack.addSQLiteStore(
|
|
||||||
"AccountsDemo_FB_Jane.sqlite",
|
|
||||||
configuration: janeConfiguration,
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
|
|
||||||
dataStack.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
transaction.deleteAll(From<UserAccount>(johnConfiguration))
|
|
||||||
transaction.deleteAll(From<UserAccount>(janeConfiguration))
|
|
||||||
|
|
||||||
let account1 = transaction.create(Into<UserAccount>(johnConfiguration))
|
|
||||||
account1.accountType = "Facebook"
|
|
||||||
account1.name = "John Smith HCD"
|
|
||||||
account1.friends = 42
|
|
||||||
|
|
||||||
let account2 = transaction.create(Into<UserAccount>(janeConfiguration))
|
|
||||||
account2.accountType = "Facebook"
|
|
||||||
account2.name = "Jane Doe HCD"
|
|
||||||
account2.friends = 314
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
|
|
||||||
return dataStack
|
|
||||||
}()
|
|
||||||
|
|
||||||
static let twitterStack: DataStack = {
|
|
||||||
|
|
||||||
let dataStack = DataStack(modelName: "CoreStoreDemo")
|
|
||||||
dataStack.addSQLiteStore(
|
|
||||||
"AccountsDemo_TW_John.sqlite",
|
|
||||||
configuration: johnConfiguration,
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
dataStack.addSQLiteStore(
|
|
||||||
"AccountsDemo_TW_Jane.sqlite",
|
|
||||||
configuration: janeConfiguration,
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
|
|
||||||
dataStack.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
transaction.deleteAll(From<UserAccount>(johnConfiguration))
|
|
||||||
transaction.deleteAll(From<UserAccount>(janeConfiguration))
|
|
||||||
|
|
||||||
let account1 = transaction.create(Into<UserAccount>(johnConfiguration))
|
|
||||||
account1.accountType = "Twitter"
|
|
||||||
account1.name = "#johnsmith_hcd"
|
|
||||||
account1.friends = 7
|
|
||||||
|
|
||||||
let account2 = transaction.create(Into<UserAccount>(janeConfiguration))
|
|
||||||
account2.accountType = "Twitter"
|
|
||||||
account2.name = "#janedoe_hcd"
|
|
||||||
account2.friends = 100
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
|
|
||||||
return dataStack
|
|
||||||
}()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - StackSetupDemoViewController
|
|
||||||
|
|
||||||
class StackSetupDemoViewController: UITableViewController {
|
|
||||||
|
|
||||||
let accounts = [
|
|
||||||
[
|
|
||||||
Static.facebookStack.fetchOne(From<UserAccount>(Static.johnConfiguration))!,
|
|
||||||
Static.facebookStack.fetchOne(From<UserAccount>(Static.janeConfiguration))!
|
|
||||||
],
|
|
||||||
[
|
|
||||||
Static.twitterStack.fetchOne(From<UserAccount>(Static.johnConfiguration))!,
|
|
||||||
Static.twitterStack.fetchOne(From<UserAccount>(Static.janeConfiguration))!
|
|
||||||
]
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UIViewController
|
|
||||||
|
|
||||||
override func viewWillAppear(animated: Bool) {
|
|
||||||
|
|
||||||
super.viewWillAppear(animated)
|
|
||||||
|
|
||||||
self.tableView.reloadData()
|
|
||||||
|
|
||||||
let indexPath = NSIndexPath(forRow: 0, inSection: 0)
|
|
||||||
self.tableView.selectRowAtIndexPath(indexPath, animated: false, scrollPosition: .None)
|
|
||||||
self.updateDetailsWithAccount(self.accounts[indexPath.section][indexPath.row])
|
|
||||||
}
|
|
||||||
|
|
||||||
override func viewDidAppear(animated: Bool) {
|
|
||||||
|
|
||||||
super.viewDidAppear(animated)
|
|
||||||
|
|
||||||
let alert = UIAlertController(
|
|
||||||
title: "Setup Demo",
|
|
||||||
message: "This demo shows how to initialize 2 DataStacks with 2 configurations each, for a total of 4 SQLite files, each with 1 instance of a \"UserAccount\" entity.",
|
|
||||||
preferredStyle: .Alert
|
|
||||||
)
|
|
||||||
alert.addAction(UIAlertAction(title: "OK", style: .Cancel, handler: nil))
|
|
||||||
self.presentViewController(alert, animated: true, completion: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UITableViewDataSource
|
|
||||||
|
|
||||||
override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
|
|
||||||
|
|
||||||
return self.accounts.count
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
|
|
||||||
|
|
||||||
return self.accounts[section].count
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
|
|
||||||
|
|
||||||
let cell = tableView.dequeueReusableCellWithIdentifier("UITableViewCell") as! UITableViewCell
|
|
||||||
|
|
||||||
let account = self.accounts[indexPath.section][indexPath.row]
|
|
||||||
cell.textLabel?.text = account.name
|
|
||||||
cell.detailTextLabel?.text = "\(account.friends) friends"
|
|
||||||
|
|
||||||
return cell
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UITableViewDelegate
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
|
|
||||||
|
|
||||||
let account = self.accounts[indexPath.section][indexPath.row]
|
|
||||||
self.updateDetailsWithAccount(account)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
|
|
||||||
|
|
||||||
switch section {
|
|
||||||
|
|
||||||
case 0: return "Facebook Accounts"
|
|
||||||
case 1: return "Twitter Accounts"
|
|
||||||
default: return nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
@IBOutlet weak var accountTypeLabel: UILabel?
|
|
||||||
@IBOutlet weak var nameLabel: UILabel?
|
|
||||||
@IBOutlet weak var friendsLabel: UILabel?
|
|
||||||
|
|
||||||
func updateDetailsWithAccount(account: UserAccount) {
|
|
||||||
|
|
||||||
self.accountTypeLabel?.text = account.accountType
|
|
||||||
self.nameLabel?.text = account.name
|
|
||||||
self.friendsLabel?.text = "\(account.friends) friends"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
//
|
|
||||||
// TwitterAccount.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - TwitterAccount
|
|
||||||
|
|
||||||
class TwitterAccount: UserAccount { }
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
//
|
|
||||||
// UserAccount.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - UserAccount
|
|
||||||
|
|
||||||
class UserAccount: NSManagedObject {
|
|
||||||
|
|
||||||
@NSManaged var accountType: String?
|
|
||||||
@NSManaged var name: String?
|
|
||||||
@NSManaged var friends: Int32
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
//
|
|
||||||
// Place.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
import MapKit
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Place
|
|
||||||
|
|
||||||
class Place: NSManagedObject, MKAnnotation {
|
|
||||||
|
|
||||||
@NSManaged var latitude: Double
|
|
||||||
@NSManaged var longitude: Double
|
|
||||||
@NSManaged var title: String?
|
|
||||||
@NSManaged var subtitle: String?
|
|
||||||
|
|
||||||
func setInitialValues() {
|
|
||||||
|
|
||||||
self.latitude = Double(arc4random_uniform(180)) - 90
|
|
||||||
self.longitude = Double(arc4random_uniform(360)) - 180
|
|
||||||
self.title = "\(self.latitude), \(self.longitude)"
|
|
||||||
self.subtitle = nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// MARK: MKAnnotation
|
|
||||||
|
|
||||||
var coordinate: CLLocationCoordinate2D {
|
|
||||||
|
|
||||||
get {
|
|
||||||
|
|
||||||
return CLLocationCoordinate2DMake(
|
|
||||||
self.latitude,
|
|
||||||
self.longitude
|
|
||||||
)
|
|
||||||
}
|
|
||||||
set {
|
|
||||||
|
|
||||||
self.latitude = newValue.latitude
|
|
||||||
self.longitude = newValue.longitude
|
|
||||||
self.title = "\(self.latitude), \(self.longitude)"
|
|
||||||
self.subtitle = nil
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,208 +0,0 @@
|
|||||||
//
|
|
||||||
// TransactionsDemoViewController.swift
|
|
||||||
// CoreStoreDemo
|
|
||||||
//
|
|
||||||
// Created by John Rommel Estropia on 2015/05/24.
|
|
||||||
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import CoreLocation
|
|
||||||
import MapKit
|
|
||||||
import AddressBookUI
|
|
||||||
import CoreStore
|
|
||||||
import GCDKit
|
|
||||||
|
|
||||||
|
|
||||||
private struct Static {
|
|
||||||
|
|
||||||
static let placeController: ManagedObjectController<Place> = {
|
|
||||||
|
|
||||||
CoreStore.addSQLiteStore(
|
|
||||||
"PlaceDemo.sqlite",
|
|
||||||
configuration: "TransactionsDemo",
|
|
||||||
resetStoreOnMigrationFailure: true
|
|
||||||
)
|
|
||||||
|
|
||||||
var place = CoreStore.fetchOne(From(Place))
|
|
||||||
if place == nil {
|
|
||||||
|
|
||||||
CoreStore.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let place = transaction.create(Into(Place))
|
|
||||||
place.setInitialValues()
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
place = CoreStore.fetchOne(From(Place))
|
|
||||||
}
|
|
||||||
|
|
||||||
return CoreStore.observeObject(place!)
|
|
||||||
}()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: - TransactionsDemoViewController
|
|
||||||
|
|
||||||
class TransactionsDemoViewController: UIViewController, MKMapViewDelegate, ManagedObjectObserver {
|
|
||||||
|
|
||||||
// MARK: NSObject
|
|
||||||
|
|
||||||
deinit {
|
|
||||||
|
|
||||||
Static.placeController.removeObserver(self)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: UIViewController
|
|
||||||
|
|
||||||
override func viewDidLoad() {
|
|
||||||
|
|
||||||
super.viewDidLoad()
|
|
||||||
|
|
||||||
let longPressGesture = UILongPressGestureRecognizer(target: self, action: "longPressGestureRecognized:")
|
|
||||||
self.mapView?.addGestureRecognizer(longPressGesture)
|
|
||||||
|
|
||||||
Static.placeController.addObserver(self)
|
|
||||||
|
|
||||||
self.navigationItem.rightBarButtonItem = UIBarButtonItem(
|
|
||||||
barButtonSystemItem: .Refresh,
|
|
||||||
target: self,
|
|
||||||
action: "refreshButtonTapped:"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func viewDidAppear(animated: Bool) {
|
|
||||||
|
|
||||||
super.viewDidAppear(animated)
|
|
||||||
|
|
||||||
let alert = UIAlertController(
|
|
||||||
title: "Observers Demo",
|
|
||||||
message: "This demo shows how to use the 3 types of transactions to save updates: synchronous, asynchronous, and detached. Long-tap on the map to change the pin location.",
|
|
||||||
preferredStyle: .Alert
|
|
||||||
)
|
|
||||||
alert.addAction(UIAlertAction(title: "OK", style: .Cancel, handler: nil))
|
|
||||||
self.presentViewController(alert, animated: true, completion: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
override func viewWillAppear(animated: Bool) {
|
|
||||||
|
|
||||||
super.viewWillAppear(animated)
|
|
||||||
|
|
||||||
if let mapView = self.mapView, let place = Static.placeController.object {
|
|
||||||
|
|
||||||
mapView.addAnnotation(place)
|
|
||||||
mapView.setCenterCoordinate(place.coordinate, animated: false)
|
|
||||||
mapView.selectAnnotation(place, animated: false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: MKMapViewDelegate
|
|
||||||
|
|
||||||
func mapView(mapView: MKMapView!, viewForAnnotation annotation: MKAnnotation!) -> MKAnnotationView! {
|
|
||||||
|
|
||||||
let identifier = "MKAnnotationView"
|
|
||||||
var annotationView: MKPinAnnotationView! = mapView.dequeueReusableAnnotationViewWithIdentifier(identifier) as? MKPinAnnotationView
|
|
||||||
if annotationView == nil {
|
|
||||||
|
|
||||||
annotationView = MKPinAnnotationView(annotation: annotation, reuseIdentifier: identifier)
|
|
||||||
annotationView.enabled = true
|
|
||||||
annotationView.canShowCallout = true
|
|
||||||
annotationView.animatesDrop = true
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
|
|
||||||
annotationView.annotation = annotation
|
|
||||||
}
|
|
||||||
|
|
||||||
return annotationView
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: ManagedObjectObserver
|
|
||||||
|
|
||||||
func managedObjectWillUpdate(objectController: ManagedObjectController<Place>, object: Place) {
|
|
||||||
|
|
||||||
// none
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectWasUpdated(objectController: ManagedObjectController<Place>, object: Place, changedPersistentKeys: Set<KeyPath>) {
|
|
||||||
|
|
||||||
if let mapView = self.mapView {
|
|
||||||
|
|
||||||
mapView.removeAnnotations(mapView.annotations ?? [])
|
|
||||||
mapView.addAnnotation(object)
|
|
||||||
mapView.setCenterCoordinate(object.coordinate, animated: true)
|
|
||||||
mapView.selectAnnotation(object, animated: true)
|
|
||||||
|
|
||||||
if changedPersistentKeys.contains("latitude") || changedPersistentKeys.contains("longitude") {
|
|
||||||
|
|
||||||
self.geocodePlace(object)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func managedObjectWasDeleted(objectController: ManagedObjectController<Place>, object: Place) {
|
|
||||||
|
|
||||||
// none
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
|
||||||
|
|
||||||
var geocoder: CLGeocoder?
|
|
||||||
|
|
||||||
@IBOutlet weak var mapView: MKMapView?
|
|
||||||
|
|
||||||
@IBAction dynamic func longPressGestureRecognized(sender: AnyObject?) {
|
|
||||||
|
|
||||||
if let mapView = self.mapView, let gesture = sender as? UILongPressGestureRecognizer where gesture.state == .Began {
|
|
||||||
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let place = transaction.fetch(Static.placeController.object)
|
|
||||||
place?.coordinate = mapView.convertPoint(
|
|
||||||
gesture.locationInView(mapView),
|
|
||||||
toCoordinateFromView: mapView
|
|
||||||
)
|
|
||||||
transaction.commit { (_) -> Void in }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction dynamic func refreshButtonTapped(sender: AnyObject?) {
|
|
||||||
|
|
||||||
CoreStore.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let place = transaction.fetch(Static.placeController.object)
|
|
||||||
place?.setInitialValues()
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func geocodePlace(place: Place) {
|
|
||||||
|
|
||||||
let transaction = CoreStore.beginDetached()
|
|
||||||
|
|
||||||
self.geocoder?.cancelGeocode()
|
|
||||||
|
|
||||||
var geocoder = CLGeocoder()
|
|
||||||
self.geocoder = geocoder
|
|
||||||
geocoder.reverseGeocodeLocation(
|
|
||||||
CLLocation(latitude: place.latitude, longitude: place.longitude),
|
|
||||||
completionHandler: { [weak self] (placemarks, error) -> Void in
|
|
||||||
|
|
||||||
if let strongSelf = self, let placemark = (placemarks as? [CLPlacemark])?.first {
|
|
||||||
|
|
||||||
let place = transaction.fetch(Static.placeController.object)
|
|
||||||
place?.title = placemark.name
|
|
||||||
place?.subtitle = ABCreateStringWithAddressDictionary(placemark.addressDictionary, true)
|
|
||||||
transaction.commit { (_) -> Void in }
|
|
||||||
}
|
|
||||||
|
|
||||||
self?.geocoder = nil
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,304 +0,0 @@
|
|||||||
//
|
|
||||||
// CoreStoreTests.swift
|
|
||||||
// CoreStoreTests
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import XCTest
|
|
||||||
import CoreStore
|
|
||||||
|
|
||||||
class CoreStoreTests: XCTestCase {
|
|
||||||
|
|
||||||
override func setUp() {
|
|
||||||
|
|
||||||
super.setUp()
|
|
||||||
self.deleteStores()
|
|
||||||
}
|
|
||||||
|
|
||||||
override func tearDown() {
|
|
||||||
|
|
||||||
self.deleteStores()
|
|
||||||
super.tearDown()
|
|
||||||
}
|
|
||||||
|
|
||||||
func testExample() {
|
|
||||||
|
|
||||||
let stack = DataStack()
|
|
||||||
CoreStore.defaultStack = stack
|
|
||||||
XCTAssert(CoreStore.defaultStack === stack, "CoreStore.defaultStack === stack")
|
|
||||||
|
|
||||||
switch stack.addSQLiteStore("ConfigStore1.sqlite", configuration: "Config1", resetStoreOnMigrationFailure: true){
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
switch stack.addSQLiteStore("ConfigStore2.sqlite", configuration: "Config2", resetStoreOnMigrationFailure: true){
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
let detachedTransaction = CoreStore.beginDetached()
|
|
||||||
|
|
||||||
let createExpectation = self.expectationWithDescription("Entity creation")
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let obj1 = transaction.create(Into(TestEntity1))
|
|
||||||
obj1.testEntityID = 1
|
|
||||||
obj1.testString = "lololol"
|
|
||||||
obj1.testNumber = 42
|
|
||||||
obj1.testDate = NSDate()
|
|
||||||
|
|
||||||
let count = transaction.queryValue(
|
|
||||||
From<TestEntity1>(),
|
|
||||||
Select<Int>(.Count("testNumber"))
|
|
||||||
)
|
|
||||||
XCTAssertTrue(count == 0, "count == 0 (actual: \(count))") // counts only objects in store
|
|
||||||
|
|
||||||
let obj2 = transaction.create(Into<TestEntity2>())
|
|
||||||
obj2.testEntityID = 2
|
|
||||||
obj2.testString = "hahaha"
|
|
||||||
obj2.testNumber = 100
|
|
||||||
obj2.testDate = NSDate()
|
|
||||||
|
|
||||||
let obj3 = transaction.create(Into<TestEntity2>("Config2"))
|
|
||||||
obj3.testEntityID = 3
|
|
||||||
obj3.testString = "hahaha"
|
|
||||||
obj3.testNumber = 90
|
|
||||||
obj3.testDate = NSDate()
|
|
||||||
|
|
||||||
let obj4 = transaction.create(Into(TestEntity2.self, "Config2"))
|
|
||||||
obj4.testEntityID = 5
|
|
||||||
obj4.testString = "hohoho"
|
|
||||||
obj4.testNumber = 80
|
|
||||||
obj4.testDate = NSDate()
|
|
||||||
|
|
||||||
|
|
||||||
transaction.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let obj4 = transaction.create(Into<TestEntity2>())
|
|
||||||
obj4.testEntityID = 4
|
|
||||||
obj4.testString = "hehehehe"
|
|
||||||
obj4.testNumber = 80
|
|
||||||
obj4.testDate = NSDate()
|
|
||||||
|
|
||||||
let objs4test = transaction.fetchOne(
|
|
||||||
From<TestEntity2>("Config2"),
|
|
||||||
Where("testEntityID", isEqualTo: 4),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
|
|
||||||
fetchRequest.includesPendingChanges = true
|
|
||||||
}
|
|
||||||
)
|
|
||||||
XCTAssertNotNil(objs4test, "objs4test != nil")
|
|
||||||
|
|
||||||
let objs5test = transaction.fetchOne(
|
|
||||||
From(TestEntity2),
|
|
||||||
Where("testEntityID", isEqualTo: 4),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
|
|
||||||
fetchRequest.includesPendingChanges = false
|
|
||||||
}
|
|
||||||
)
|
|
||||||
XCTAssertNil(objs5test, "objs5test == nil")
|
|
||||||
|
|
||||||
// Dont commit1
|
|
||||||
}
|
|
||||||
|
|
||||||
transaction.commit { (result) -> Void in
|
|
||||||
|
|
||||||
let objs4test = CoreStore.fetchOne(
|
|
||||||
From(TestEntity2),
|
|
||||||
Where("testEntityID", isEqualTo: 4),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
|
|
||||||
fetchRequest.includesPendingChanges = false
|
|
||||||
}
|
|
||||||
)
|
|
||||||
XCTAssertNil(objs4test, "objs4test == nil")
|
|
||||||
|
|
||||||
let objs5test = detachedTransaction.fetchCount(From(TestEntity2))
|
|
||||||
XCTAssertTrue(objs5test == 3, "objs5test == 3")
|
|
||||||
|
|
||||||
XCTAssertTrue(NSThread.isMainThread(), "NSThread.isMainThread()")
|
|
||||||
switch result {
|
|
||||||
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
XCTAssertTrue(hasChanges, "hasChanges == true")
|
|
||||||
createExpectation.fulfill()
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let queryExpectation = self.expectationWithDescription("Query creation")
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let obj1 = transaction.fetchOne(From(TestEntity1))
|
|
||||||
XCTAssertNotNil(obj1, "obj1 != nil")
|
|
||||||
|
|
||||||
let objs2 = transaction.fetchAll(
|
|
||||||
From(TestEntity2),
|
|
||||||
Where("testNumber", isEqualTo: 100) || Where("%K == %@", "testNumber", 90),
|
|
||||||
OrderBy(.Ascending("testEntityID"), .Descending("testString")),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
|
|
||||||
fetchRequest.includesPendingChanges = true
|
|
||||||
}
|
|
||||||
)
|
|
||||||
XCTAssertNotNil(objs2, "objs2 != nil")
|
|
||||||
XCTAssertTrue(objs2?.count == 2, "objs2?.count == 2")
|
|
||||||
|
|
||||||
transaction.commit { (result) -> Void in
|
|
||||||
|
|
||||||
let counts = CoreStore.queryAttributes(
|
|
||||||
From(TestEntity2),
|
|
||||||
Select(.Count("testString", As: "count"), "testString"),
|
|
||||||
GroupBy("testString")
|
|
||||||
)
|
|
||||||
println(counts)
|
|
||||||
|
|
||||||
XCTAssertTrue(NSThread.isMainThread(), "NSThread.isMainThread()")
|
|
||||||
switch result {
|
|
||||||
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
XCTAssertFalse(hasChanges, "hasChanges == false")
|
|
||||||
queryExpectation.fulfill()
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.waitForExpectationsWithTimeout(100, handler: nil)
|
|
||||||
|
|
||||||
let max1 = CoreStore.queryValue(
|
|
||||||
From(TestEntity2),
|
|
||||||
Select<Int>(.Maximum("testNumber"))
|
|
||||||
)
|
|
||||||
XCTAssertTrue(max1 == 100, "max == 100 (actual: \(max1))")
|
|
||||||
|
|
||||||
let max2 = CoreStore.queryValue(
|
|
||||||
From(TestEntity2),
|
|
||||||
Select<NSNumber>(.Maximum("testNumber")),
|
|
||||||
Where("%K > %@", "testEntityID", 2)
|
|
||||||
)
|
|
||||||
XCTAssertTrue(max2 == 90, "max == 90 (actual: \(max2))")
|
|
||||||
|
|
||||||
CoreStore.beginSynchronous { (transaction) -> Void in
|
|
||||||
|
|
||||||
let numberOfDeletedObjects1 = transaction.deleteAll(From(TestEntity1))
|
|
||||||
XCTAssertTrue(numberOfDeletedObjects1 == 1, "numberOfDeletedObjects1 == 1 (actual: \(numberOfDeletedObjects1))")
|
|
||||||
|
|
||||||
let numberOfDeletedObjects2 = transaction.deleteAll(
|
|
||||||
From(TestEntity2),
|
|
||||||
Where("%K > %@", "testEntityID", 2)
|
|
||||||
)
|
|
||||||
XCTAssertTrue(numberOfDeletedObjects2 == 2, "numberOfDeletedObjects2 == 2 (actual: \(numberOfDeletedObjects2))")
|
|
||||||
|
|
||||||
transaction.commit()
|
|
||||||
}
|
|
||||||
|
|
||||||
let objs1 = CoreStore.fetchAll(From(TestEntity1))
|
|
||||||
XCTAssertNotNil(objs1, "objs1 != nil")
|
|
||||||
XCTAssertTrue(objs1?.count == 0, "objs1?.count == 0")
|
|
||||||
|
|
||||||
let objs2 = CoreStore.fetchAll(From(TestEntity2))
|
|
||||||
XCTAssertNotNil(objs2, "objs2 != nil")
|
|
||||||
XCTAssertTrue(objs2?.count == 1, "objs2?.count == 1")
|
|
||||||
|
|
||||||
let detachedExpectation = self.expectationWithDescription("Query creation")
|
|
||||||
|
|
||||||
let obj5 = detachedTransaction.create(Into<TestEntity1>("Config1"))
|
|
||||||
obj5.testEntityID = 5
|
|
||||||
obj5.testString = "hihihi"
|
|
||||||
obj5.testNumber = 70
|
|
||||||
obj5.testDate = NSDate()
|
|
||||||
|
|
||||||
detachedTransaction.commit { (result) -> Void in
|
|
||||||
|
|
||||||
XCTAssertTrue(NSThread.isMainThread(), "NSThread.isMainThread()")
|
|
||||||
switch result {
|
|
||||||
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
XCTAssertTrue(hasChanges, "hasChanges == true")
|
|
||||||
|
|
||||||
let count: Int? = CoreStore.queryValue(
|
|
||||||
From(TestEntity1),
|
|
||||||
Select(.Count("testNumber"))
|
|
||||||
)
|
|
||||||
XCTAssertTrue(count == 1, "count == 1 (actual: \(count))")
|
|
||||||
|
|
||||||
let obj6 = detachedTransaction.create(Into<TestEntity1>())
|
|
||||||
obj6.testEntityID = 6
|
|
||||||
obj6.testString = "huehuehue"
|
|
||||||
obj6.testNumber = 130
|
|
||||||
obj6.testDate = NSDate()
|
|
||||||
|
|
||||||
detachedTransaction.commit { (result) -> Void in
|
|
||||||
|
|
||||||
XCTAssertTrue(NSThread.isMainThread(), "NSThread.isMainThread()")
|
|
||||||
switch result {
|
|
||||||
|
|
||||||
case .Success(let hasChanges):
|
|
||||||
XCTAssertTrue(hasChanges, "hasChanges == true")
|
|
||||||
|
|
||||||
let count = CoreStore.queryValue(
|
|
||||||
From(TestEntity1),
|
|
||||||
Select<Int>(.Count("testNumber"))
|
|
||||||
)
|
|
||||||
XCTAssertTrue(count == 2, "count == 2 (actual: \(count))")
|
|
||||||
|
|
||||||
detachedExpectation.fulfill()
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
case .Failure(let error):
|
|
||||||
XCTFail(error.description)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.waitForExpectationsWithTimeout(100, handler: nil)
|
|
||||||
}
|
|
||||||
|
|
||||||
private func deleteStores() {
|
|
||||||
|
|
||||||
NSFileManager.defaultManager().removeItemAtURL(
|
|
||||||
NSFileManager.defaultManager().URLsForDirectory(.ApplicationSupportDirectory, inDomains: .UserDomainMask).first as! NSURL,
|
|
||||||
error: nil
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.johnestropia.$(PRODUCT_NAME:rfc1034identifier)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>BNDL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="7701" systemVersion="14D136" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
|
|
||||||
<entity name="TestEntity1AAA" representedClassName="CoreStoreTests.TestEntity1" syncable="YES">
|
|
||||||
<attribute name="testDate" optional="YES" attributeType="Date" syncable="YES"/>
|
|
||||||
<attribute name="testEntityID" attributeType="Integer 64" syncable="YES"/>
|
|
||||||
<attribute name="testNumber" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
||||||
<attribute name="testString" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
</entity>
|
|
||||||
<entity name="TestEntity2" representedClassName="CoreStoreTests.TestEntity2" syncable="YES">
|
|
||||||
<attribute name="testDate" optional="YES" attributeType="Date" syncable="YES"/>
|
|
||||||
<attribute name="testEntityID" attributeType="Integer 64" syncable="YES"/>
|
|
||||||
<attribute name="testNumber" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
||||||
<attribute name="testString" optional="YES" attributeType="String" syncable="YES"/>
|
|
||||||
</entity>
|
|
||||||
<configuration name="Config1">
|
|
||||||
<memberEntity name="TestEntity1AAA"/>
|
|
||||||
</configuration>
|
|
||||||
<configuration name="Config2">
|
|
||||||
<memberEntity name="TestEntity2"/>
|
|
||||||
</configuration>
|
|
||||||
<elements>
|
|
||||||
<element name="TestEntity1AAA" positionX="-63" positionY="-18" width="128" height="105"/>
|
|
||||||
<element name="TestEntity2" positionX="-63" positionY="9" width="128" height="105"/>
|
|
||||||
</elements>
|
|
||||||
</model>
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
//
|
|
||||||
// TestEntity1.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
class TestEntity1: NSManagedObject {
|
|
||||||
|
|
||||||
@NSManaged var testEntityID: NSNumber?
|
|
||||||
@NSManaged var testString: String?
|
|
||||||
@NSManaged var testNumber: NSNumber?
|
|
||||||
@NSManaged var testDate: NSDate?
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
//
|
|
||||||
// TestEntity1.swift
|
|
||||||
// CoreStore
|
|
||||||
//
|
|
||||||
// Copyright (c) 2014 John Rommel Estropia
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
|
||||||
// in the Software without restriction, including without limitation the rights
|
|
||||||
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
// copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in all
|
|
||||||
// copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
// SOFTWARE.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import CoreData
|
|
||||||
|
|
||||||
class TestEntity2: NSManagedObject {
|
|
||||||
|
|
||||||
@NSManaged var testEntityID: NSNumber?
|
|
||||||
@NSManaged var testString: String?
|
|
||||||
@NSManaged var testNumber: NSNumber?
|
|
||||||
@NSManaged var testDate: NSDate?
|
|
||||||
|
|
||||||
var testProperty: NSNumber?
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2014 John Rommel Estropia
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
Submodule Libraries/GCDKit deleted from 49b46e089e
@@ -1,195 +0,0 @@
|
|||||||
# CoreStore
|
|
||||||
[](http://cocoadocs.org/docsets/CoreStore)
|
|
||||||
[](http://cocoadocs.org/docsets/CoreStore)
|
|
||||||
[](http://cocoadocs.org/docsets/CoreStore)
|
|
||||||
|
|
||||||
Simple, elegant, and smart Core Data programming with Swift
|
|
||||||
(Swift, iOS 8+)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
|
||||||
- Supports multiple persistent stores per *data stack*, just the way .xcdatamodeld files are supposed to. CoreStore will also manage one *data stack* by default, but you can create and manage as many as you need.
|
|
||||||
- Ability to plug-in your own logging framework (or any of your favorite 3rd-party logger)
|
|
||||||
- Gets around a limitation with other Core Data wrappers where the entity name should be the same as the `NSManagedObject` subclass name. CoreStore loads entity-to-class mappings from the .xcdatamodeld file, so you are free to name them independently.
|
|
||||||
- Observe a list of `NSManagedObject`'s using `ManagedObjectListController`, a clean wrapper for `NSFetchedResultsController`. Another controller, `ManagedObjectController`, lets you observe changes for a single object without using KVO. Both controllers can have multiple observers as well, so there is no extra overhead when sharing the same data source for multiple screens.
|
|
||||||
- Makes it hard to fall into common concurrency mistakes. All `NSManagedObjectContext` tasks are encapsulated into safer, higher-level abstractions without sacrificing flexibility and customizability.
|
|
||||||
- Provides convenient API for common use cases.
|
|
||||||
- Clean API designed around Swift’s code elegance and type safety.
|
|
||||||
|
|
||||||
#### TL;DR sample codes
|
|
||||||
|
|
||||||
Quick-setup:
|
|
||||||
```swift
|
|
||||||
CoreStore.addSQLiteStore("MyStore.sqlite")
|
|
||||||
```
|
|
||||||
|
|
||||||
Simple transactions:
|
|
||||||
```swift
|
|
||||||
CoreStore.beginAsynchronous { (transaction) -> Void in
|
|
||||||
let object = transaction.create(MyEntity)
|
|
||||||
object.entityID = 1
|
|
||||||
object.name = "test entity"
|
|
||||||
|
|
||||||
transaction.commit { (result) -> Void in
|
|
||||||
switch result {
|
|
||||||
case .Success(let hasChanges): println("success!")
|
|
||||||
case .Failure(let error): println(error)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Easy fetching:
|
|
||||||
```swift
|
|
||||||
let objects = CoreStore.fetchAll(From(MyEntity))
|
|
||||||
```
|
|
||||||
```swift
|
|
||||||
let objects = CoreStore.fetchAll(
|
|
||||||
From(MyEntity),
|
|
||||||
Where("entityID", isEqualTo: 1),
|
|
||||||
OrderBy(.Ascending("entityID"), .Descending("name")),
|
|
||||||
Tweak { (fetchRequest) -> Void in
|
|
||||||
fetchRequest.includesPendingChanges = true
|
|
||||||
}
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
Simple queries:
|
|
||||||
```swift
|
|
||||||
let count = CoreStore.queryValue(
|
|
||||||
From(MyEntity),
|
|
||||||
Select<Int>(.Count("entityID"))
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Quick jumps
|
|
||||||
|
|
||||||
- [Architecture](#architecture)
|
|
||||||
- [Setting up](#setup)
|
|
||||||
- [Saving and processing transactions](#transactions)
|
|
||||||
- [Fetching and querying](#fetch_query)
|
|
||||||
- [Logging and error handling](#logging)
|
|
||||||
- [Observing changes and notifications](#observing)
|
|
||||||
- [Importing data](#importing)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="architecture">Architecture</a>
|
|
||||||
For maximum safety and performance, CoreStore will enforce coding patterns and practices it was designed for. (Don't worry, it's not as scary as it sounds.) But it is advisable to understand the "magic" of CoreStore before you use it in your apps.
|
|
||||||
|
|
||||||
If you are already familiar with the inner workings of CoreData, here is a mapping of `CoreStore` abstractions:
|
|
||||||
|
|
||||||
| *Core Data* | *CoreStore* |
|
|
||||||
| --- | --- |
|
|
||||||
| `NSManagedObjectModel` / `NSPersistentStoreCoordinator`<br />(.xcdatamodeld file) | `DataStack` |
|
|
||||||
| `NSPersistentStore`<br />("Configuration"s in the .xcdatamodeld file) | `DataStack` configuration<br />(multiple sqlite / in-memory stores per stack) |
|
|
||||||
| `NSManagedObjectContext` | `BaseDataTransaction` subclasses<br />(`SynchronousDataTransaction`, `AsynchronousDataTransaction`, `DetachedDataTransaction`) |
|
|
||||||
|
|
||||||
Popular libraries [RestKit](https://github.com/RestKit/RestKit) and [MagicalRecord](https://github.com/magicalpanda/MagicalRecord) set up their `NSManagedObjectContext`s this way:
|
|
||||||
|
|
||||||
<img src="https://cloud.githubusercontent.com/assets/3029684/6734049/40579660-ce99-11e4-9d38-829877386afb.png" alt="nested contexts" height=271 />
|
|
||||||
|
|
||||||
This ensures maximum data integrity between contexts without blocking the main queue. But as <a href="http://floriankugler.com/2013/04/29/concurrent-core-data-stack-performance-shootout/">Florian Kugler's investigation</a> found out, merging contexts is still by far faster than saving nested contexts. CoreStore's `DataStack` takes the best of both worlds by treating the main `NSManagedObjectContext` as a read-only context, and only allows changes to be made within *transactions*:
|
|
||||||
|
|
||||||
<img src="https://cloud.githubusercontent.com/assets/3029684/6734050/4078b642-ce99-11e4-95ea-c0c1d24fbe80.png" alt="nested contexts and merge hybrid" height=212 />
|
|
||||||
|
|
||||||
This allows for a butter-smooth main thread, while still taking advantage of safe nested contexts.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="setup">Setting up</a>
|
|
||||||
The simplest way to initialize CoreStore is to add a default store to the default stack:
|
|
||||||
```swift
|
|
||||||
CoreStore.defaultStack.addSQLiteStore()
|
|
||||||
```
|
|
||||||
This one-liner does the following:
|
|
||||||
- Triggers the lazy-initialization of `CoreStore.defaultStack` with a default `DataStack`
|
|
||||||
- Sets up the stack's `NSPersistentStoreCoordinator`, the root saving `NSManagedObjectContext`, and the read-only main `NSManagedObjectContext`
|
|
||||||
- Adds an automigrating SQLite store in the *"Application Support"* directory with the file name *"[App bundle name].sqlite"*
|
|
||||||
- Creates and returns the `NSPersistentStore` instance on success, or an `NSError` on failure
|
|
||||||
|
|
||||||
For most cases, this configuration is usable as it is. But for more hardcore settings, refer to this extensive example:
|
|
||||||
```swift
|
|
||||||
let dataStack = DataStack(modelName: "MyModel") // loads from the "MyModel.xcdatamodeld" file
|
|
||||||
|
|
||||||
switch dataStack.addInMemoryStore(configuration: "Config1") { // creates an in-memory store with entities from the "Config1" configuration in the .xcdatamodeld file
|
|
||||||
case .Success(let persistentStore): // persistentStore is an NSPersistentStore instance
|
|
||||||
println("Successfully created an in-memory store: \(persistentStore)"
|
|
||||||
case .Failure(let error): // error is an NSError instance
|
|
||||||
println("Failed creating an in-memory store with error: \(error.description)"
|
|
||||||
}
|
|
||||||
|
|
||||||
switch dataStack.addSQLiteStore(
|
|
||||||
fileURL: sqliteFileURL, // set the target file URL for the sqlite file
|
|
||||||
configuration: "Config2", // use entities from the "Config2" configuration in the .xcdatamodeld file
|
|
||||||
automigrating: true, // automatically run lightweight migrations or entity policy migrations when needed
|
|
||||||
resetStoreOnMigrationFailure: true) { // delete and recreate the sqlite file when migration conflicts occur (useful when debugging)
|
|
||||||
case .Success(let persistentStore): // persistentStore is an NSPersistentStore instance
|
|
||||||
println("Successfully created an sqlite store: \(persistentStore)"
|
|
||||||
case .Failure(let error): // error is an NSError instance
|
|
||||||
println("Failed creating an sqlite store with error: \(error.description)"
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreStore.defaultStack = dataStack // pass the dataStack to CoreStore for easier access later on
|
|
||||||
```
|
|
||||||
|
|
||||||
Note that you dont need to do the `CoreStore.defaultStack = dataStack` line. You can just as well hold a stack like below and call all methods directly from the `DataStack` instance:
|
|
||||||
```swift
|
|
||||||
class MyViewController: UIViewController {
|
|
||||||
let dataStack = DataStack(modelName: "MyModel")
|
|
||||||
override func viewDidLoad() {
|
|
||||||
super.viewDidLoad()
|
|
||||||
self.dataStack.addSQLiteStore()
|
|
||||||
}
|
|
||||||
func methodToBeCalledLaterOn() {
|
|
||||||
let objects = self.dataStack.fetchAll(From(MyEntity))
|
|
||||||
println(objects)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
The difference is when you set the stack as the `CoreStore.defaultStack`, you can call the stack's methods directly from `CoreStore` itself:
|
|
||||||
```swift
|
|
||||||
|
|
||||||
class MyViewController: UIViewController {
|
|
||||||
override func viewDidLoad() {
|
|
||||||
super.viewDidLoad()
|
|
||||||
CoreStore.addSQLiteStore()
|
|
||||||
}
|
|
||||||
func methodToBeCalledLaterOn() {
|
|
||||||
let objects = CoreStore.fetchAll(From(MyEntity))
|
|
||||||
println(objects)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Check out the *CoreStore.swift* and *DataStack.swift files* if you want to explore the inner workings of the data stack.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="transactions">Saving and processing transactions</a>
|
|
||||||
(implemented; README pending)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="fetch_query">Fetching and querying</a>
|
|
||||||
(implemented; README pending)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="logging">Logging and error handling</a>
|
|
||||||
(implemented; README pending)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="observing">Observing changes and notifications</a>
|
|
||||||
(implemented; README pending)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## <a name="importing">Importing data</a>
|
|
||||||
(currently implementing)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+19
@@ -0,0 +1,19 @@
|
|||||||
|
# Welcome to Jekyll!
|
||||||
|
#
|
||||||
|
# This config file is meant for settings that affect your whole blog, values
|
||||||
|
# which you are expected to set up once and rarely need to edit after that.
|
||||||
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||||
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||||
|
|
||||||
|
# Site settings
|
||||||
|
title: CoreStore
|
||||||
|
email: rommel.estropia@gmail.com
|
||||||
|
description: > # this means to ignore newlines until "baseurl:"
|
||||||
|
Unleashing the real power of Core Data with the elegance and safety of Swift
|
||||||
|
baseurl: "/CoreStore" # the subpath of your site, e.g. /blog
|
||||||
|
url: "http://JohnEstropia.github.io/" # the base hostname & protocol for your site
|
||||||
|
twitter_username: JohnEstropia
|
||||||
|
github_username: JohnEstropia
|
||||||
|
|
||||||
|
# Build settings
|
||||||
|
markdown: kramdown
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,38 @@
|
|||||||
|
<footer class="site-footer">
|
||||||
|
|
||||||
|
<div class="wrapper">
|
||||||
|
|
||||||
|
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||||
|
|
||||||
|
<div class="footer-col-wrapper">
|
||||||
|
<div class="footer-col footer-col-1">
|
||||||
|
<ul class="contact-list">
|
||||||
|
<li>{{ site.title }}</li>
|
||||||
|
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer-col footer-col-2">
|
||||||
|
<ul class="social-media-list">
|
||||||
|
{% if site.github_username %}
|
||||||
|
<li>
|
||||||
|
{% include icon-github.html username=site.github_username %}
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if site.twitter_username %}
|
||||||
|
<li>
|
||||||
|
{% include icon-twitter.html username=site.twitter_username %}
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer-col footer-col-3">
|
||||||
|
<p>{{ site.description }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</footer>
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
||||||
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||||
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||||
|
</head>
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<header class="site-header">
|
||||||
|
|
||||||
|
<div class="wrapper">
|
||||||
|
|
||||||
|
<nav class="site-nav">
|
||||||
|
<a href="#" class="menu-icon">
|
||||||
|
<svg viewBox="0 0 18 15">
|
||||||
|
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
|
||||||
|
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
|
||||||
|
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="trigger">
|
||||||
|
{% for my_page in site.pages %}
|
||||||
|
{% if my_page.title %}
|
||||||
|
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</header>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
|
||||||
|
After Width: | Height: | Size: 926 B |
@@ -0,0 +1 @@
|
|||||||
|
<a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 16 16"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>
|
||||||
|
After Width: | Height: | Size: 787 B |
@@ -0,0 +1,20 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
{% include head.html %}
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
{% include header.html %}
|
||||||
|
|
||||||
|
<div class="page-content">
|
||||||
|
<div class="wrapper">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<header class="post-header">
|
||||||
|
<h1 class="post-title">{{ page.title }}</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
||||||
|
|
||||||
|
<header class="post-header">
|
||||||
|
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
|
||||||
|
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content" itemprop="articleBody">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user