Skip to content

Commit

Permalink
Merge pull request #56 from salemove/release/0.32.2
Browse files Browse the repository at this point in the history
Glia iOS SDK 0.32.2
  • Loading branch information
dukhovnyi authored Jan 18, 2022
2 parents f3bdd50 + 1ffbb1e commit 64beb63
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased

Unreleased: https://github.com/salemove/ios-sdk/compare/0.32.1...master
Unreleased: https://github.com/salemove/ios-sdk/compare/0.32.2...master

## [0.32.1] - 2022-01-17

### Fixed

- Bug fix and stability improvements

## [0.32.1] - 2022-01-17

Expand Down
3 changes: 2 additions & 1 deletion GliaSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.30.1": "https://github.com/salemove/ios-bundle/releases/download/0.30.1/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.29.6/Dependencies.xcframework.zip",
"0.30.2": "https://github.com/salemove/ios-bundle/releases/download/0.30.2/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.29.6/Dependencies.xcframework.zip",
"0.31.0": "https://github.com/salemove/ios-bundle/releases/download/0.31.0/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.29.6/Dependencies.xcframework.zip",
"0.32.0": "https://github.com/salemove/ios-bundle/releases/download/0.32.0/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.32.0/Dependencies.xcframework.zip"
"0.32.0": "https://github.com/salemove/ios-bundle/releases/download/0.32.0/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.32.0/Dependencies.xcframework.zip",
"0.32.2": "https://github.com/salemove/ios-bundle/releases/download/0.32.2/SalemoveSDK.xcframework.zip?alt=https://github.com/salemove/ios-bundle/releases/download/0.32.0/Dependencies.xcframework.zip"
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.32.1/SalemoveSDK.xcframework.zip",
checksum: "ba6de072907fddc8ce104d11764b6d127f12a8071393d9183c59724b74e42507"
url: "https://github.com/salemove/ios-bundle/releases/download/0.32.2/SalemoveSDK.xcframework.zip",
checksum: "fd8ac2ccccb0ee7073eb747edd218d6098eeb856769beef2c7704679c3d29330"
),
.target(
name: "GliaSDK",
Expand Down
2 changes: 1 addition & 1 deletion 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.32.1'
s.version = '0.32.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 Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Info.plist</key>
<data>
BnL7j30vGoXtH+ATRSJ+v6Nx9FI=
1oRHCghRNbVDykR5SnHH4UXtbZk=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -30,7 +30,7 @@
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
y5MYPdcSJ5TISLMvEubOrnm9XCo=
htPB7uwPt/8IS2Sh6ptupUJJmO4=
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -42,7 +42,7 @@
</data>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftmodule</key>
<data>
y5MYPdcSJ5TISLMvEubOrnm9XCo=
htPB7uwPt/8IS2Sh6ptupUJJmO4=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dict>
<key>hash2</key>
<data>
dVXjeQkaBSDs8qJUFCmjlNdzapGkBdSBSVBDzBcD83g=
rGfkyFV2mZTJevoEKe/9VVssgPJJSjq7xL0NlM/KlEk=
</data>
</dict>
<key>Modules/SalemoveSDK.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -111,7 +111,7 @@
<dict>
<key>hash2</key>
<data>
dVXjeQkaBSDs8qJUFCmjlNdzapGkBdSBSVBDzBcD83g=
rGfkyFV2mZTJevoEKe/9VVssgPJJSjq7xL0NlM/KlEk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit 64beb63

Please sign in to comment.