diff --git a/Carthage/Build/iOS/CoreStore.framework/CoreStore b/Carthage/Build/iOS/CoreStore.framework/CoreStore new file mode 100755 index 0000000..4113871 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/CoreStore differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib new file mode 100755 index 0000000..0211c58 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCore.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib new file mode 100755 index 0000000..04e140c Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreGraphics.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib new file mode 100755 index 0000000..7260e22 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftCoreImage.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib new file mode 100755 index 0000000..65abab6 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDarwin.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib new file mode 100755 index 0000000..a7d7487 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftDispatch.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib new file mode 100755 index 0000000..c6b77a9 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftFoundation.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib new file mode 100755 index 0000000..f60b2c3 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftObjectiveC.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib new file mode 100755 index 0000000..e00ce88 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftSecurity.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib new file mode 100755 index 0000000..cdadb0d Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Frameworks/libswiftUIKit.dylib differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h b/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h new file mode 100644 index 0000000..7d6f758 --- /dev/null +++ b/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore-Swift.h @@ -0,0 +1,164 @@ +// 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 new file mode 100644 index 0000000..e8daf7f --- /dev/null +++ b/Carthage/Build/iOS/CoreStore.framework/Headers/CoreStore.h @@ -0,0 +1,30 @@ +// +// 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 new file mode 100644 index 0000000..6e77cd4 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Info.plist 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 new file mode 100644 index 0000000..d4c170e Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftdoc 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 new file mode 100644 index 0000000..2cf9488 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm.swiftmodule 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 new file mode 100644 index 0000000..3f48a47 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftdoc 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 new file mode 100644 index 0000000..c17108b Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/arm64.swiftmodule 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 new file mode 100644 index 0000000..76c6981 Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftdoc 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 new file mode 100644 index 0000000..311155b Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/i386.swiftmodule 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 new file mode 100644 index 0000000..ad04a5e Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftdoc 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 new file mode 100644 index 0000000..94d0d3d Binary files /dev/null and b/Carthage/Build/iOS/CoreStore.framework/Modules/CoreStore.swiftmodule/x86_64.swiftmodule differ diff --git a/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap b/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap new file mode 100644 index 0000000..c66a0e9 --- /dev/null +++ b/Carthage/Build/iOS/CoreStore.framework/Modules/module.modulemap @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..7f740a4 --- /dev/null +++ b/Carthage/Build/iOS/CoreStore.framework/_CodeSignature/CodeResources @@ -0,0 +1,239 @@ + + + + + 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/xcuserdata/johnestropia.xcuserdatad/xcschemes/CoreStore.xcscheme b/CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme similarity index 100% rename from CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/CoreStore.xcscheme rename to CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme diff --git a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist b/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist index 081023b..ea31a4b 100644 --- a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,7 +4,7 @@ SchemeUserState - CoreStore.xcscheme + CoreStore.xcscheme_^#shared#^_ orderHint 0 diff --git a/CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcshareddata/CoreStoreDemo.xccheckout b/CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcshareddata/CoreStoreDemo.xccheckout index e76891f..a385032 100644 --- a/CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcshareddata/CoreStoreDemo.xccheckout +++ b/CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcshareddata/CoreStoreDemo.xccheckout @@ -7,7 +7,7 @@ IDESourceControlProjectIdentifier B6855E48-4B19-4321-B1C7-CB2706E12777 IDESourceControlProjectName - CoreStoreDemo + project IDESourceControlProjectOriginsDictionary 4B60F1BCB491FF717C56441AE7783C74F417BE48 @@ -16,13 +16,13 @@ github.com:JohnEstropia/GCDKit.git IDESourceControlProjectPath - CoreStoreDemo/CoreStoreDemo.xcodeproj + CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace IDESourceControlProjectRelativeInstallPathDictionary 4B60F1BCB491FF717C56441AE7783C74F417BE48 ../../.. 8B2E522D57154DFA93A06982C36315ECBEA4FA97 - ../../../Libraries/GCDKit + ../../..Libraries/GCDKit/ IDESourceControlProjectURL github.com:JohnEstropia/CoreStore.git diff --git a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index fe2b454..a09cc29 100644 --- a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -2,4 +2,38 @@ + + + + + + + + + + diff --git a/README.md b/README.md index e5db938..c0fd262 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Version](https://img.shields.io/cocoapods/v/CoreStore.svg?style=flat)](http://cocoadocs.org/docsets/CoreStore) [![Platform](https://img.shields.io/cocoapods/p/CoreStore.svg?style=flat)](http://cocoadocs.org/docsets/CoreStore) [![License](https://img.shields.io/cocoapods/l/CoreStore.svg?style=flat)](https://raw.githubusercontent.com/JohnEstropia/CoreStore/master/LICENSE) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) Simple, elegant, and smart Core Data programming with Swift (Swift, iOS 8+) @@ -757,6 +758,11 @@ pod 'CoreStore' ``` This installs CoreStore as a framework. Declare `import CoreStore` in your swift file to use the library. +### Install with Carthage +``` +github "JohnEstropia/CoreStore" >= 0.2.0 +``` + ### Install as Git Submodule ``` git submodule add https://github.com/JohnEstropia/CoreStore.git