Skip to content

Commit

Permalink
Fix screen names on Apple silicon Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 23, 2022
1 parent f3a4a87 commit 0c6d7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/wulkano/Aperture",
"state": {
"branch": null,
"revision": "59a3977cdda98b54869041e35566e22ec0acd985",
"version": "2.0.0"
"revision": "ddfb0fc1b3c789339dd5fd9296ba8076d292611c",
"version": "2.0.1"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "e394bf350e38cb100b6bc4172834770ede1b7232",
"version": "1.0.3"
"revision": "82905286cc3f0fa8adc4674bf49437cab65a8373",
"version": "1.1.1"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/wulkano/Aperture", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.3")
.package(url: "https://github.com/wulkano/Aperture", from: "2.0.1"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.1")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 0c6d7b7

Please sign in to comment.