Skip to content

Commit

Permalink
Try bumping Prefire to a custom fork that supports Intel machines
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Mar 4, 2024
1 parent eeb6264 commit 9edcade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
{
"identity" : "prefire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/BarredEwe/Prefire",
"location" : "https://github.com/stefanceriu/Prefire",
"state" : {
"revision" : "f61caab08d6353222893de010603ebf86fe9080b",
"version" : "2.0.0"
"revision" : "4cc757b57bc3a8e301eaeb24e6c694c7cc3fe8ce"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.package(url: "https://github.com/element-hq/compound-design-tokens.git", exact: "1.2.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.9.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "4.1.1"),
.package(url: "https://github.com/BarredEwe/Prefire", exact: "2.0.0"),
.package(url: "https://github.com/stefanceriu/Prefire", revision: "4cc757b57bc3a8e301eaeb24e6c694c7cc3fe8ce"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.13.0")
],
targets: [
Expand Down

0 comments on commit 9edcade

Please sign in to comment.