Skip to content

Commit

Permalink
v9.17.4
Browse files Browse the repository at this point in the history
v9.17.4
  • Loading branch information
RakshithaAcharya authored May 21, 2024
2 parents 658ac53 + a4bf89b commit 5a0b173
Show file tree
Hide file tree
Showing 219 changed files with 58,409 additions and 54,592 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
=================================

## Changelog:
### Version 9.17.4 *(21st May 2024)*
-------------------------------------------
* Adding support of Array in triggered-based InApps.
* BugFix - Fixed geofence enabled migration with encryption

### Version 9.17.3 *(16th May 2024)*
-------------------------------------------
* Added DC-06 support.
Expand Down
10 changes: 5 additions & 5 deletions Frameworks/MoEngageAnalytics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>MoEngageAnalytics.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>MoEngageAnalytics.framework/MoEngageAnalytics</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>MoEngageAnalytics.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.
Loading

0 comments on commit 5a0b173

Please sign in to comment.