@@ -479,7 +479,7 @@ let package = Package(
479
479
] ,
480
480
path: " FirebaseCombineSwift/Sources/Firestore " ,
481
481
swiftSettings: [
482
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
482
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
483
483
]
484
484
) ,
485
485
. target(
@@ -1177,7 +1177,7 @@ let package = Package(
1177
1177
] ,
1178
1178
path: " SwiftPMTests/swift-test " ,
1179
1179
swiftSettings: [
1180
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
1180
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1181
1181
]
1182
1182
) ,
1183
1183
. testTarget(
@@ -1399,14 +1399,14 @@ func firestoreWrapperTarget() -> Target {
1399
1399
}
1400
1400
1401
1401
func firebaseFirestoreCppTarget( ) -> Target {
1402
- return . target(
1403
- name: " FirebaseFirestoreCpp " ,
1404
- path: " Firestore/core/swift " ,
1405
- publicHeadersPath: " include " , // Path to the public headers
1406
- cxxSettings: [
1407
- . headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
1408
- ]
1409
- )
1402
+ return . target(
1403
+ name: " FirebaseFirestoreCpp " ,
1404
+ path: " Firestore/core/swift " ,
1405
+ publicHeadersPath: " include " , // Path to the public headers
1406
+ cxxSettings: [
1407
+ . headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
1408
+ ]
1409
+ )
1410
1410
}
1411
1411
1412
1412
func firestoreTargets( ) -> [ Target ] {
@@ -1562,7 +1562,7 @@ func firestoreTargets() -> [Target] {
1562
1562
path: " Firestore/Swift/Source " ,
1563
1563
resources: [ . process( " Resources/PrivacyInfo.xcprivacy " ) ] ,
1564
1564
swiftSettings: [
1565
- . interoperabilityMode( . Cxx) , // C++ interoperability setting
1565
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1566
1566
] ,
1567
1567
linkerSettings: [
1568
1568
. linkedFramework( " SystemConfiguration " , . when( platforms: [ . iOS, . macOS, . tvOS] ) ) ,
0 commit comments