mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove iOS10/tvOS10 support from remaining podfiles
Summary: Changelog: [iOS] Remove iOS10/tvOS10 support from remaining podfiles Reviewed By: shergin Differential Revision: D26410811 fbshipit-source-id: 9050346def5070338e709ff102a284a828821586
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9abafd1c27
commit
f0faa7843c
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/pushnotificationios"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "10.0" }
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
Reference in New Issue
Block a user