mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bump iOS and tvOS from 11.0 to 12.4 in cocoapods
Summary: Changelog: [iOS][Deprecated] Deprecating support for iOS/tvOS SDK 11.0, 12.4+ is now required allow-large-files Reviewed By: sammy-SC Differential Revision: D34547333 fbshipit-source-id: a24bb09d03939a092de4198efb1aa4a44c69f718
This commit is contained in:
committed by
Facebook GitHub Bot
parent
126873f63d
commit
982ca30de0
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/actionsheetios"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "*.{m}"
|
||||
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{h,m,mm}"
|
||||
|
||||
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{c,h,m,mm,cpp}"
|
||||
s.header_dir = "FBLazyVector"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/image"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/linking"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "**/*.{h,m,mm}"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
@@ -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 => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{c,h,m,mm,cpp}"
|
||||
s.header_dir = "RCTRequired"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/settings"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/text"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{h,m}"
|
||||
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags
|
||||
s.source = source
|
||||
s.source_files = "**/*.{c,h,m,mm,cpp}"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = "https://reactnative.dev/docs/vibration"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "*.{m,mm}"
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.resource_bundle = { "AccessibilityResources" => ["React/AccessibilityResources/*.lproj"]}
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
|
||||
s.cocoapods_version = ">= 1.10.1"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "**/*.{c,m,mm,cpp}"
|
||||
|
||||
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
# This podspec is used to trigger the codegen, and built files are generated in a different location.
|
||||
|
||||
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}"
|
||||
s.exclude_files = "**/tests/*",
|
||||
|
||||
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "dummyFile.cpp"
|
||||
s.pod_target_xcconfig = { "USE_HEADERMAP" => "YES",
|
||||
|
||||
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "dummyFile.cpp"
|
||||
s.pod_target_xcconfig = { "USE_HEADERMAP" => "YES",
|
||||
|
||||
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{cpp,h}"
|
||||
s.header_dir = "ReactCommon"
|
||||
|
||||
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "*.{cpp,h}"
|
||||
s.exclude_files = "SampleCxxModule.*"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :osx => "10.14", :ios => "11.0" }
|
||||
s.platforms = { :osx => "10.14", :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "executor/*.{cpp,h}",
|
||||
"inspector/*.{cpp,h}",
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{cpp,h}"
|
||||
s.exclude_files = "**/test/*"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "jsireact/*.{cpp,h}"
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
|
||||
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "*.{cpp,h}"
|
||||
s.header_dir = 'jsinspector'
|
||||
|
||||
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "*.{cpp,h}"
|
||||
s.exclude_files = "SampleCxxModule.*"
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{cpp,h}"
|
||||
s.exclude_files = "tests"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.source = source
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
s.source_files = "**/*.{m,mm,cpp,h}"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{cpp,h}"
|
||||
s.header_dir = "reactperflogger"
|
||||
|
||||
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{cpp,h}"
|
||||
s.header_dir = "ReactCommon"
|
||||
|
||||
@@ -43,7 +43,7 @@ Pod::Spec.new do |spec|
|
||||
]
|
||||
|
||||
# Pinning to the same version as React.podspec.
|
||||
spec.platforms = { :ios => "11.0" }
|
||||
spec.platforms = { :ios => "12.4" }
|
||||
|
||||
# Set this environment variable when *not* using the `:path` option to install the pod.
|
||||
# E.g. when publishing this spec to a spec repo.
|
||||
|
||||
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
|
||||
s.description = "my-native-view"
|
||||
s.homepage = "https://github.com/sota000/my-native-view.git"
|
||||
s.license = "MIT"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.source = { :git => "https://github.com/facebook/my-native-view.git", :tag => "#{s.version}" }
|
||||
|
||||
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
||||
s.description = "ScreenshotManager"
|
||||
s.homepage = "https://github.com/facebook/react-native.git"
|
||||
s.license = "MIT"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require_relative '../../scripts/react_native_pods'
|
||||
|
||||
source 'https://cdn.cocoapods.org/'
|
||||
platform :ios, '11.0'
|
||||
platform :ios, '12.4'
|
||||
|
||||
# Temporary solution to suppress duplicated GUID error.
|
||||
# Can be removed once we move to generate files outside pod install.
|
||||
|
||||
@@ -890,9 +890,9 @@ EXTERNAL SOURCES:
|
||||
SPEC CHECKSUMS:
|
||||
boost: a7c83b31436843459a1961bfd74b96033dc77234
|
||||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
|
||||
FBLazyVector: b81a2b70c72d8b0aefb652cea22c11e9ffd02949
|
||||
FBReactNativeSpec: 4343c04fd79251fa1e5f2243b536df24009834f6
|
||||
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
|
||||
FBLazyVector: 19e408e76fa9258dd32191a50d60c41444f52d29
|
||||
FBReactNativeSpec: fc6b3c34276fb05bb3e0f6bccc50e21dd38de5bf
|
||||
Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
|
||||
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
||||
Flipper-DoubleConversion: 3d3d04a078d4f3a1b6c6916587f159dc11f232c4
|
||||
@@ -903,46 +903,46 @@ SPEC CHECKSUMS:
|
||||
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
||||
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
|
||||
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
||||
glog: 476ee3e89abb49e07f822b48323c51c57124b572
|
||||
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
|
||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
||||
RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8
|
||||
RCTRequired: af2d6080a4b9ba0885b28ca78879a92066c71cab
|
||||
RCTTypeSafety: 2d6c5149fd3b8f2ba89987b47169423efb740300
|
||||
React: f64c9f6db5428717922a3292ba6a448615a2e143
|
||||
React-bridging: a86401f93edb5564d437595060e55306c877462d
|
||||
React-callinvoker: c5d61e29df57793f0dc10ec2bc01c846f863e51f
|
||||
RCTRequired: 1c8808cf84569265784a6c33984bbb506ada8c6e
|
||||
RCTTypeSafety: b9e639380265155a5bbdac4a72be1307f9360fc6
|
||||
React: 8d809d414723bb5763093ddec7658066a21ccabc
|
||||
React-bridging: 1329cdc45834252447f5f4cb8bd19ec78ef0f06e
|
||||
React-callinvoker: 5f16202ad4e45f0607b1fae0f6955a8f7c87eef1
|
||||
React-Codegen: c4ae835565487e494740b756ce953d8f635a76df
|
||||
React-Core: 30784d0eacbd709a3a6a5ae7c02c928634a6247e
|
||||
React-CoreModules: 51b1ad5727a4249a596b168439a2578e9dc0d094
|
||||
React-cxxreact: cfc1663dae1ea52b465bbf021ef7b1527c5dc80c
|
||||
React-Fabric: 30b8fa96a0c56d1c11348f77607464eb87bb3f9f
|
||||
React-graphics: 9a84942b49ea1375ce83844041fa2ba766cfe0b9
|
||||
React-jsi: c1c0108d86e1378aabf7c9146ed7d12d87c7df85
|
||||
React-jsiexecutor: d08ec14edc8f2e19af51550cd1505332eae35c7b
|
||||
React-jsinspector: 7d223826b0e7a61b3540c21b9eca2603b1d4e823
|
||||
React-logger: 2009c0280c286a76200d6b7c5fe242fad51ddd7a
|
||||
React-perflogger: fe66bd6d8b17ebcfdf0159bf41fe28d8035ac20c
|
||||
React-RCTActionSheet: 3131a0b9280aa0e51bdf54b3d79aecd8503db62c
|
||||
React-RCTAnimation: 938fcdbd56ec129bf02da489725978d2514e4c6d
|
||||
React-RCTBlob: 5aa3aaaedf02381ff3b2f3ff4926c4652849e0cb
|
||||
React-RCTFabric: 22135dd0c6db9f52882d08d9ecbc241062c6f8d7
|
||||
React-RCTImage: 6d8050f3a4b05d30d5400ef5fd3a234cdf0a893c
|
||||
React-RCTLinking: c23a7701755a7dd2be14269072d6b4baccf05e65
|
||||
React-RCTNetwork: 852ceeef30b0e3306e8ff9aa85ebd8b1d4fafffb
|
||||
React-RCTPushNotification: df73c64199da24ab93ea0a877f2be14ab1f57f24
|
||||
React-RCTSettings: e34c2c120492e21939be1ca8aa72df2782d628ca
|
||||
React-RCTTest: 7cbcd615b1e74ad59c9ad4257e6c323482114173
|
||||
React-RCTText: e9146b2c0550a83d1335bfe2553760070a2d75c7
|
||||
React-RCTVibration: 9d4b704673754ed6541075152c522552aebb9237
|
||||
React-rncore: b6e9b49eb1c7c045b98c77b1f94932e3c0be7cec
|
||||
React-runtimeexecutor: 4b0c6eb341c7d3ceb5e2385cb0fdb9bf701024f3
|
||||
ReactCommon: f5fd5011a78235afb572a4618bd04a672b41da9d
|
||||
ScreenshotManager: 8a08e488cb533b83ebe069ad6109d9c1df9cea79
|
||||
React-Core: 5f17b3eb71cbd4751186525e874010c264435bae
|
||||
React-CoreModules: 97cfc7d97cca9a3b59e5c2de5d1e6ddb9605f0c8
|
||||
React-cxxreact: 6c8298fa64352792a63f358db73f4f24c1317304
|
||||
React-Fabric: 7041000207eca7aa25e73731961630623b8f6510
|
||||
React-graphics: d4c10577f5e0221d34e65e658e2770842de99d08
|
||||
React-jsi: 08fe8a4e9a4a14a215f55ff954bd2fd8812df27b
|
||||
React-jsiexecutor: 6f90354b81808e2f408426dfae10ed413df2bada
|
||||
React-jsinspector: 7733dd522d044aef87caa39f3eda77593358a7eb
|
||||
React-logger: c7960346b021767ed90971aff592a44e3d69f8bb
|
||||
React-perflogger: c4fdd48988c2d3047186fc1bc1772d634cfca2ea
|
||||
React-RCTActionSheet: 166fd1df85ac10219466b45d12a5884d3eaceac1
|
||||
React-RCTAnimation: 37350855482bcf0737b6bffe083457a3db801dea
|
||||
React-RCTBlob: 209aa807339da293db61bed648a691101f23f52f
|
||||
React-RCTFabric: f67635c27e1287ce62f063beccd210d7c4f2af1f
|
||||
React-RCTImage: a64fe231fe8fb118a227c3bc12189d7a0c087ed0
|
||||
React-RCTLinking: 21bb4675c3ec8fe704672ea511e817aeb3bf8370
|
||||
React-RCTNetwork: abf43cb960e7b31a7d082143d66d9bd7d0589505
|
||||
React-RCTPushNotification: 7f678a88147254ede5d21a1e1e71e8a964dd0051
|
||||
React-RCTSettings: da8c43d0c597d29cd509079411bc191f737a5a81
|
||||
React-RCTTest: 451f186880271c249a3ff65761f569592a7765e1
|
||||
React-RCTText: a861fbf2835299d3cc4189697cddd8bd8602afb9
|
||||
React-RCTVibration: 00dbb5e9451af741c77be12978281ded80046f3d
|
||||
React-rncore: ed4c24b136f613ebbcfc780a33e2bc23021f3eae
|
||||
React-runtimeexecutor: 97dca9247f4d3cfe0733384b189c6930fbd402b7
|
||||
ReactCommon: 4a2e9e61ef59dc6f7b92f05a6b9e37a0013ee854
|
||||
ScreenshotManager: 8baf7f62c6b602ba59ea979d9ed294c98ee3019e
|
||||
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
||||
Yoga: faebdb8710c7e742c6ab99e14ed4270b8da27f1f
|
||||
Yoga: cdc7a2377fc03a2d44322b7784a2461b4c17da09
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 064c91fbb8ac895e453a791ebaaae5cfe9c8557d
|
||||
PODFILE CHECKSUM: 0655d9d79b9837da383b58df5ece7f5c0c4f45b0
|
||||
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
||||
s.platforms = { :ios => "12.4", :tvos => "12.4" }
|
||||
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
|
||||
s.source = source
|
||||
s.source_files = "**/*.{h,m,mm}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require_relative '../node_modules/react-native/scripts/react_native_pods'
|
||||
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||
|
||||
platform :ios, '11.0'
|
||||
platform :ios, '12.4'
|
||||
install! 'cocoapods', :deterministic_uuids => false
|
||||
|
||||
target 'HelloWorld' do
|
||||
|
||||
@@ -21,6 +21,6 @@ Pod::Spec.new do |spec|
|
||||
spec.user_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/DoubleConversion\"" }
|
||||
|
||||
# Pinning to the same version as React.podspec.
|
||||
spec.platforms = { :ios => "11.0" }
|
||||
spec.platforms = { :ios => "12.4" }
|
||||
|
||||
end
|
||||
|
||||
@@ -33,6 +33,6 @@ Pod::Spec.new do |spec|
|
||||
"HEADER_SEARCH_PATHS" => "$(PODS_TARGET_SRCROOT)/src" }
|
||||
|
||||
# Pinning to the same version as React.podspec.
|
||||
spec.platforms = { :ios => "11.0" }
|
||||
spec.platforms = { :ios => "12.4" }
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user