diff --git a/.travis.yml b/.travis.yml index c8ad56e..314b3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode10 +osx_image: xcode10.2 sudo: false git: submodules: false @@ -24,13 +24,8 @@ env: before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet - - curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.26.0/Carthage.pkg" - - sudo installer -pkg "Carthage.pkg" -target / - - rm "Carthage.pkg" - npm install ios-sim -g - ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-8, 11.0" -before_script: - - carthage update --use-submodules script: - set -o pipefail - xcodebuild -version diff --git a/CoreStore.podspec b/CoreStore.podspec index 845654a..a1d1d18 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "CoreStore" - s.version = "6.2.1" - s.swift_version = "4.2" + s.version = "6.3.0" + s.swift_version = "5.0" s.license = "MIT" s.homepage = "https://github.com/JohnEstropia/CoreStore" s.documentation_url = "https://JohnEstropia.github.io/CoreStore" diff --git a/docs/Classes.html b/docs/Classes.html index a817650..c1c4222 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -23,7 +23,7 @@ CoreStore Docs - (88% documented) + (90% documented)
@@ -56,9 +56,6 @@
The AsynchronousDataTransaction provides an interface for DynamicObject creates, updates, and deletes. A transaction object should typically be only used from within a transaction block initiated from DataStack.perform(asynchronous:...), or from CoreStore.perform(synchronous:...).
The AsynchronousDataTransaction provides an interface for DynamicObject creates, updates, and deletes. A transaction object should typically be only used from within a transaction block initiated from DataStack.perform(asynchronous:...), or from CoreStore.perform(synchronous:...).
The CSMigrationResult serves as the Objective-C bridging type for MigrationResult.
The CSMigrationResult serves as the Objective-C bridging type for MigrationResult.
The CSSetupResult serves as the Objective-C bridging type for SetupResult.
The CSSetupResult serves as the Objective-C bridging type for SetupResult.
-
-
- ICloudStore
-
- A storage interface backed by an SQLite database managed by iCloud.
- - See more -Swift
-@available(*, deprecated, message: "Please see the release notes and Core Data documentation.")
-public final class ICloudStore : CloudStorage
-
- addObserver(_:) are not retained. Li
A SchemaMappingProvider that tries to infer model migration between two DynamicSchema versions by searching all xcmappingmodels from Bundle.allBundles or by relying on lightweight migration if possible. Throws an error if lightweight migration is impossible for the two DynamicSchema. This mapping is automatically used as a fallback mapping provider, even if no mapping providers are explicitly declared in the StorageInterface.
+
+ Note
+ For security reasons, InferredSchemaMappingProvider will not search Bundle.allFrameworks by default. If the xcmappingmodels are bundled within a framework, use XcodeSchemaMappingProvider instead and provide Bundle(for: <a class in the framework> to its initializer.
+
+
See more
@@ -3118,8 +3209,8 @@ Observers registered via addObserver(_:) are not retained. Li