Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve redirects instead of manually downloading nightly Hermes (#38920
) Summary: Pull Request resolved: #38920 Maven does not provide stable URLs for stored artifacts. Instead there can be a series of redirects for the actual download URL. CocoaPods does not follow redirects when such URL is set as a `source` in a `podspec`. To mitigate that we download Hermes prebuild manually, and that set the `source` to that file. This diff removes this manual download step, and utilizes `curl` to resolve redirects, and then assign final endpoint to `source[:http]` of the `hermes-engine.podspec`. Changelog: [Internal] - Resolve redirects instead of manually downloading nightly Hermes. Reviewed By: cipolleschi Differential Revision: D48225199 fbshipit-source-id: d13f9ef79f7c89c317b854da1170ca8321823d8a
- Loading branch information