diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ea8cf5..32fafcc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. # Next +## [7.2.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/7.2.0) + ### Added * Single section storage classes that encapsulate single section of models with automatic diffing to animate changes. For a lot of use cases this approach is more suitable than `MemoryStorage` and is now a recommended way of handling items in single section. diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index d12a19c0..93ad7ce8 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTModelStorage' - s.version = "7.1.0" + s.version = "7.2.0" s.license = 'MIT' s.summary = 'Storage classes for datasource based controls.' s.homepage = 'https://github.com/DenHeadless/DTModelStorage' @@ -11,7 +11,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' s.frameworks = 'UIKit', 'Foundation', 'CoreData' - s.swift_version = '4.0' s.subspec 'Core' do |core| core.source_files = 'Source/Core/*.swift' diff --git a/DTModelStorage.xcodeproj/project.pbxproj b/DTModelStorage.xcodeproj/project.pbxproj index 9d85d8e3..d3606d34 100644 --- a/DTModelStorage.xcodeproj/project.pbxproj +++ b/DTModelStorage.xcodeproj/project.pbxproj @@ -621,7 +621,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks"; - INFOPLIST_FILE = RealmStorage/Info.plist; + INFOPLIST_FILE = "Supporting files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -649,7 +649,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks"; - INFOPLIST_FILE = RealmStorage/Info.plist; + INFOPLIST_FILE = "Supporting files/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist index 74b7a12a..a56f9f4d 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.1.0 + 7.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Supporting files/Info.plist b/Supporting files/Info.plist index e1fe4cfb..264b375f 100644 --- a/Supporting files/Info.plist +++ b/Supporting files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 7.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)