We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4123b0 commit 91452fcCopy full SHA for 91452fc
sdks/hermes-engine/hermes-engine.podspec
@@ -21,7 +21,7 @@ if version == '1000.0.0'
21
source[:git] = git
22
source[:commit] = `git ls-remote https://github.com/facebook/hermes main | cut -f 1`.strip
23
else
24
- source[:http] = `https://github.com/facebook/react-native/releases/download/v#{version}/hermes-runtime-darwin-v#{version}.tar.gz`
+ source[:http] = "https://github.com/facebook/react-native/releases/download/v#{version}/hermes-runtime-darwin-v#{version}.tar.gz"
25
end
26
27
module HermesHelper
0 commit comments