diff --git a/.gitignore b/.gitignore index a1a4cb5..1854df2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ HardcoreData.xcodeproj/xcuserdata HardcoreDataDemo/HardcoreDataDemo.xcodeproj/xcuserdata HardcoreDataDemo/HardcoreDataDemo.xcodeproj/project.xcworkspace/xcuserdata +CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcuserdata +CoreStore.xcodeproj/project.xcworkspace/xcuserdata +CoreStore.xcodeproj/xcuserdata diff --git a/Carthage/Build/iOS/CoreStore.framework/CoreStore b/Carthage/Build/iOS/CoreStore.framework/CoreStore deleted file mode 100755 index 4113871..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/CoreStore and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib deleted file mode 100755 index 0211c58..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib deleted file mode 100755 index 04e140c..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib deleted file mode 100755 index 7260e22..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib deleted file mode 100755 index 65abab6..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib deleted file mode 100755 index a7d7487..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib deleted file mode 100755 index c6b77a9..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib deleted file mode 100755 index f60b2c3..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib deleted file mode 100755 index e00ce88..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib deleted file mode 100755 index cdadb0d..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h b/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h deleted file mode 100644 index 7d6f758..0000000 --- a/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h +++ /dev/null @@ -1,164 +0,0 @@ -// Generated by Apple Swift version 1.2 (swiftlang-602.0.53.1 clang-602.0.53) -#pragma clang diagnostic push - -#if defined(__has_include) && __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if defined(__has_include) && __has_include() -# include -#elif !defined(__cplusplus) || __cplusplus < 201103L -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -#endif - -typedef struct _NSZone NSZone; - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif - -#if defined(__has_attribute) && __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if defined(__has_attribute) && __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_EXTRA _name : _type -#endif -#if __has_feature(nullability) -# define SWIFT_NULLABILITY(X) X -#else -# if !defined(__nonnull) -# define __nonnull -# endif -# if !defined(__nullable) -# define __nullable -# endif -# if !defined(__null_unspecified) -# define __null_unspecified -# endif -# define SWIFT_NULLABILITY(X) -#endif -#if defined(__has_feature) && __has_feature(modules) -@import Foundation; -@import CoreData; -#endif - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" - -@interface NSData (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - - -@interface NSDate (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - - -@interface NSDecimalNumber (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - -@class NSString; - -@interface NSDictionary (SWIFT_EXTENSION(CoreStore)) -+ (NSArray * __nonnull)fromResultObjects:(NSArray * __nonnull)result; -@end - - -@interface NSError (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObject (SWIFT_EXTENSION(CoreStore)) -- (id __nullable)accessValueForKVCKey:(NSString * __nonnull)KVCKey; -- (void)setValue:(id __nullable)value forKVCKey:(NSString * __nonnull)KVCKey; -@end - - -@interface NSManagedObject (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObjectContext (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObjectContext (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObjectContext (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObjectContext (SWIFT_EXTENSION(CoreStore)) -@end - - -@interface NSManagedObjectID (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - - -@interface NSNumber (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - - -@interface NSString (SWIFT_EXTENSION(CoreStore)) -+ (NSAttributeType)attributeType; -+ (SWIFT_NULLABILITY(nullable) instancetype)fromResultObject:(id __nonnull)result; -@end - -#pragma clang diagnostic pop diff --git a/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore.h b/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore.h deleted file mode 100644 index e8daf7f..0000000 --- a/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore.h +++ /dev/null @@ -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 - -FOUNDATION_EXPORT double CoreStoreVersionNumber; -FOUNDATION_EXPORT const unsigned char CoreStoreVersionString[]; - diff --git a/Carthage/Build/iOS/CoreStore.framework/Info.plist b/Carthage/Build/iOS/CoreStore.framework/Info.plist deleted file mode 100644 index 6e77cd4..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Info.plist and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftdoc b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftdoc deleted file mode 100644 index d4c170e..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftdoc and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftmodule b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftmodule deleted file mode 100644 index 2cf9488..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftmodule and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftdoc b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 3f48a47..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftmodule b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftmodule deleted file mode 100644 index c17108b..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftmodule and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftdoc b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftdoc deleted file mode 100644 index 76c6981..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftdoc and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftmodule b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftmodule deleted file mode 100644 index 311155b..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftmodule and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftdoc b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index ad04a5e..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftmodule b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftmodule deleted file mode 100644 index 94d0d3d..0000000 Binary files a/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftmodule and /dev/null differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap b/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap deleted file mode 100644 index c66a0e9..0000000 --- a/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap +++ /dev/null @@ -1,10 +0,0 @@ -framework module CoreStore { - umbrella header "CoreStore.h" - - export * - module * { export * } -} - -module CoreStore.Swift { - header "CoreStore-Swift.h" -} diff --git a/Carthage/Build/iOS/CoreStore.framework/_CodeSignature/CodeResources b/Carthage/Build/iOS/CoreStore.framework/_CodeSignature/CodeResources deleted file mode 100644 index 7f740a4..0000000 --- a/Carthage/Build/iOS/CoreStore.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,239 +0,0 @@ - - - - - files - - Frameworks/libswiftCore.dylib - - Bxh6pAxLvEowGFOqeObeZEO/d/s= - - Frameworks/libswiftCoreGraphics.dylib - - LuYgZvQ55ZOAelbxSuDuU+9xQdA= - - Frameworks/libswiftCoreImage.dylib - - BJgOmIJ5oAky+wBB+8EMlqs3RtA= - - Frameworks/libswiftDarwin.dylib - - kNGgjmq/uZnrCPevOBo7OZwPDLY= - - Frameworks/libswiftDispatch.dylib - - Ej8g9CN7NY2sPSvc3sQk2QYpaAE= - - Frameworks/libswiftFoundation.dylib - - ibxOSmeuiboNtd+a/k0vtwZu/l0= - - Frameworks/libswiftObjectiveC.dylib - - ZR7Bctsxlu5Zjw8V4Basrm5oSLU= - - Frameworks/libswiftSecurity.dylib - - DDQy/uPA8H383+bIotmEaRhAt4Q= - - Frameworks/libswiftUIKit.dylib - - YjIyhtoVSrjXMu4dRos7u1SB+zI= - - Headers/CoreStore-Swift.h - - QE9jC7WSISNhAH5NCilawuY2tnA= - - Headers/CoreStore.h - - GX/hpwtdJPwJLJBc7TxXHRhhPzs= - - Info.plist - - xdsIEnRbbkJSysMp46DpodaaLbs= - - Modules/CoreStore.swiftmodule/arm.swiftdoc - - JK2mAT9oXVPd0UT630K8YHslluY= - - Modules/CoreStore.swiftmodule/arm.swiftmodule - - zGYm7riHttlk/0172YWBuxRycj4= - - Modules/CoreStore.swiftmodule/arm64.swiftdoc - - +exhD17yctNjNqUQ/ghD0yuHnQg= - - Modules/CoreStore.swiftmodule/arm64.swiftmodule - - gDky+h2d8WN+Lq0SMIUUOCeLtMA= - - Modules/module.modulemap - - J41r12Y4683/INrPJs5823kVbXE= - - - files2 - - Frameworks/libswiftCore.dylib - - Bxh6pAxLvEowGFOqeObeZEO/d/s= - - Frameworks/libswiftCoreGraphics.dylib - - LuYgZvQ55ZOAelbxSuDuU+9xQdA= - - Frameworks/libswiftCoreImage.dylib - - BJgOmIJ5oAky+wBB+8EMlqs3RtA= - - Frameworks/libswiftDarwin.dylib - - kNGgjmq/uZnrCPevOBo7OZwPDLY= - - Frameworks/libswiftDispatch.dylib - - Ej8g9CN7NY2sPSvc3sQk2QYpaAE= - - Frameworks/libswiftFoundation.dylib - - ibxOSmeuiboNtd+a/k0vtwZu/l0= - - Frameworks/libswiftObjectiveC.dylib - - ZR7Bctsxlu5Zjw8V4Basrm5oSLU= - - Frameworks/libswiftSecurity.dylib - - DDQy/uPA8H383+bIotmEaRhAt4Q= - - Frameworks/libswiftUIKit.dylib - - YjIyhtoVSrjXMu4dRos7u1SB+zI= - - Headers/CoreStore-Swift.h - - QE9jC7WSISNhAH5NCilawuY2tnA= - - Headers/CoreStore.h - - GX/hpwtdJPwJLJBc7TxXHRhhPzs= - - Modules/CoreStore.swiftmodule/arm.swiftdoc - - JK2mAT9oXVPd0UT630K8YHslluY= - - Modules/CoreStore.swiftmodule/arm.swiftmodule - - zGYm7riHttlk/0172YWBuxRycj4= - - Modules/CoreStore.swiftmodule/arm64.swiftdoc - - +exhD17yctNjNqUQ/ghD0yuHnQg= - - Modules/CoreStore.swiftmodule/arm64.swiftmodule - - gDky+h2d8WN+Lq0SMIUUOCeLtMA= - - Modules/module.modulemap - - J41r12Y4683/INrPJs5823kVbXE= - - - rules - - ^ - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^ - - weight - 20 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings b/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings deleted file mode 100644 index 659c876..0000000 --- a/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,10 +0,0 @@ - - - - - HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges - - SnapshotAutomaticallyBeforeSignificantChanges - - - diff --git a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist b/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index ea31a4b..0000000 --- a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - CoreStore.xcscheme_^#shared#^_ - - orderHint - 0 - - - SuppressBuildableAutocreation - - 2F03A52F19C5C6DA005002A5 - - primary - - - 2F03A53A19C5C6DA005002A5 - - primary - - - - - diff --git a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist b/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 3ee8606..0000000 --- a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - SchemeUserState - - CoreStoreDemo.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - B54AAD481AF4D26E00848AE0 - - primary - - - - -