We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5caf8 commit d382e2eCopy full SHA for d382e2e
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20
// Targets can depend on other targets in this package, and on products in packages this package depends on.
21
.binaryTarget(name: "SCGateway",
22
- url: "https://gateway.smallcase.com/scdk_ios_xcode_12/3.1.11/SCGateway.xcframework.zip",
23
- checksum: "71a2f48908038d3f8391e6d1af077d2af1596fa8e389daf1773c35f3f549870a"),
+ url: "https://gateway.smallcase.com/scdk_ios_xcode_12/3.1.19/SCGateway.xcframework.zip",
+ checksum: "8469abf788df4e8e9d81712e56251967862cfd5299aef824a53129b5a4d433a2"),
24
]
25
)
0 commit comments