Skip to content

Commit

Permalink
Merge pull request #6 from approov/feautre/remove-sig-simulator
Browse files Browse the repository at this point in the history
Remove simulator signature from Approov binary
  • Loading branch information
jexh authored Jun 24, 2024
2 parents 1bbbd7f + 170c3de commit ee980ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 148 deletions.
Binary file not shown.

This file was deleted.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let releaseTAG = "3.2.2"
let releaseTAG = "3.2.3"
let package = Package(
name: "Approov",
platforms: [.iOS(.v12)],
Expand All @@ -17,7 +17,7 @@ let package = Package(
.binaryTarget(
name: "Approov",
url: "https://github.com/approov/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
checksum : "37ecded23807af9a9720018201f2e25a43e388cb4d78b15e78cd3f85c6b0682b"
checksum : "8382b5ec920f8fbe7a41dd6b32a35a6289ed4a6a2ab7e2ed146ca4b669c8abf4"
),
]
)

0 comments on commit ee980ea

Please sign in to comment.