Skip to content

Commit

Permalink
[Infra] Disable Auth deprecations warnings in SPM CI (#14013)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Nov 4, 2024
1 parent ae25542 commit 15eb852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
FIREBASE_CI: true

jobs:
spm-package-resolved:
env:
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ let package = Package(
"ObjC", "Public",
],
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
swiftSettings: Context.environment["FIREBASE_CI"] != nil ? [.define("FIREBASE_CI")] : [],
linkerSettings: [
.linkedFramework("Security"),
.linkedFramework("SafariServices", .when(platforms: [.iOS])),
Expand Down

0 comments on commit 15eb852

Please sign in to comment.