Skip to content

Commit

Permalink
Fix Firestore bits
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Feb 18, 2024
1 parent 0329213 commit bf910b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,6 @@ func firestoreTargets() -> [Target] {
"core/include/",
"core/src",
],
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
publicHeadersPath: "Source/Public",
cSettings: [
.headerSearchPath("../"),
Expand Down Expand Up @@ -1477,7 +1476,7 @@ func firestoreTargets() -> [Target] {
sources: [
"Swift/Source/",
],
resources: [.process("Resources/PrivacyInfo.xcprivacy")]
resources: [.process("Source/Resources/PrivacyInfo.xcprivacy")]
),
]
}
Expand Down Expand Up @@ -1525,6 +1524,7 @@ func firestoreTargets() -> [Target] {
"FirebaseSharedSwift",
],
path: "Firestore/Swift/Source",
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
linkerSettings: [
.linkedFramework("SystemConfiguration", .when(platforms: [.iOS, .macOS, .tvOS])),
.linkedFramework("UIKit", .when(platforms: [.iOS, .tvOS])),
Expand Down

0 comments on commit bf910b7

Please sign in to comment.