Skip to content

Commit

Permalink
project(release): SakeApp linux support (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf authored Dec 29, 2024
1 parent 593725d commit 5665a46
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions SakeApp/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
"version" : "1.5.0"
}
},
{
"identity" : "swift-asn1",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-asn1.git",
"state" : {
"revision" : "7faebca1ea4f9aaf0cda1cef7c43aecd2311ddf6",
"version" : "1.3.0"
}
},
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto.git",
"state" : {
"revision" : "ff0f781cf7c6a22d52957e50b104f5768b50c779",
"version" : "3.10.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 2 additions & 0 deletions SakeApp/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let package = Package(
.package(url: "https://github.com/kattouf/Sake.git", branch: "main"),
.package(url: "https://github.com/kareman/SwiftShell", from: "5.1.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.8.0"),
],
targets: [
.executableTarget(
Expand All @@ -22,6 +23,7 @@ let package = Package(
.product(name: "ArgumentParser", package: "swift-argument-parser"),
"Sake",
"SwiftShell",
.product(name: "Crypto", package: "swift-crypto"),
],
path: "."
),
Expand Down
2 changes: 1 addition & 1 deletion SakeApp/ReleaseCommands.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ArgumentParser
import CryptoKit
import Crypto
import Foundation
import Sake
import SwiftShell
Expand Down

0 comments on commit 5665a46

Please sign in to comment.