Skip to content

Commit 884f22a

Browse files
authored
Update README.md
1 parent e4f8edf commit 884f22a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ Android C++ libraries should be copied from the Firebase C++ SDK to your extensi
3535
* `firebase_cpp_sdk/libs/android/arm64-v8a/c++/*`
3636

3737

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.
4040

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`
4242

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.
44-
* `firebase_ios_sdk/FirebaseProduct/*.xcframework/ios-arm64_armv7/*.framework` -> `extension/lib/ios`
45-
* `firebase_ios_sdk/FirebaseProduct/*.xcframework/ios-arm64_i386_x86_64-simulator/*.framework` -> `extension/lib/x86_64-ios`
43+
#### Copy iOS C++ library dependencies
44+
iOS C++ libraries should be copied from the Firebase C++ SDK to your extension.
4645

4746
* Copy libs from the Firebase C++ SDK
4847
* `firebase_cpp_sdk/libs/ios/device-arm64/` -> `extension/lib/arm64-ios/`

0 commit comments

Comments
 (0)