invertase / firestore-ios-sdk-frameworks

⚡ Precompiled Firestore iOS SDKs extracted from the Firebase iOS SDK repository release downloads for faster build times.
Apache License 2.0
427 stars 48 forks source link

fix: update frameworks to match latest firebase-ios-sdk v`10.23.0` release #95

Closed russellwheatley closed 4 months ago

mikehardy commented 5 months ago

Just want to make sure you saw the reply from Paul (with 👍 from ncooke) on my speculative rough attempt at similar: https://github.com/invertase/firestore-ios-sdk-frameworks/pull/94#issuecomment-2020649934

russellwheatley commented 5 months ago

@mikehardy - Yep, I have updated the URLs to point to correct source now for each podspec, I also had to change vendored frameworks to match the renamed frameworks (when unzipped).

I created my own fork of repo https://github.com/russellwheatley/firestore-ios-sdk-frameworks/

and pointed FlutterFire to use as source in this PR for test app: https://github.com/firebase/flutterfire/pull/12531

Both macOS and iOS e2e tests ran successfully 👍