mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🧹 Enable linting with Xcode 13 beta 3
This commit is contained in:
parent
6cb7a77890
commit
999158ef23
1 changed files with 5 additions and 1 deletions
|
@ -70,7 +70,11 @@ let package = Package(
|
|||
swiftLanguageVersions: [.v5]
|
||||
)
|
||||
|
||||
#if compiler(>=5.4)
|
||||
#if compiler(>=5.5)
|
||||
package.dependencies += [
|
||||
.package(url: "https://github.com/apple/swift-format", .branch("swift-5.5-branch"))
|
||||
]
|
||||
#elseif compiler(>=5.4)
|
||||
package.dependencies += [
|
||||
.package(url: "https://github.com/apple/swift-format", .branch("swift-5.4-branch"))
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue