mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-05 13:28:50 +00:00
For now compile env in Swift 5 mode
This commit is contained in:
parent
e618ebf8f6
commit
5d1d540c7f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let package = Package(
|
||||||
.product(name: "KeychainSwift", package: "keychain-swift"),
|
.product(name: "KeychainSwift", package: "keychain-swift"),
|
||||||
],
|
],
|
||||||
swiftSettings: [
|
swiftSettings: [
|
||||||
.swiftLanguageMode(.v6),
|
.swiftLanguageMode(.v5),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
|
|
Loading…
Reference in a new issue