firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.41k stars 1.42k forks source link

[v11] Migrate ISASwizzler into FirebasePerformance #13137

Closed paulb777 closed 1 week ago

paulb777 commented 1 week ago

Migrate ISASwizzler into FirebasePerformance since it is the only client and we don't want to do additional swizzling.

Corresponding GoogleUtilities PR is https://github.com/google/GoogleUtilities/pull/190

google-oss-bot commented 1 week ago
1 Warning
:warning: Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by :no_entry_sign: Danger

paulb777 commented 1 week ago

Thanks! Yep, this PR is a pure move of the code from GoogleUtilities. We can do trimming in subsequent PRs