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: 2e3a16bb043856317618db728980080b9c7dbe63
- Loading branch information