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 @@ -1175,7 +1175,10 @@ let package = Package(
1175
1175
" FirebaseStorage " ,
1176
1176
. product( name: " nanopb " , package : " nanopb " ) ,
1177
1177
] ,
1178
- path: " SwiftPMTests/swift-test "
1178
+ path: " SwiftPMTests/swift-test " ,
1179
+ swiftSettings: [
1180
+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1181
+ ]
1179
1182
) ,
1180
1183
. testTarget(
1181
1184
name: " analytics-import-test " ,
@@ -1399,9 +1402,6 @@ func firebaseFirestoreCppTarget() -> Target {
1399
1402
return . target(
1400
1403
name: " FirebaseFirestoreCpp " ,
1401
1404
path: " Firestore/core/swift " ,
1402
- sources: [
1403
- " src " ,
1404
- ] ,
1405
1405
publicHeadersPath: " include " , // Path to the public headers
1406
1406
cxxSettings: [
1407
1407
. headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
You can’t perform that action at this time.
0 commit comments