1 Star 0 Fork 0

alex/proton

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
alex 提交于 2024-03-25 09:18 +08:00 . update Package.swift.
ß// swift-tools-version:5.9
//
// Copyright © 2020 Rajdeep Kwatra. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
import PackageDescription
let package = Package(
name: "Proton",
platforms: [
.iOS(.v14),
//.visionOS(.v1)
],
products: [
.library(name: "Proton", targets: ["Proton"]),
.library(name: "ProtonCore", targets: ["ProtonCore"])
],
dependencies: [
//.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
],
targets: [
.target(
name: "ProtonCore",
dependencies: [],
path: "Proton/Sources/ObjC"
),
.target(
name: "Proton",
dependencies: ["ProtonCore"],
path: "Proton/Sources/Swift"
)
//,
//.testTarget(
// name: "ProtonTests",
// dependencies: ["Proton", "SnapshotTesting"],
// path: "Proton/Tests"
//)
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alexn/proton.git
git@gitee.com:alexn/proton.git
alexn
proton
proton
main

搜索帮助