We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8766783 commit 27e5e2dCopy full SHA for 27e5e2d
Package.swift
@@ -546,7 +546,7 @@ let package = Package(
546
"ObjC", "Public",
547
],
548
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
549
- swiftSettings: Context.environment["FIREBASE_CI"] != nil ? [.define("FIREBASE_CI")] : [],
+ swiftSettings: [.swiftLanguageMode(SwiftLanguageMode.v5)],
550
linkerSettings: [
551
.linkedFramework("Security"),
552
.linkedFramework("SafariServices", .when(platforms: [.iOS])),
0 commit comments