diff --git a/.swift-version b/.swift-version index 9f55b2cc..b5021469 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0 +3.0.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8144b340..fc942373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## Next +## [4.1.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/4.1.0) * Adds `setItems(_:)` method, that allows to set items for all sections in `MemoryStorage`. diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index d32a2361..59f812f7 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTModelStorage' - s.version = '4.0.0' + s.version = '4.1.0' s.license = 'MIT' s.summary = 'Storage classes for datasource based controls.' s.homepage = 'https://github.com/DenHeadless/DTModelStorage' diff --git a/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/DTModelStorage.xcscmblueprint b/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/DTModelStorage.xcscmblueprint index 1767dece..96a64ed9 100644 --- a/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/DTModelStorage.xcscmblueprint +++ b/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/DTModelStorage.xcscmblueprint @@ -4,15 +4,17 @@ }, "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { + "276CC70C003BB81B654D465107A09E304AAF20BF" : 0, "95438028B10BBB846574013D29F154A00556A9D1" : 0, - "9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : 0, - "276CC70C003BB81B654D465107A09E304AAF20BF" : 0 + "8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81" : 9223372036854775807, + "9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : 0 }, "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "977AEC68-B182-4C2D-8112-5C0AEB78C762", "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { + "276CC70C003BB81B654D465107A09E304AAF20BF" : "DTModelStorage\/", "95438028B10BBB846574013D29F154A00556A9D1" : "DTModelStorage\/Carthage\/Checkouts\/Nimble\/", - "9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/", - "276CC70C003BB81B654D465107A09E304AAF20BF" : "DTModelStorage\/" + "8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/Realm\/ObjectStore\/", + "9FB1FDDBA011002795A1FF5BD3CABFA2F79E6A59" : "DTModelStorage\/Carthage\/Checkouts\/realm-cocoa\/" }, "DVTSourceControlWorkspaceBlueprintNameKey" : "DTModelStorage", "DVTSourceControlWorkspaceBlueprintVersion" : 204, @@ -23,6 +25,11 @@ "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "276CC70C003BB81B654D465107A09E304AAF20BF" }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/realm\/realm-object-store.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "8F3C415DA79CDA7D23734F285B95F9F9A3C0CB81" + }, { "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Quick\/Nimble.git", "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", diff --git a/README.md b/README.md index 7c47767a..1d693250 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,11 @@ Installation [CocoaPods](https://cocoapods.org): - pod 'DTModelStorage', '~> 4.0.0' + pod 'DTModelStorage', '~> 4.1.0' [Carthage](https://github.com/Carthage/Carthage) - github "DenHeadless/DTModelStorage" ~> 4.0.0 + github "DenHeadless/DTModelStorage" ~> 4.1.0 Requirements ============ diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index e0f4bf77..5284837d 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 4.1.0 CFBundleSignature ???? CFBundleVersion