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 22// Created by Cheryl Lin on 2024-10-22.
33//
44
5- #include " Firestore/core/swift /include/used_by_swift.h"
5+ #include " .. /include/used_by_swift.h"
66#include < iostream>
77
88UsedBySwift::UsedBySwift (std::string content) {
Original file line number Diff line number Diff line change @@ -1174,7 +1174,10 @@ let package = Package(
11741174 " FirebaseStorage " ,
11751175 . product( name: " nanopb " , package : " nanopb " ) ,
11761176 ] ,
1177- path: " SwiftPMTests/swift-test "
1177+ path: " SwiftPMTests/swift-test " ,
1178+ swiftSettings: [
1179+ . interoperabilityMode( . Cxx) , // C++ interoperability setting
1180+ ]
11781181 ) ,
11791182 . testTarget(
11801183 name: " analytics-import-test " ,
@@ -1406,9 +1409,6 @@ func firebaseFirestoreCppTarget() -> Target {
14061409 return . target(
14071410 name: " FirebaseFirestoreCpp " ,
14081411 path: " Firestore/core/swift " ,
1409- sources: [
1410- " src " ,
1411- ] ,
14121412 publicHeadersPath: " include " , // Path to the public headers
14131413 cxxSettings: [
14141414 . headerSearchPath( " umbrella " ) , // Ensure the header search path is correct
You can’t perform that action at this time.
0 commit comments