File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
// Created by Cheryl Lin on 2024-10-22.
3
3
//
4
4
5
- #include " Firestore/core/swift /include/used_by_swift.h"
5
+ #include " .. /include/used_by_swift.h"
6
6
#include < iostream>
7
7
8
8
UsedBySwift::UsedBySwift (std::string content) {
Original file line number Diff line number Diff line change @@ -1174,7 +1174,10 @@ let package = Package(
1174
1174
" FirebaseStorage " ,
1175
1175
. product( name: " nanopb " , package : " nanopb " ) ,
1176
1176
] ,
1177
- path: " SwiftPMTests/swift-test "
1177
+ path: " SwiftPMTests/swift-test " ,
1178
+ swiftSettings: [
1179
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1180
+ ]
1178
1181
) ,
1179
1182
. testTarget(
1180
1183
name: " analytics-import-test " ,
@@ -1406,9 +1409,6 @@ func firebaseFirestoreCppTarget() -> Target {
1406
1409
return . target(
1407
1410
name: " FirebaseFirestoreCpp " ,
1408
1411
path: " Firestore/core/swift " ,
1409
- sources: [
1410
- " src " ,
1411
- ] ,
1412
1412
publicHeadersPath: " include " , // Path to the public headers
1413
1413
cxxSettings: [
1414
1414
. headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
You can’t perform that action at this time.
0 commit comments