Skip to content

Commit

Permalink
Version 1.2.1, compiled with Xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Feb 22, 2023
1 parent 561dbab commit 3d37616
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AppProtection.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
)

0 comments on commit 3d37616

Please sign in to comment.