Skip to content

Commit

Permalink
Bump iOS from 11.0 to 12.4 in Hermes eng podspec (#33939)
Browse files Browse the repository at this point in the history
Summary:
Deprecate iOS/tvOS SDK 11.0 support now that 12.4+ is required

Context: #33935 (comment)

## Changelog

[iOS] [Fixed] - Deprecate iOS/tvOS SDK 11.0 support now that 12.4+ is required

Pull Request resolved: #33939

Reviewed By: hramos

Differential Revision: D36780553

Pulled By: cortinico

fbshipit-source-id: 64dd12742d1f9f949a89306dd3353ea24a31983d
  • Loading branch information
leotm authored and facebook-github-bot committed May 31, 2022
1 parent 91452fc commit f56d701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/hermes-engine/hermes-engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |spec|
spec.license = package["license"]
spec.author = "Facebook"
spec.source = source
spec.platforms = { :osx => "10.13", :ios => "11.0" }
spec.platforms = { :osx => "10.13", :ios => "12.4" }

spec.preserve_paths = ["destroot/bin/*"].concat(HermesHelper::BUILD_TYPE == :debug ? ["**/*.{h,c,cpp}"] : [])
spec.source_files = "destroot/include/**/*.h"
Expand Down

0 comments on commit f56d701

Please sign in to comment.