mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-06 05:48:50 +00:00
Bump Env to Swift 6
This commit is contained in:
parent
2a2b607e32
commit
864cc26e08
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(.v5),
|
.swiftLanguageMode(.v6),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
|
|
Loading…
Reference in a new issue