Skip to content

Commit

Permalink
Update podspec to tvOS 12.4 (#415)
Browse files Browse the repository at this point in the history
Fixes an issue when building for tvOS and Fabric enabled.
  • Loading branch information
douglowder authored Jul 11, 2023
1 parent 55d384d commit aeaa21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.authors = package['author']
s.homepage = package['homepage']
s.platforms = { :ios => "12.4", :tvos => "11.0" }
s.platforms = { :ios => "12.4", :tvos => "12.4" }

s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm}"
Expand Down

0 comments on commit aeaa21b

Please sign in to comment.