You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,13 @@ Android C++ libraries should be copied from the Firebase C++ SDK to your extensi
35
35
*`firebase_cpp_sdk/libs/android/arm64-v8a/c++/*`
36
36
37
37
38
-
#### Copy iOS dependencies
39
-
Setup for iOS is made without CocoaPods using a direct download of the Firebase iOS SDK. It is important to use a version of the iOS SDK matching the iOS dependencies in `firebase_cpp_sdk/readme.md`.
38
+
###Configure Cocoapod dependencies
39
+
The Cocoapod dependencies used by this extension need to match the ones specified in the Firebase C++ SDK.
40
40
41
-
*Firebase iOS SDK direct download link: https://github.com/firebase/firebase-ios-sdk/releases/download/8.10.0/Firebase.zip
41
+
*Add Cocoapod dependencies to `extension/manifest/ios/Podfile`
42
42
43
-
* Copy frameworks from iOS SDK. Check the included `firebase_ios_sdk/README.md` to learn which frameworks you need (most Firebase products require the frameworks for Firebase Analytics as well as the frameworks specific to the product). Note that Defold doesn't support `*.xcframework` files. You need to unpack/open all the `*.framework` files from `*.xcframework` and put to folders according to architecture.
0 commit comments