Skip to content

Commit

Permalink
Update SalemoveSDK to version 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot committed May 14, 2021
1 parent bfa456e commit 7bfaf40
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Example/ExampleApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified SalemoveSDK.framework/Info.plist
Binary file not shown.
Binary file modified SalemoveSDK.framework/SalemoveSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions SalemoveSDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 7bfaf40

Please sign in to comment.