Skip to content

Commit

Permalink
Use of Cocoapods for iOS (#9)
Browse files Browse the repository at this point in the history
* Cleaned out frameworks

* Update ext.manifest

* Cleaned up libs and flags

* Update ext.manifest
  • Loading branch information
britzl authored May 8, 2023
1 parent 1d9ca2a commit e4f8edf
Show file tree
Hide file tree
Showing 138 changed files with 5 additions and 8,344 deletions.
15 changes: 3 additions & 12 deletions firebase/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,12 @@ platforms:

armv7-ios:
context:
frameworks: ["StoreKit", "Security", "SystemConfiguration", "UIKit", "Foundation"]
flags: ["-stdlib=libc++", "-std=c++11"]
linkFlags: ["-ObjC"]
libs: ["c++", "z", "sqlite3"]
flags: ["-std=c++11"]

arm64-ios:
context:
frameworks: ["StoreKit", "Security", "SystemConfiguration", "UIKit", "Foundation"]
flags: ["-stdlib=libc++", "-std=c++11"]
linkFlags: ["-ObjC"]
libs: ["c++", "z", "sqlite3"]
flags: ["-std=c++11"]

x86_64-ios:
context:
frameworks: ["StoreKit", "Security", "SystemConfiguration", "UIKit", "Foundation"]
flags: ["-stdlib=libc++", "-std=c++11"]
linkFlags: ["-ObjC"]
libs: ["c++", "z", "sqlite3"]
flags: ["-std=c++11"]
Binary file not shown.
127 changes: 0 additions & 127 deletions firebase/lib/arm64-ios/FirebaseCore.framework/Headers/FIRApp.h

This file was deleted.

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions firebase/lib/arm64-ios/FirebaseCore.framework/Headers/FIROptions.h

This file was deleted.

25 changes: 0 additions & 25 deletions firebase/lib/arm64-ios/FirebaseCore.framework/Headers/FIRVersion.h

This file was deleted.

Loading

0 comments on commit e4f8edf

Please sign in to comment.