Skip to content

Commit c7a6baa

Browse files
committed
Merge branch 'release/2.0.0-beta9'
2 parents fa27f9b + eedaaab commit c7a6baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CryptomatorCommon/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ import Foundation
5555

5656
if ProcessInfo.processInfo.environment["TESTFLIGHT"] == "1" {
5757
for target in package.targets {
58-
target.swiftSettings?.append(.define("TESTFLIGHT"))
58+
target.swiftSettings = [.define("TESTFLIGHT")]
5959
}
6060
}

0 commit comments

Comments
 (0)