Skip to content

Commit 9328115

Browse files
hramosfacebook-github-bot
authored andcommitted
Hermes: Use Hermes commit sha as part of pod version
Summary: Customize the Hermes version exposed to CocoaPods with one that refers to the facebook/hermes commit sha from which Hermes was built. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D36145140 fbshipit-source-id: 4ff7546d2335ea6642dd9b10f4b7a9aba260d550
1 parent 09878c8 commit 9328115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/hermes-engine.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::UI.puts '[Hermes] Hermes needs to be compiled, installing hermes-engine may
2020

2121
Pod::Spec.new do |spec|
2222
spec.name = "hermes-engine"
23-
spec.version = '1000.0.0'
23+
spec.version = "1000.0.0-#{hermes_tag_sha.slice(0,6)}"
2424
spec.summary = "Hermes is a small and lightweight JavaScript engine optimized for running React Native."
2525
spec.description = "Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode."
2626
spec.homepage = "https://hermesengine.dev"

0 commit comments

Comments
 (0)