File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ firebase-cpp-sdk/ios_pod directory
2
+
3
+ This directory contains a Podfile that allows us to install the Firebase iOS SDK
4
+ via CocoaPods. The Podfile here must include all Cocoapods used by the Firebase
5
+ C++ SDK. The pods are extracted as part of the build process, and the header
6
+ files within them are referenced by the Objective-C++ code in this SDK (see
7
+ setup_pod_headers in CMakeLists.txt for details).
8
+
9
+ The "swift_headers" subdirectory contains copies of the most recent Swift
10
+ bridging headers for the Firebase iOS libraries that are written in Swift,
11
+ enabling them to be called from this SDK's Objective-C++ code. These headers are
12
+ copied from the most recent firebase-ios-sdk release via this repository's
13
+ update-dependencies.yml GitHub Actions workflow.
You can’t perform that action at this time.
0 commit comments