Skip to content

Commit 63637b4

Browse files
committed
Add readme about ios_pod directory and its swift_headers subdirectory
1 parent f26dc40 commit 63637b4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ios_pod/readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)