diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ffa86a..211288d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## Unreleased -Unreleased: https://github.com/salemove/ios-sdk/compare/0.29.1...master +Unreleased: https://github.com/salemove/ios-sdk/compare/0.29.2...master + +## [0.29.2] - 2021-05-14 + +### Fixed + +- Fixed media upgrades not being available in some corner cases. + +[0.29.2]: https://github.com/salemove/ios-sdk/compare/0.29.1...0.29.2 ## [0.29.1] - 2021-05-13 diff --git a/Example/ExampleApp/Info.plist b/Example/ExampleApp/Info.plist index f4b54bc..9259aa3 100644 --- a/Example/ExampleApp/Info.plist +++ b/Example/ExampleApp/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>0.29.1</string> + <string>0.29.2</string> <key>CFBundleVersion</key> <string>76</string> <key>LSRequiresIPhoneOS</key> diff --git a/Example/Podfile b/Example/Podfile index c3ff827..7850098 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -13,7 +13,7 @@ target 'ExampleApp' do use_frameworks! # Pods for ExampleApp - pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.1" + pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.28.0" pod 'Kingfisher' end diff --git a/SalemoveSDK.framework/Info.plist b/SalemoveSDK.framework/Info.plist index da4834d..231e9cd 100644 Binary files a/SalemoveSDK.framework/Info.plist and b/SalemoveSDK.framework/Info.plist differ diff --git a/SalemoveSDK.framework/SalemoveSDK b/SalemoveSDK.framework/SalemoveSDK index 0ca7628..7f418ba 100755 Binary files a/SalemoveSDK.framework/SalemoveSDK and b/SalemoveSDK.framework/SalemoveSDK differ diff --git a/SalemoveSDK.podspec b/SalemoveSDK.podspec index f909b81..e995329 100644 --- a/SalemoveSDK.podspec +++ b/SalemoveSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SalemoveSDK' - s.version = '0.29.1' + s.version = '0.29.2' s.summary = 'The Salemove iOS library' s.description = 'The Salemove iOS library brings the in-person customer experience to iOS devices.' s.homepage = 'https://github.com/salemove/ios-sdk' @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.module_name = 'SalemoveSDK' s.ios.deployment_target = '12.0' - s.ios.vendored_frameworks = 'SalemoveSDK.xcframework' + s.ios.vendored_frameworks = 'SalemoveSDK.framework' s.swift_version = '5.3' s.dependency 'Moya', '14.0.0'