Skip to content

Commit

Permalink
v9.17.5
Browse files Browse the repository at this point in the history
v9.17.5
  • Loading branch information
RakshithaAcharya authored Jun 12, 2024
2 parents 46c9e03 + f09a139 commit bc9f83d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
=================================

## Changelog:
### Version 9.17.5 *(12th June 2024)*
-------------------------------------------
* Added JSON object support to user attributes.
* Handled environment update with same installation.
* BugFix
- Fixed tracked object attributes duplication.
- Notification impression not tracked after app update.
- Reset user completion handler not invoked
- CrashFix
- Fixed crash by handling data race when the application comes to foreground

### Version 9.17.4 *(21st May 2024)*
-------------------------------------------
* Adding support of Array in triggered-based InApps.
Expand Down
4 changes: 2 additions & 2 deletions MoEngage-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = 'MoEngage-iOS-SDK'
s.version = '9.17.4'
s.version = '9.17.5'
s.summary = 'MoEngage for iOS'
s.description = <<-DESC
MoEngage is a mobile marketing automation company. This framework acts like a umbrella framework to include MoEngageCore, MoEngageAnalytics and MoEngageMessaging frameworks.
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|

s.source = {
:http => "https://github.com/moengage/MoEngage-iOS-SDK/releases/download/#{s.version}/MoEngage-iOS-SDK.zip",
:sha256 => '144435fda36a02b12ef7590d572ea9ad596c7765e58b7dc2f37373a99a6933b8'
:sha256 => 'b3473d23a16ca14eb7cb50e33befd06620a6050471090be7c692ad74ab35496c'
}

s.vendored_frameworks = 'MoEngageSDK.xcframework','MoEngageCore.xcframework', 'MoEngageAnalytics.xcframework', 'MoEngageMessaging.xcframework','MoEngageObjCUtils.xcframework', 'MoEngageSecurity.xcframework'
Expand Down
14 changes: 7 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ let package = Package(
swiftLanguageVersions: [.v5]
)

let version = "9.17.0"
let version = "9.17.5"
let targetMap = [
"MoEngageAnalytics": "2f670eabaab73f1b3eec5c72597c03e8611defb96fbd95de02354cbd97b01c1e",
"MoEngageCore": "6e2887da33b662ecfd3212cc9ce2a2172fe162da33ec2f8eacc5788474eeee30",
"MoEngageMessaging": "df5805c84d925532bc9cdbede7bebdc073ce0292cb49f93c89ba177413e4d800",
"MoEngageObjCUtils": "a39a9d4f748800b932e8ef472f4951745338cc4ea06c5f21aac0a1ed5b1093b5",
"MoEngageSDK": "ec7535fde932de6857233623f21317a706dd62bfdc42b2612621847e79cf33f8",
"MoEngageSecurity": "8f2a9a7bd73dae604c7eef5fec7f02828a8cfc0df457bbc40dcc28554766acfd",
"MoEngageAnalytics": "01cbf142cbc2869d38be797e523731316d2701c718b14c22cdc097a1c22b12d2",
"MoEngageCore": "7ec047a75bcccead3ce01d0365c9b896db47f62add55834d4a392b99a07e4854",
"MoEngageMessaging": "7680f297ee37df195295edb3956d0d8c346148286122107a56972b7f2fffc809",
"MoEngageObjCUtils": "d9aaf5a27c7a554b06cc9821cfde0dc14c704a24459111015a7d84b6179bdb75",
"MoEngageSDK": "3470ace3bf75e7c9f08a41dec57a0270b43fc516b532e9bb368feceb00444c47",
"MoEngageSecurity": "a33963bd41a51cc4ae8ca92360424ec0f89bd47d441f773163eadb7dcb971ea2",
]

for (target, checksum) in targetMap {
Expand Down

0 comments on commit bc9f83d

Please sign in to comment.