File tree Expand file tree Collapse file tree
packages/firebase_auth/firebase_auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ let package = Package(
3333 . process( " Resources " ) ,
3434 ] ,
3535 cSettings: [
36- . headerSearchPath( " include/firebase_auth/ Private " ) ,
37- . headerSearchPath( " include/firebase_auth/ Public " ) ,
36+ . headerSearchPath( " include/Private " ) ,
37+ . headerSearchPath( " include/Public " ) ,
3838 . define( " LIBRARY_VERSION " , to: " \" \( library_version) \" " ) ,
3939 . define( " LIBRARY_NAME " , to: " \" flutter-fire-auth \" " ) ,
4040 ]
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ let package = Package(
3333 . process( " Resources " ) ,
3434 ] ,
3535 cSettings: [
36- . headerSearchPath( " include/firebase_auth/ Private " ) ,
37- . headerSearchPath( " include/firebase_auth/ Public " ) ,
36+ . headerSearchPath( " include/Private " ) ,
37+ . headerSearchPath( " include/Public " ) ,
3838 . define( " LIBRARY_VERSION " , to: " \" \( library_version) \" " ) ,
3939 . define( " LIBRARY_NAME " , to: " \" flutter-fire-auth \" " ) ,
4040 ]
You can’t perform that action at this time.
0 commit comments