1 Star 0 Fork 0

Hyperledger/identus-apollo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
// swift-tools-version:5.7
import PackageDescription
let package = Package(
name: "ApolloLibrary",
platforms: [
.iOS(.v13),
.macOS(.v11)
],
products: [
.library(
name: "ApolloLibrary",
targets: ["ApolloBinary"]
),
],
targets: [
// LOCAL
// .binaryTarget(
// name: "ApolloBinary",
// path: "./base-asymmetric-encryption/build/packages/ApolloSwift/Apollo.xcframework.zip"
// ),
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.4/Apollo.xcframework.zip",
checksum: "1afa20e8939161e593a4d32cd25a80b7bc6e67a29d28a59c5fd727ab7f097bed"
)
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/identus-apollo.git
git@gitee.com:hyperledger/identus-apollo.git
hyperledger
identus-apollo
identus-apollo
main

搜索帮助