From 22af9a393845089460afc8322f3c40fb28fc0bce Mon Sep 17 00:00:00 2001 From: Xuan Huang Date: Fri, 11 Dec 2020 14:39:04 -0800 Subject: [PATCH] Fix instructions in comment of podspec --- hermes-engine.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes-engine.podspec b/hermes-engine.podspec index 5d16e7a4439..548c6d0df3b 100644 --- a/hermes-engine.podspec +++ b/hermes-engine.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| spec.homepage = "https://hermesengine.dev" spec.license = { type: "MIT", file: "LICENSE" } spec.author = "Facebook" - # This env var should be supplied with a CDN URL for hermes-engine-darwin.tgz on the Github releases before pod push. + # This env var should be supplied with a CDN URL for hermes-runtime-darwin.tgz on the Github releases before pod push. # The podspec would be serialized to JSON and people will download prebuilt binaries instead of the source. spec.source = ENV['hermes-artifact-url'] ? { http: ENV['hermes-artifact-url'] } : { git: "https://github.com/facebook/hermes.git", tag: "v#{spec.version}" } spec.platforms = { :osx => "10.13", :ios => "10.0" }