Skip to content

approov/approov-watchos-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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"
        )