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
430 stars 48 forks source link

fix: download assets using 302 redirect directly #50

Closed mikehardy closed 2 years ago

mikehardy commented 2 years ago

For some reason all of the github asset URL discovery -> actual download location parsing stuff broke, and was reproducibly broken locally

But using curl to follow the redirect directly (via --location param) worked fine, so going with that

Also forward-ported to python3 / macos12 while I was in there

Fixes #49