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 (fac…
…ebook#38920) Summary: Pull Request resolved: facebook#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: 511372f847414a065f30df42d68108d4162b7394
- Loading branch information