Ai
1 Star 0 Fork 0

alex/SwiftDate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniele Margutti 提交于 2022-09-10 22:53 +08:00 . Replacing RelativeFormatter
// swift-tools-version:5.5
import PackageDescription
let package = Package(
name: "SwiftDate",
defaultLocalization: "it",
platforms: [
.macOS(.v10_15), .iOS(.v13), .watchOS(.v6), .tvOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(name: "SwiftDate", targets: ["SwiftDate"])
],
dependencies: [],
targets: [
.target(
name: "SwiftDate",
dependencies: [],
resources: [
.copy("Formatters/RelativeFormatter/langs"),
.process("Resources")
]),
.testTarget(
name: "SwiftDateTests",
dependencies: ["SwiftDate"])
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alexn/SwiftDate.git
git@gitee.com:alexn/SwiftDate.git
alexn
SwiftDate
SwiftDate
master

搜索帮助