Skip to content

Commit

Permalink
Update from release/1.1.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 14, 2023
1 parent 78f149a commit 5751245
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version 1.1.1
* [BUGFIX] Fixed an issue parsing the response from an Interaction.

#### Version 1.1.0
* [UPDATE] Telemetry updates.

Expand Down
10 changes: 5 additions & 5 deletions MedalliaMXO.embeddedframework/MedalliaMXO.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MedalliaMXO.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MedalliaMXO.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion medallia-mxo-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Pod::Spec.new do |s|
s.name = "medallia-mxo-ios-sdk"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "The MedalliaMXO SDK for iOS."
s.authors = { "Medallia" => "cocoapods-mxo@medallia.com" }
s.homepage = "https://github.com/medallia/mxo-ios-sdk"
Expand Down

0 comments on commit 5751245

Please sign in to comment.