Skip to content

Commit

Permalink
* Firebase: GoogleAppMeasurementIdentitySupport is made optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Mar 11, 2024
1 parent 7f3c9fa commit 0e68ad5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 12 additions & 1 deletion firebase/ios-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@
* FirebaseCoreInternal.xcframework (from Firebase.zip/FirebaseAnalytics/FirebaseCoreInternal.xcframework)
* FirebaseInstallations.xcframework (from Firebase.zip/FirebaseAnalytics/FirebaseInstallations.xcframework)
* GoogleAppMeasurement.xcframework (from Firebase.zip/FirebaseAnalytics/GoogleAppMeasurement.xcframework)
* GoogleAppMeasurementIdentitySupport.xcframework (from Firebase.zip/FirebaseAnalytics/GoogleAppMeasurementIdentitySupport.xcframework)
* GoogleUtilities.xcframework (from Firebase.zip/FirebaseAnalytics/GoogleUtilities.xcframework)
* nanopb.xcframework (from Firebase.zip/FirebaseAnalytics/nanopb.xcframework)

### Identity supports is not included by purpose as its optional
In case its required it to be added to application `robovm.xml` file:

* GoogleAppMeasurementIdentitySupport.xcframework (from Firebase.zip/FirebaseAnalytics/GoogleAppMeasurementIdentitySupport.xcframework)
```
<config>
<frameworks>
<framework>GoogleAppMeasurementIdentitySupport</framework>
</frameworks>
</config>```
### to use this pod configure your `robovm.xml`
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<framework>FirebaseCoreInternal</framework>
<framework>FirebaseInstallations</framework>
<framework>GoogleAppMeasurement</framework>
<framework>GoogleAppMeasurementIdentitySupport</framework>
<framework>GoogleUtilities</framework>
<framework>nanopb</framework>
</frameworks>
Expand Down

0 comments on commit 0e68ad5

Please sign in to comment.