Skip to content

Commit

Permalink
Version 2.1.1, compiled with Xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 14, 2023
1 parent 19e0f9e commit 75082c6
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = "2.0.1"
s.version = "2.1.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 2.0.1 cc963459e4a633ca07e77fbeeee4481d6a90f085122af78916686b494facf369
./prepare.sh 2.1.1 37008aa00a9f6f74c2b0a20d924c985772f75775539fe5c8e970ca13653b95d8
CMD
s.vendored_frameworks = "AppProtection.xcframework"
s.platform = :ios
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-2.0.1.xcframework.zip",
checksum: "cc963459e4a633ca07e77fbeeee4481d6a90f085122af78916686b494facf369")
url: "https://wultra.jfrog.io/artifactory/malwarelytics-apple-release/AppProtection-2.1.1.xcframework.zip",
checksum: "37008aa00a9f6f74c2b0a20d924c985772f75775539fe5c8e970ca13653b95d8")
]
)

0 comments on commit 75082c6

Please sign in to comment.