Skip to content

Commit

Permalink
feat: define hermes commit
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jun 24, 2024
1 parent 5cb0e2a commit 5c1cd4f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ package = JSON.parse(File.read(File.join(react_native_path, "package.json")))
version = package['version']

# Build hermes from given commit
source_type = HermesEngineSourceType::BUILD_FROM_GITHUB_TAG # hermes_source_type(version, react_native_path)
source_type = HermesEngineSourceType::BUILD_FROM_GITHUB_COMMIT # hermes_source_type(version, react_native_path)
ENV['HERMES_COMMIT'] = "8de61b94f526877384fbd5b0f88910c845b86a1c"
source = podspec_source(source_type, version, react_native_path)


Pod::Spec.new do |spec|
spec.name = "hermes-engine"
spec.version = version
Expand Down

0 comments on commit 5c1cd4f

Please sign in to comment.