From b2dba0d6fd0811ce688217b842c4177bd14a84b7 Mon Sep 17 00:00:00 2001
From: John Estropia
Date: Sun, 31 Mar 2019 00:29:43 +0900
Subject: [PATCH] update pod version and jazzy docs
---
.travis.yml | 7 +-
CoreStore.podspec | 4 +-
docs/Classes.html | 217 ++-
docs/Classes/AsynchronousDataTransaction.html | 177 ++-
docs/Classes/BaseDataTransaction.html | 471 ++++--
.../CSAsynchronousDataTransaction.html | 162 +-
docs/Classes/CSBaseDataTransaction.html | 162 +-
docs/Classes/CSCoreStore.html | 164 +-
docs/Classes/CSDataStack.html | 164 +-
docs/Classes/CSError.html | 162 +-
docs/Classes/CSFrom.html | 162 +-
docs/Classes/CSGroupBy.html | 162 +-
docs/Classes/CSInMemoryStore.html | 162 +-
docs/Classes/CSInto.html | 162 +-
docs/Classes/CSListMonitor.html | 169 ++-
docs/Classes/CSMigrationResult.html | 170 ++-
docs/Classes/CSMigrationType.html | 162 +-
docs/Classes/CSObjectMonitor.html | 162 +-
docs/Classes/CSOrderBy.html | 162 +-
docs/Classes/CSSQLiteStore.html | 162 +-
docs/Classes/CSSectionBy.html | 162 +-
docs/Classes/CSSelect.html | 162 +-
docs/Classes/CSSelectTerm.html | 162 +-
docs/Classes/CSSetupResult.html | 166 ++-
.../Classes/CSSynchronousDataTransaction.html | 162 +-
docs/Classes/CSTweak.html | 162 +-
docs/Classes/CSUnsafeDataModelSchema.html | 162 +-
docs/Classes/CSUnsafeDataTransaction.html | 162 +-
docs/Classes/CSWhere.html | 162 +-
docs/Classes/CSXcodeDataModelSchema.html | 162 +-
docs/Classes/CoreStoreObject.html | 162 +-
docs/Classes/CoreStoreObjectObjectDiff.html | 162 +-
docs/Classes/CoreStoreObjectOrderedDiff.html | 162 +-
.../CoreStoreObjectTransformableDiff.html | 162 +-
.../Classes/CoreStoreObjectUnorderedDiff.html | 162 +-
docs/Classes/CoreStoreObjectValueDiff.html | 162 +-
docs/Classes/CoreStoreSchema.html | 164 +-
docs/Classes/CustomSchemaMappingProvider.html | 162 +-
.../CustomMapping.html | 162 +-
.../UnsafeDestinationObject.html | 162 +-
.../UnsafeSourceObject.html | 162 +-
docs/Classes/DataStack.html | 493 ++++--
docs/Classes/DefaultLogger.html | 162 +-
docs/Classes/DynamicEntity.html | 162 +-
docs/Classes/Entity.html | 360 ++++-
docs/Classes/ICloudStore.html | 1309 ----------------
docs/Classes/InMemoryStore.html | 162 +-
.../InferredSchemaMappingProvider.html | 167 ++-
docs/Classes/ListMonitor.html | 280 +++-
docs/Classes/ObjectMonitor.html | 162 +-
docs/Classes/SQLiteStore.html | 162 +-
docs/Classes/SchemaHistory.html | 162 +-
docs/Classes/SynchronousDataTransaction.html | 162 +-
docs/Classes/UnsafeDataModelSchema.html | 162 +-
docs/Classes/UnsafeDataTransaction.html | 245 ++-
docs/Classes/UserInfo.html | 162 +-
docs/Classes/XcodeDataModelSchema.html | 164 +-
docs/Classes/XcodeSchemaMappingProvider.html | 162 +-
docs/Enums.html | 277 ++--
docs/Enums/CSErrorCode.html | 162 +-
docs/Enums/CSLocalStorageOptions.html | 162 +-
docs/Enums/CoreStore.html | 491 ++++--
docs/Enums/CoreStoreError.html | 193 ++-
docs/Enums/CoreStoreErrorCode.html | 189 ++-
docs/Enums/MigrationType.html | 162 +-
docs/Enums/RelationshipContainer.html | 162 +-
.../RelationshipContainer/ToManyOrdered.html | 162 +-
.../ToManyUnordered.html | 162 +-
docs/Enums/RelationshipContainer/ToOne.html | 162 +-
docs/Enums/SelectTerm.html | 202 ++-
docs/Enums/TransformableContainer.html | 162 +-
.../TransformableContainer/Optional.html | 162 +-
.../TransformableContainer/Required.html | 162 +-
docs/Enums/ValueContainer.html | 162 +-
docs/Enums/ValueContainer/Optional.html | 162 +-
docs/Enums/ValueContainer/Required.html | 162 +-
docs/Extensions.html | 284 +++-
docs/Extensions/Bool.html | 162 +-
docs/Extensions/CGFloat.html | 162 +-
docs/Extensions/Data.html | 164 +-
docs/Extensions/Date.html | 162 +-
docs/Extensions/Double.html | 162 +-
docs/Extensions/Float.html | 162 +-
docs/Extensions/Int.html | 162 +-
docs/Extensions/Int16.html | 162 +-
docs/Extensions/Int32.html | 162 +-
docs/Extensions/Int64.html | 162 +-
docs/Extensions/Int8.html | 162 +-
docs/Extensions/KeyPath.html | 228 ++-
docs/Extensions/KeyPathString.html | 197 ++-
docs/Extensions/NSAttributeType.html | 939 ++++++++++++
docs/Extensions/NSData.html | 162 +-
docs/Extensions/NSDate.html | 162 +-
docs/Extensions/NSDeleteRule.html | 939 ++++++++++++
docs/Extensions/NSManagedObject.html | 162 +-
docs/Extensions/NSManagedObjectContext.html | 288 +++-
docs/Extensions/NSManagedObjectID.html | 162 +-
docs/Extensions/NSNull.html | 162 +-
docs/Extensions/NSNumber.html | 162 +-
docs/Extensions/NSString.html | 162 +-
docs/Extensions/NSURL.html | 162 +-
docs/Extensions/NSUUID.html | 162 +-
docs/Extensions/Progress.html | 164 +-
docs/Extensions/RawRepresentable.html | 162 +-
.../Result.html} | 371 ++---
.../Selector.html} | 316 ++--
docs/Extensions/Sequence.html | 162 +-
docs/Extensions/String.html | 162 +-
docs/Extensions/URL.html | 162 +-
docs/Extensions/UUID.html | 162 +-
docs/Functions.html | 1156 ++++++++++++++-
docs/Global Variables.html | 162 +-
docs/Protocols.html | 439 +++++-
docs/Protocols/AnyWhereClause.html | 162 +-
docs/Protocols/CSDynamicSchema.html | 162 +-
docs/Protocols/CSListObjectObserver.html | 162 +-
docs/Protocols/CSListObserver.html | 162 +-
docs/Protocols/CSListSectionObserver.html | 162 +-
docs/Protocols/CSLocalStorage.html | 162 +-
docs/Protocols/CSObjectObserver.html | 162 +-
docs/Protocols/CSStorageInterface.html | 162 +-
docs/Protocols/CloudStorage.html | 162 +-
docs/Protocols/CoreStoreLogger.html | 162 +-
.../CoreStoreObjectKeyValueObservation.html | 162 +-
docs/Protocols/CoreStoreObjectiveCType.html | 162 +-
docs/Protocols/CoreStoreSwiftType.html | 162 +-
docs/Protocols/DynamicKeyPath.html | 164 +-
docs/Protocols/DynamicObject.html | 162 +-
docs/Protocols/DynamicSchema.html | 162 +-
docs/Protocols/FetchChainableBuilderType.html | 162 +-
docs/Protocols/FetchableSource.html | 357 ++++-
docs/Protocols/GroupByClause.html | 162 +-
docs/Protocols/ICloudStoreObserver.html | 1316 -----------------
docs/Protocols/ImportableObject.html | 162 +-
docs/Protocols/ImportableUniqueObject.html | 162 +-
docs/Protocols/ListObjectObserver.html | 162 +-
docs/Protocols/ListObserver.html | 162 +-
docs/Protocols/ListSectionObserver.html | 162 +-
docs/Protocols/LocalStorage.html | 162 +-
docs/Protocols/ObjectObserver.html | 162 +-
docs/Protocols/OrderByClause.html | 162 +-
docs/Protocols/QueryChainableBuilderType.html | 162 +-
docs/Protocols/QueryableAttributeType.html | 162 +-
docs/Protocols/QueryableSource.html | 234 ++-
docs/Protocols/SchemaMappingProvider.html | 162 +-
docs/Protocols/SectionMonitorBuilderType.html | 162 +-
docs/Protocols/SelectClause.html | 162 +-
docs/Protocols/StorageInterface.html | 162 +-
docs/Protocols/WhereClauseType.html | 188 ++-
docs/Structs.html | 240 ++-
docs/Structs/CloudStorageOptions.html | 162 +-
docs/Structs/FetchChainBuilder.html | 270 +++-
docs/Structs/From.html | 278 +++-
docs/Structs/GroupBy.html | 162 +-
docs/Structs/Into.html | 162 +-
docs/Structs/LocalStorageOptions.html | 162 +-
docs/Structs/MigrationChain.html | 162 +-
docs/Structs/OrderBy.html | 162 +-
docs/Structs/OrderBy/SortKey.html | 170 ++-
docs/Structs/PartialObject.html | 199 ++-
docs/Structs/QueryChainBuilder.html | 286 +++-
docs/Structs/SectionBy.html | 162 +-
docs/Structs/SectionMonitorChainBuilder.html | 278 +++-
docs/Structs/Select.html | 162 +-
docs/Structs/Tweak.html | 162 +-
docs/Structs/VersionLock.html | 162 +-
docs/Structs/Where.html | 328 +++-
.../Where/Expression.html} | 559 ++++++-
docs/Typealiases.html | 263 +++-
docs/badge.svg | 6 +-
docs/css/jazzy.css | 10 +-
.../Contents/Resources/Documents/Classes.html | 217 ++-
.../Classes/AsynchronousDataTransaction.html | 177 ++-
.../Classes/BaseDataTransaction.html | 471 ++++--
.../CSAsynchronousDataTransaction.html | 162 +-
.../Classes/CSBaseDataTransaction.html | 162 +-
.../Documents/Classes/CSCoreStore.html | 164 +-
.../Documents/Classes/CSDataStack.html | 164 +-
.../Resources/Documents/Classes/CSError.html | 162 +-
.../Resources/Documents/Classes/CSFrom.html | 162 +-
.../Documents/Classes/CSGroupBy.html | 162 +-
.../Documents/Classes/CSInMemoryStore.html | 162 +-
.../Resources/Documents/Classes/CSInto.html | 162 +-
.../Documents/Classes/CSListMonitor.html | 169 ++-
.../Documents/Classes/CSMigrationResult.html | 170 ++-
.../Documents/Classes/CSMigrationType.html | 162 +-
.../Documents/Classes/CSObjectMonitor.html | 162 +-
.../Documents/Classes/CSOrderBy.html | 162 +-
.../Documents/Classes/CSSQLiteStore.html | 162 +-
.../Documents/Classes/CSSectionBy.html | 162 +-
.../Resources/Documents/Classes/CSSelect.html | 162 +-
.../Documents/Classes/CSSelectTerm.html | 162 +-
.../Documents/Classes/CSSetupResult.html | 166 ++-
.../Classes/CSSynchronousDataTransaction.html | 162 +-
.../Resources/Documents/Classes/CSTweak.html | 162 +-
.../Classes/CSUnsafeDataModelSchema.html | 162 +-
.../Classes/CSUnsafeDataTransaction.html | 162 +-
.../Resources/Documents/Classes/CSWhere.html | 162 +-
.../Classes/CSXcodeDataModelSchema.html | 162 +-
.../Documents/Classes/CoreStoreObject.html | 162 +-
.../Classes/CoreStoreObjectObjectDiff.html | 162 +-
.../Classes/CoreStoreObjectOrderedDiff.html | 162 +-
.../CoreStoreObjectTransformableDiff.html | 162 +-
.../Classes/CoreStoreObjectUnorderedDiff.html | 162 +-
.../Classes/CoreStoreObjectValueDiff.html | 162 +-
.../Documents/Classes/CoreStoreSchema.html | 164 +-
.../Classes/CustomSchemaMappingProvider.html | 162 +-
.../CustomMapping.html | 162 +-
.../UnsafeDestinationObject.html | 162 +-
.../UnsafeSourceObject.html | 162 +-
.../Documents/Classes/DataStack.html | 493 ++++--
.../Documents/Classes/DefaultLogger.html | 162 +-
.../Documents/Classes/DynamicEntity.html | 162 +-
.../Resources/Documents/Classes/Entity.html | 360 ++++-
.../Documents/Classes/ICloudStore.html | 1309 ----------------
.../Documents/Classes/InMemoryStore.html | 162 +-
.../InferredSchemaMappingProvider.html | 167 ++-
.../Documents/Classes/ListMonitor.html | 280 +++-
.../Documents/Classes/ObjectMonitor.html | 162 +-
.../Documents/Classes/SQLiteStore.html | 162 +-
.../Documents/Classes/SchemaHistory.html | 162 +-
.../Classes/SynchronousDataTransaction.html | 162 +-
.../Classes/UnsafeDataModelSchema.html | 162 +-
.../Classes/UnsafeDataTransaction.html | 245 ++-
.../Resources/Documents/Classes/UserInfo.html | 162 +-
.../Classes/XcodeDataModelSchema.html | 164 +-
.../Classes/XcodeSchemaMappingProvider.html | 162 +-
.../Contents/Resources/Documents/Enums.html | 277 ++--
.../Documents/Enums/CSErrorCode.html | 162 +-
.../Enums/CSLocalStorageOptions.html | 162 +-
.../Resources/Documents/Enums/CoreStore.html | 491 ++++--
.../Documents/Enums/CoreStoreError.html | 193 ++-
.../Documents/Enums/CoreStoreErrorCode.html | 189 ++-
.../Documents/Enums/MigrationType.html | 162 +-
.../Enums/RelationshipContainer.html | 162 +-
.../RelationshipContainer/ToManyOrdered.html | 162 +-
.../ToManyUnordered.html | 162 +-
.../Enums/RelationshipContainer/ToOne.html | 162 +-
.../Resources/Documents/Enums/SelectTerm.html | 202 ++-
.../Enums/TransformableContainer.html | 162 +-
.../TransformableContainer/Optional.html | 162 +-
.../TransformableContainer/Required.html | 162 +-
.../Documents/Enums/ValueContainer.html | 162 +-
.../Enums/ValueContainer/Optional.html | 162 +-
.../Enums/ValueContainer/Required.html | 162 +-
.../Resources/Documents/Extensions.html | 284 +++-
.../Resources/Documents/Extensions/Bool.html | 162 +-
.../Documents/Extensions/CGFloat.html | 162 +-
.../Resources/Documents/Extensions/Data.html | 164 +-
.../Resources/Documents/Extensions/Date.html | 162 +-
.../Documents/Extensions/Double.html | 162 +-
.../Resources/Documents/Extensions/Float.html | 162 +-
.../Resources/Documents/Extensions/Int.html | 162 +-
.../Resources/Documents/Extensions/Int16.html | 162 +-
.../Resources/Documents/Extensions/Int32.html | 162 +-
.../Resources/Documents/Extensions/Int64.html | 162 +-
.../Resources/Documents/Extensions/Int8.html | 162 +-
.../Documents/Extensions/KeyPath.html | 228 ++-
.../Documents/Extensions/KeyPathString.html | 197 ++-
.../Documents/Extensions/NSAttributeType.html | 939 ++++++++++++
.../Documents/Extensions/NSData.html | 162 +-
.../Documents/Extensions/NSDate.html | 162 +-
.../Documents/Extensions/NSDeleteRule.html | 939 ++++++++++++
.../Documents/Extensions/NSManagedObject.html | 162 +-
.../Extensions/NSManagedObjectContext.html | 288 +++-
.../Extensions/NSManagedObjectID.html | 162 +-
.../Documents/Extensions/NSNull.html | 162 +-
.../Documents/Extensions/NSNumber.html | 162 +-
.../Documents/Extensions/NSString.html | 162 +-
.../Resources/Documents/Extensions/NSURL.html | 162 +-
.../Documents/Extensions/NSUUID.html | 162 +-
.../Documents/Extensions/Progress.html | 164 +-
.../Extensions/RawRepresentable.html | 162 +-
.../Documents/Extensions/Result.html} | 371 ++---
.../Documents/Extensions/Selector.html} | 316 ++--
.../Documents/Extensions/Sequence.html | 162 +-
.../Documents/Extensions/String.html | 162 +-
.../Resources/Documents/Extensions/URL.html | 162 +-
.../Resources/Documents/Extensions/UUID.html | 162 +-
.../Resources/Documents/Functions.html | 1156 ++++++++++++++-
.../Resources/Documents/Global Variables.html | 162 +-
.../Resources/Documents/Protocols.html | 439 +++++-
.../Documents/Protocols/AnyWhereClause.html | 162 +-
.../Documents/Protocols/CSDynamicSchema.html | 162 +-
.../Protocols/CSListObjectObserver.html | 162 +-
.../Documents/Protocols/CSListObserver.html | 162 +-
.../Protocols/CSListSectionObserver.html | 162 +-
.../Documents/Protocols/CSLocalStorage.html | 162 +-
.../Documents/Protocols/CSObjectObserver.html | 162 +-
.../Protocols/CSStorageInterface.html | 162 +-
.../Documents/Protocols/CloudStorage.html | 162 +-
.../Documents/Protocols/CoreStoreLogger.html | 162 +-
.../CoreStoreObjectKeyValueObservation.html | 162 +-
.../Protocols/CoreStoreObjectiveCType.html | 162 +-
.../Protocols/CoreStoreSwiftType.html | 162 +-
.../Documents/Protocols/DynamicKeyPath.html | 164 +-
.../Documents/Protocols/DynamicObject.html | 162 +-
.../Documents/Protocols/DynamicSchema.html | 162 +-
.../Protocols/FetchChainableBuilderType.html | 162 +-
.../Documents/Protocols/FetchableSource.html | 357 ++++-
.../Documents/Protocols/GroupByClause.html | 162 +-
.../Protocols/ICloudStoreObserver.html | 1316 -----------------
.../Documents/Protocols/ImportableObject.html | 162 +-
.../Protocols/ImportableUniqueObject.html | 162 +-
.../Protocols/ListObjectObserver.html | 162 +-
.../Documents/Protocols/ListObserver.html | 162 +-
.../Protocols/ListSectionObserver.html | 162 +-
.../Documents/Protocols/LocalStorage.html | 162 +-
.../Documents/Protocols/ObjectObserver.html | 162 +-
.../Documents/Protocols/OrderByClause.html | 162 +-
.../Protocols/QueryChainableBuilderType.html | 162 +-
.../Protocols/QueryableAttributeType.html | 162 +-
.../Documents/Protocols/QueryableSource.html | 234 ++-
.../Protocols/SchemaMappingProvider.html | 162 +-
.../Protocols/SectionMonitorBuilderType.html | 162 +-
.../Documents/Protocols/SelectClause.html | 162 +-
.../Documents/Protocols/StorageInterface.html | 162 +-
.../Documents/Protocols/WhereClauseType.html | 188 ++-
.../Contents/Resources/Documents/Structs.html | 240 ++-
.../Structs/CloudStorageOptions.html | 162 +-
.../Documents/Structs/FetchChainBuilder.html | 270 +++-
.../Resources/Documents/Structs/From.html | 278 +++-
.../Resources/Documents/Structs/GroupBy.html | 162 +-
.../Resources/Documents/Structs/Into.html | 162 +-
.../Structs/LocalStorageOptions.html | 162 +-
.../Documents/Structs/MigrationChain.html | 162 +-
.../Resources/Documents/Structs/OrderBy.html | 162 +-
.../Documents/Structs/OrderBy/SortKey.html | 170 ++-
.../Documents/Structs/PartialObject.html | 199 ++-
.../Documents/Structs/QueryChainBuilder.html | 286 +++-
.../Documents/Structs/SectionBy.html | 162 +-
.../Structs/SectionMonitorChainBuilder.html | 278 +++-
.../Resources/Documents/Structs/Select.html | 162 +-
.../Resources/Documents/Structs/Tweak.html | 162 +-
.../Documents/Structs/VersionLock.html | 162 +-
.../Resources/Documents/Structs/Where.html | 328 +++-
.../Where/Expression.html} | 559 ++++++-
.../Resources/Documents/Typealiases.html | 263 +++-
.../Resources/Documents/css/jazzy.css | 10 +-
.../Contents/Resources/Documents/index.html | 364 +++--
.../Resources/Documents/js/jazzy.search.js | 3 +-
.../Contents/Resources/Documents/search.json | 2 +-
.../Contents/Resources/docSet.dsidx | Bin 520192 -> 552960 bytes
docs/docsets/CoreStore.tgz | Bin 1097408 -> 1212489 bytes
docs/index.html | 364 +++--
docs/js/jazzy.search.js | 3 +-
docs/search.json | 2 +-
docs/undocumented.json | 984 +++++-------
348 files changed, 59464 insertions(+), 14545 deletions(-)
delete mode 100644 docs/Classes/ICloudStore.html
create mode 100644 docs/Extensions/NSAttributeType.html
create mode 100644 docs/Extensions/NSDeleteRule.html
rename docs/{docsets/CoreStore.docset/Contents/Resources/Documents/Enums/SetupResult.html => Extensions/Result.html} (77%)
rename docs/{docsets/CoreStore.docset/Contents/Resources/Documents/Enums/MigrationResult.html => Extensions/Selector.html} (78%)
delete mode 100644 docs/Protocols/ICloudStoreObserver.html
rename docs/{Classes/AsynchronousDataTransaction/Result.html => Structs/Where/Expression.html} (52%)
delete mode 100644 docs/docsets/CoreStore.docset/Contents/Resources/Documents/Classes/ICloudStore.html
create mode 100644 docs/docsets/CoreStore.docset/Contents/Resources/Documents/Extensions/NSAttributeType.html
create mode 100644 docs/docsets/CoreStore.docset/Contents/Resources/Documents/Extensions/NSDeleteRule.html
rename docs/{Enums/SetupResult.html => docsets/CoreStore.docset/Contents/Resources/Documents/Extensions/Result.html} (77%)
rename docs/{Enums/MigrationResult.html => docsets/CoreStore.docset/Contents/Resources/Documents/Extensions/Selector.html} (78%)
delete mode 100644 docs/docsets/CoreStore.docset/Contents/Resources/Documents/Protocols/ICloudStoreObserver.html
rename docs/docsets/CoreStore.docset/Contents/Resources/Documents/{Classes/AsynchronousDataTransaction/Result.html => Structs/Where/Expression.html} (52%)
diff --git a/.travis.yml b/.travis.yml
index c8ad56e0..314b3bd4 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 845654ae..a1d1d184 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 a817650a..c1c42226 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -23,7 +23,7 @@
- (88% documented)
+ (90% documented)
AsynchronousDataTransaction
-
- – Result
-
BaseDataTransaction
@@ -182,9 +179,6 @@
Entity
-
- ICloudStore
-
InMemoryStore
@@ -252,9 +246,6 @@
LogLevel
-
- MigrationResult
-
MigrationType
@@ -273,9 +264,6 @@
SelectTerm
-
- SetupResult
-
TransformableContainer
@@ -338,12 +326,18 @@
KeyPathString
+
+ NSAttributeType
+
NSData
NSDate
+
+ NSDeleteRule
+
NSManagedObject
@@ -374,6 +368,12 @@
RawRepresentable
+
+ Result
+
+
+ Selector
+
Sequence
@@ -391,6 +391,15 @@
Functions
+ -
+ !=(_:_:)
+
+ -
+ !=(_:_:)
+
+ -
+ !=(_:_:)
+
-
!=(_:_:)
@@ -421,6 +430,12 @@
-
!=(_:_:)
+ -
+ <(_:_:)
+
+ -
+ <(_:_:)
+
-
<(_:_:)
@@ -433,6 +448,12 @@
-
<(_:_:)
+ -
+ <=(_:_:)
+
+ -
+ <=(_:_:)
+
-
<=(_:_:)
@@ -445,6 +466,15 @@
-
<=(_:_:)
+ -
+ ==(_:_:)
+
+ -
+ ==(_:_:)
+
+ -
+ ==(_:_:)
+
-
==(_:_:)
@@ -475,6 +505,12 @@
-
==(_:_:)
+ -
+ >(_:_:)
+
+ -
+ >(_:_:)
+
-
>(_:_:)
@@ -487,6 +523,12 @@
-
>(_:_:)
+ -
+ >=(_:_:)
+
+ -
+ >=(_:_:)
+
-
>=(_:_:)
@@ -499,6 +541,54 @@
-
>=(_:_:)
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
+ -
+ ~(_:_:)
+
-
~=(_:_:)
@@ -526,11 +616,32 @@
-
~=(_:_:)
+ -
+ ~=(_:_:)
+
+ -
+ ~=(_:_:)
+
Protocols
@@ -725,6 +836,15 @@
Where
+
+ – Expression
+
+
+ – SingleTarget
+
+
+ – CollectionTarget
+
@@ -739,12 +859,18 @@
KeyPathString
+
+ MigrationResult
+
ModelConfiguration
ModelVersion
+
+ SetupResult
+
XcodeDataModelFileName
@@ -786,7 +912,7 @@ AsynchronousDataTransaction
@@ -1393,10 +1519,10 @@ CSMigrationResult
-
The CSMigrationResult
serves as the Objective-C bridging type for MigrationResult
.
+
The CSMigrationResult
serves as the Objective-C bridging type for MigrationResult
.
@@ -1799,10 +1925,10 @@
CSSetupResult
-
The CSSetupResult
serves as the Objective-C bridging type for SetupResult
.
+
The CSSetupResult
serves as the Objective-C bridging type for SetupResult
.
@@ -2473,46 +2599,6 @@
Declaration
-
-
-
- -
-
-
-
-
-
-
-
A storage interface backed by an SQLite database managed by iCloud.
-
-
See more
-
-
-
Declaration
-
-
Swift
-
@available(*, deprecated, message: "Please see the release notes and Core Data documentation.")
-public final class ICloudStore : CloudStorage
-
-
-
-
-
-
-
-
@@ -3008,6 +3094,11 @@
InferredSchemaMappingProvider
A SchemaMappingProvider
that tries to infer model migration between two DynamicSchema
versions by searching all xcmappingmodel
s 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
xcmappingmodel
s 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 @@
Declaration