diff --git a/AppProtection.podspec b/AppProtection.podspec index 9551e0a..637cd2b 100644 --- a/AppProtection.podspec +++ b/AppProtection.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.cocoapods_version = '>= 1.10' s.name = "AppProtection" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "Malwarelytics AppProtection by Wultra" s.homepage = "https://www.wultra.com/malwarelytics" s.social_media_url = 'https://twitter.com/wultra' @@ -19,7 +19,7 @@ Pod::Spec.new do |s| LICENSE } s.prepare_command = <<-CMD - ./prepare.sh 1.2.0 f1aa2941de9c4b9da54fd091adde4448a8060893f5227ecaa2aa131abcb1a107 + ./prepare.sh 1.2.1 47d06e7ef48cfbd5a6e756c6bf0f7f17e66272525a952901ad236ac2c4de241a CMD s.vendored_frameworks = "AppProtection.xcframework" s.platform = :ios diff --git a/HISTORY.md b/HISTORY.md index 36a53e7..6d36b80 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,19 @@ +## 1.2.1 +- Remove X-Signature-Origin-App header from signature verification (#85) +- Expose avUid (internal device id) (#87) + +## 1.2.0 +- Add overlay when screen is captured (#77) +- Add VPN detection (#72) + +## 1.1.2 +- Add test environment (#73) +- Improve CPU usage (#74) + +## 1.1.1 +- Add clientAppDeviceId (#68) +- Add config items for customer application package names and grouping (#67) + ## 1.1.0 - added Swift Package Manager support - other fixes and improvements diff --git a/Package.swift b/Package.swift index 9a6366a..715c989 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( targets: [ .binaryTarget( name: "AppProtection", - url: "https://wultra.jfrog.io/artifactory/malwarelytics-apple-release/AppProtection-1.2.0.xcframework.zip", - checksum: "f1aa2941de9c4b9da54fd091adde4448a8060893f5227ecaa2aa131abcb1a107") + url: "https://wultra.jfrog.io/artifactory/malwarelytics-apple-release/AppProtection-1.2.1.xcframework.zip", + checksum: "47d06e7ef48cfbd5a6e756c6bf0f7f17e66272525a952901ad236ac2c4de241a") ] ) \ No newline at end of file