Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 752 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 752 Bytes

approov-watchos-sdk

Approov SDK binary release swift package

⚠️ Warning: This package is obsolete. The replacement package with support for both iOS and watchOS is in https://github.com/approov/approov-ios-sdk

If you would like to add the Approov SDK as a binary dependency in your swift package, add this line to your targets section:

let releaseTAG = "3.2.0"
...
...
...
.binaryTarget(
            name: "Approov",
            url: "https://github.com/approov/approov-watchos-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
            checksum : "87264a95365c4833bb828f8b455f8b9edc9fc690993d97b8ddb4b72ed90ade46"
        )