Skip to content

Commit

Permalink
app wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Jul 11, 2019
1 parent 34cb6d9 commit c8c90c1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/Systemator/Systemator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
36 changes: 36 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"version": "0.12.94"
}
},
{
"package": "Cdns_sd",
"repositoryURL": "https://github.com/Bouke/Cdns_sd.git",
"state": {
"branch": null,
"revision": "b6dce342895400d0cd86726ad0fcdcad7abc6137",
"version": "2.0.0"
}
},
{
"package": "console-kit",
"repositoryURL": "https://github.com/vapor/console-kit.git",
Expand Down Expand Up @@ -46,6 +55,15 @@
"version": "1.0.3"
}
},
{
"package": "NetService",
"repositoryURL": "https://github.com/Bouke/NetService.git",
"state": {
"branch": null,
"revision": "9eb5b6a3e638222d3841574d2ecbca4cf3bd6374",
"version": "0.6.0"
}
},
{
"package": "nio-websocket-client",
"repositoryURL": "https://github.com/vapor/nio-websocket-client.git",
Expand Down Expand Up @@ -82,6 +100,15 @@
"version": "0.5.0"
}
},
{
"package": "llbuild",
"repositoryURL": "https://github.com/apple/swift-llbuild.git",
"state": {
"branch": null,
"revision": "f1c9ad9a253cdf1aa89a7f5c99c30b4513b06ddb",
"version": "0.1.1"
}
},
{
"package": "swift-log",
"repositoryURL": "https://github.com/apple/swift-log.git",
Expand Down Expand Up @@ -136,6 +163,15 @@
"version": "2.1.1"
}
},
{
"package": "SwiftPM",
"repositoryURL": "https://github.com/apple/swift-package-manager.git",
"state": {
"branch": null,
"revision": "8656a25cb906c1896339f950ac960ee1b4fe8034",
"version": "0.4.0"
}
},
{
"package": "SwiftShell",
"repositoryURL": "https://github.com/kareman/SwiftShell.git",
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-alpha.1.5"),
.package(url: "https://github.com/Einstore/ShellKit.git", from: "1.0.0")
.package(url: "https://github.com/Einstore/ShellKit.git", from: "1.0.0"),
.package(url: "https://github.com/Bouke/NetService.git", from: "0.6.0")
],
targets: [
.target(
Expand Down

0 comments on commit c8c90c1

Please sign in to comment.