@@ -478,7 +478,7 @@ let package = Package(
478
478
] ,
479
479
path: " FirebaseCombineSwift/Sources/Firestore " ,
480
480
swiftSettings: [
481
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
481
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
482
482
]
483
483
) ,
484
484
. target(
@@ -1176,7 +1176,7 @@ let package = Package(
1176
1176
] ,
1177
1177
path: " SwiftPMTests/swift-test " ,
1178
1178
swiftSettings: [
1179
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
1179
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1180
1180
]
1181
1181
) ,
1182
1182
. testTarget(
@@ -1406,14 +1406,14 @@ func firestoreWrapperTarget() -> Target {
1406
1406
}
1407
1407
1408
1408
func firebaseFirestoreCppTarget( ) -> Target {
1409
- return . target(
1410
- name: " FirebaseFirestoreCpp " ,
1411
- path: " Firestore/core/swift " ,
1412
- publicHeadersPath: " include " , // Path to the public headers
1413
- cxxSettings: [
1414
- . headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
1415
- ]
1416
- )
1409
+ return . target(
1410
+ name: " FirebaseFirestoreCpp " ,
1411
+ path: " Firestore/core/swift " ,
1412
+ publicHeadersPath: " include " , // Path to the public headers
1413
+ cxxSettings: [
1414
+ . headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
1415
+ ]
1416
+ )
1417
1417
}
1418
1418
1419
1419
func firestoreTargets( ) -> [ Target ] {
@@ -1569,7 +1569,7 @@ func firestoreTargets() -> [Target] {
1569
1569
path: " Firestore/Swift/Source " ,
1570
1570
resources: [ . process( " Resources/PrivacyInfo.xcprivacy " ) ] ,
1571
1571
swiftSettings: [
1572
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
1572
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1573
1573
] ,
1574
1574
linkerSettings: [
1575
1575
. linkedFramework( " SystemConfiguration " , . when( platforms: [ . iOS, . macOS, . tvOS] ) ) ,
0 commit comments