mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
📦 Depend on PromiseKit
This commit is contained in:
parent
0b8acab235
commit
7952d0f18f
2 changed files with 11 additions and 1 deletions
|
@ -37,6 +37,15 @@
|
||||||
"version": "9.1.0"
|
"version": "9.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"package": "PromiseKit",
|
||||||
|
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "aea48ea1855f5d82e2dffa6027afce3aab8f3dd7",
|
||||||
|
"version": "6.13.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"package": "Quick",
|
"package": "Quick",
|
||||||
"repositoryURL": "https://github.com/Quick/Quick.git",
|
"repositoryURL": "https://github.com/Quick/Quick.git",
|
||||||
|
|
|
@ -24,6 +24,7 @@ let package = Package(
|
||||||
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.18.0"),
|
||||||
.package(url: "https://github.com/Quick/Nimble.git", from: "9.1.0"),
|
.package(url: "https://github.com/Quick/Nimble.git", from: "9.1.0"),
|
||||||
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
|
||||||
|
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.13.3"),
|
||||||
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
@ -41,7 +42,7 @@ let package = Package(
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "MasKit",
|
name: "MasKit",
|
||||||
dependencies: ["Commandant", "Version"],
|
dependencies: ["Commandant", "PromiseKit", "Version"],
|
||||||
swiftSettings: [
|
swiftSettings: [
|
||||||
.unsafeFlags([
|
.unsafeFlags([
|
||||||
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
||||||
|
|
Loading…
Add table
Reference in a new issue