Skip to content

Commit

Permalink
chore(release): Release Update (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent 1b8385d commit a791fda
Show file tree
Hide file tree
Showing 9 changed files with 13 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 2.0.2
* [BUGFIX] Fixed an issue with the Apple Privacy Manifest missing a required key.

#### Version 2.0.1
* [BUGFIX] Fixed a crash caused by a `null` pointer dereference within `objc_setAssociatedObject`, triggered from `OneRuntimeAPIAgent` during offline Interaction processes.

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 @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>MedalliaMXO.framework/MedalliaMXO</string>
<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>
<dict>
<key>BinaryPath</key>
<string>MedalliaMXO.framework/MedalliaMXO</string>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand Down
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 = "2.0.1"
s.version = "2.0.2"
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 a791fda

Please sign in to comment.