Rename package
This commit is contained in:
parent
aa243482e4
commit
bc5954a969
@ -3,22 +3,22 @@
|
|||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "Push-API",
|
name: "PushAPI",
|
||||||
platforms: [
|
platforms: [
|
||||||
.macOS(.v10_15),
|
.macOS(.v10_15),
|
||||||
.iOS(.v13)
|
.iOS(.v13)
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
name: "Push-API",
|
name: "PushAPI",
|
||||||
targets: ["Push-API"]),
|
targets: ["PushAPI"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/kylebrowning/APNSwift.git", from: "3.0.0"),
|
.package(url: "https://github.com/kylebrowning/APNSwift.git", from: "3.0.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
name: "Push-API",
|
name: "PushAPI",
|
||||||
dependencies: [.product(name: "APNSwift", package: "APNSwift")])
|
dependencies: [.product(name: "APNSwift", package: "APNSwift")])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user