From 19d65a2baff2b2ab10d423e33baf373712ceda93 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Mon, 7 Nov 2022 09:52:52 -0800 Subject: [PATCH] Update .podspec license information (#35245) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35245 Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D41084913 fbshipit-source-id: a4ba31a19ffe515aa4e7c5a6e273a8cc4b6bc42d --- Libraries/ActionSheetIOS/React-RCTActionSheet.podspec | 2 +- Libraries/AppDelegate/React-RCTAppDelegate.podspec | 2 +- Libraries/Blob/React-RCTBlob.podspec | 2 +- Libraries/FBLazyVector/FBLazyVector.podspec | 2 +- Libraries/Image/React-RCTImage.podspec | 2 +- Libraries/LinkingIOS/React-RCTLinking.podspec | 2 +- Libraries/NativeAnimation/React-RCTAnimation.podspec | 2 +- Libraries/Network/React-RCTNetwork.podspec | 2 +- Libraries/PushNotificationIOS/React-RCTPushNotification.podspec | 2 +- Libraries/RCTRequired/RCTRequired.podspec | 2 +- Libraries/Settings/React-RCTSettings.podspec | 2 +- Libraries/Text/React-RCTText.podspec | 2 +- Libraries/TypeSafety/RCTTypeSafety.podspec | 2 +- Libraries/Vibration/React-RCTVibration.podspec | 2 +- React-Core.podspec | 2 +- React.podspec | 2 +- React/CoreModules/React-CoreModules.podspec | 2 +- React/FBReactNativeSpec/FBReactNativeSpec.podspec | 2 +- React/React-RCTFabric.podspec | 2 +- ReactCommon/React-Fabric.podspec | 2 +- ReactCommon/React-rncore.podspec | 2 +- ReactCommon/ReactCommon.podspec | 2 +- ReactCommon/callinvoker/React-callinvoker.podspec | 2 +- ReactCommon/cxxreact/React-cxxreact.podspec | 2 +- ReactCommon/hermes/React-hermes.podspec | 2 +- ReactCommon/jsi/React-jsc.podspec | 2 +- ReactCommon/jsi/React-jsi.podspec | 2 +- ReactCommon/jsi/React-jsidynamic.podspec | 2 +- ReactCommon/jsiexecutor/React-jsiexecutor.podspec | 2 +- ReactCommon/jsinspector/React-jsinspector.podspec | 2 +- ReactCommon/logger/React-logger.podspec | 2 +- ReactCommon/react/renderer/graphics/React-graphics.podspec | 2 +- ReactCommon/reactperflogger/React-perflogger.podspec | 2 +- ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec | 2 +- packages/rn-tester/NativeComponentExample/MyNativeView.podspec | 2 +- .../rn-tester/NativeModuleExample/ScreenshotManager.podspec | 2 +- packages/rn-tester/RCTTest/React-RCTTest.podspec | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec b/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec index a9bd4ca823..5cad0ca819 100644 --- a/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec +++ b/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/actionsheetios" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "*.{m}" diff --git a/Libraries/AppDelegate/React-RCTAppDelegate.podspec b/Libraries/AppDelegate/React-RCTAppDelegate.podspec index fff8711847..bf6c9b5787 100644 --- a/Libraries/AppDelegate/React-RCTAppDelegate.podspec +++ b/Libraries/AppDelegate/React-RCTAppDelegate.podspec @@ -46,7 +46,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/actionsheetios" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{c,h,m,mm,S,cpp}" diff --git a/Libraries/Blob/React-RCTBlob.podspec b/Libraries/Blob/React-RCTBlob.podspec index 30cf7e1417..3d69eeced3 100644 --- a/Libraries/Blob/React-RCTBlob.podspec +++ b/Libraries/Blob/React-RCTBlob.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.summary = "An API for displaying iOS action sheets and share sheets." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/FBLazyVector/FBLazyVector.podspec b/Libraries/FBLazyVector/FBLazyVector.podspec index 41a0f756f0..b8473d5bae 100644 --- a/Libraries/FBLazyVector/FBLazyVector.podspec +++ b/Libraries/FBLazyVector/FBLazyVector.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" diff --git a/Libraries/Image/React-RCTImage.podspec b/Libraries/Image/React-RCTImage.podspec index 614245a225..5eb0fdbcf7 100644 --- a/Libraries/Image/React-RCTImage.podspec +++ b/Libraries/Image/React-RCTImage.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/image" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/LinkingIOS/React-RCTLinking.podspec b/Libraries/LinkingIOS/React-RCTLinking.podspec index 1def01915d..c975d321ee 100644 --- a/Libraries/LinkingIOS/React-RCTLinking.podspec +++ b/Libraries/LinkingIOS/React-RCTLinking.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/linking" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/NativeAnimation/React-RCTAnimation.podspec b/Libraries/NativeAnimation/React-RCTAnimation.podspec index 2a15aed443..a1e4126d4c 100644 --- a/Libraries/NativeAnimation/React-RCTAnimation.podspec +++ b/Libraries/NativeAnimation/React-RCTAnimation.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.summary = "A native driver for the Animated API." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/Network/React-RCTNetwork.podspec b/Libraries/Network/React-RCTNetwork.podspec index c0bd78a8cf..6b57d3c3d0 100644 --- a/Libraries/Network/React-RCTNetwork.podspec +++ b/Libraries/Network/React-RCTNetwork.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.summary = "The networking library of React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec b/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec index 4d410d7fdc..ce1f9da25f 100644 --- a/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec +++ b/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/pushnotificationios" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/RCTRequired/RCTRequired.podspec b/Libraries/RCTRequired/RCTRequired.podspec index a0f1a646ae..dc38d2a4c4 100644 --- a/Libraries/RCTRequired/RCTRequired.podspec +++ b/Libraries/RCTRequired/RCTRequired.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" diff --git a/Libraries/Settings/React-RCTSettings.podspec b/Libraries/Settings/React-RCTSettings.podspec index 11770ad527..c721a57367 100644 --- a/Libraries/Settings/React-RCTSettings.podspec +++ b/Libraries/Settings/React-RCTSettings.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/settings" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/Libraries/Text/React-RCTText.podspec b/Libraries/Text/React-RCTText.podspec index 793a8dbf34..091ccea4c9 100644 --- a/Libraries/Text/React-RCTText.podspec +++ b/Libraries/Text/React-RCTText.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/text" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{h,m}" diff --git a/Libraries/TypeSafety/RCTTypeSafety.podspec b/Libraries/TypeSafety/RCTTypeSafety.podspec index d2744689a0..79c04d09fe 100644 --- a/Libraries/TypeSafety/RCTTypeSafety.podspec +++ b/Libraries/TypeSafety/RCTTypeSafety.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{c,h,m,mm,cpp}" diff --git a/Libraries/Vibration/React-RCTVibration.podspec b/Libraries/Vibration/React-RCTVibration.podspec index 28dcce4487..90ec1a6f0f 100644 --- a/Libraries/Vibration/React-RCTVibration.podspec +++ b/Libraries/Vibration/React-RCTVibration.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = "https://reactnative.dev/" s.documentation_url = "https://reactnative.dev/docs/vibration" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/React-Core.podspec b/React-Core.podspec index 7be727f367..b0bc495922 100644 --- a/React-Core.podspec +++ b/React-Core.podspec @@ -55,7 +55,7 @@ Pod::Spec.new do |s| s.summary = "The core of React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.resource_bundle = { "AccessibilityResources" => ["React/AccessibilityResources/*.lproj"]} diff --git a/React.podspec b/React.podspec index a0de5a6359..0ea4f42f39 100644 --- a/React.podspec +++ b/React.podspec @@ -35,7 +35,7 @@ Pod::Spec.new do |s| DESC s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs" diff --git a/React/CoreModules/React-CoreModules.podspec b/React/CoreModules/React-CoreModules.podspec index a4a605aaf0..90c8adf1bc 100644 --- a/React/CoreModules/React-CoreModules.podspec +++ b/React/CoreModules/React-CoreModules.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/React/FBReactNativeSpec/FBReactNativeSpec.podspec b/React/FBReactNativeSpec/FBReactNativeSpec.podspec index 37f2a17d8d..2d9b0b25cb 100644 --- a/React/FBReactNativeSpec/FBReactNativeSpec.podspec +++ b/React/FBReactNativeSpec/FBReactNativeSpec.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source diff --git a/React/React-RCTFabric.podspec b/React/React-RCTFabric.podspec index a494a6b757..8855651666 100644 --- a/React/React-RCTFabric.podspec +++ b/React/React-RCTFabric.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.summary = "RCTFabric for React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}" diff --git a/ReactCommon/React-Fabric.podspec b/ReactCommon/React-Fabric.podspec index c28eee60d0..03db45f21f 100644 --- a/ReactCommon/React-Fabric.podspec +++ b/ReactCommon/React-Fabric.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.summary = "Fabric for React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "dummyFile.cpp" diff --git a/ReactCommon/React-rncore.podspec b/ReactCommon/React-rncore.podspec index 635c80e7d2..e2708f721f 100644 --- a/ReactCommon/React-rncore.podspec +++ b/ReactCommon/React-rncore.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.summary = "Fabric for React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "dummyFile.cpp" diff --git a/ReactCommon/ReactCommon.podspec b/ReactCommon/ReactCommon.podspec index 46af7c0411..786cf0300f 100644 --- a/ReactCommon/ReactCommon.podspec +++ b/ReactCommon/ReactCommon.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility diff --git a/ReactCommon/callinvoker/React-callinvoker.podspec b/ReactCommon/callinvoker/React-callinvoker.podspec index 7ade869b28..dbff635a1c 100644 --- a/ReactCommon/callinvoker/React-callinvoker.podspec +++ b/ReactCommon/callinvoker/React-callinvoker.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{cpp,h}" diff --git a/ReactCommon/cxxreact/React-cxxreact.podspec b/ReactCommon/cxxreact/React-cxxreact.podspec index 8888f85473..b672f54897 100644 --- a/ReactCommon/cxxreact/React-cxxreact.podspec +++ b/ReactCommon/cxxreact/React-cxxreact.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "*.{cpp,h}" diff --git a/ReactCommon/hermes/React-hermes.podspec b/ReactCommon/hermes/React-hermes.podspec index 1a33547c2c..02a072c313 100644 --- a/ReactCommon/hermes/React-hermes.podspec +++ b/ReactCommon/hermes/React-hermes.podspec @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.summary = "Hermes engine for React Native" s.homepage = "https://reactnative.dev/" s.license = package['license'] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :osx => "10.14", :ios => "12.4" } s.source = source s.source_files = "executor/*.{cpp,h}", diff --git a/ReactCommon/jsi/React-jsc.podspec b/ReactCommon/jsi/React-jsc.podspec index ce59f0e69e..a3e3c2cdf2 100644 --- a/ReactCommon/jsi/React-jsc.podspec +++ b/ReactCommon/jsi/React-jsc.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.summary = "JavaScriptCore engine for React Native" s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "JSCRuntime.{cpp,h}" diff --git a/ReactCommon/jsi/React-jsi.podspec b/ReactCommon/jsi/React-jsi.podspec index ac21bada4f..f73127ffc9 100644 --- a/ReactCommon/jsi/React-jsi.podspec +++ b/ReactCommon/jsi/React-jsi.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "JavaScript Interface layer for React Native" s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source diff --git a/ReactCommon/jsi/React-jsidynamic.podspec b/ReactCommon/jsi/React-jsidynamic.podspec index 831c6b010f..b528de568c 100644 --- a/ReactCommon/jsi/React-jsidynamic.podspec +++ b/ReactCommon/jsi/React-jsidynamic.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "Provides support for converting between folly::dynamic and jsi::value" s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "jsi/JSIDynamic.{cpp,h}" diff --git a/ReactCommon/jsiexecutor/React-jsiexecutor.podspec b/ReactCommon/jsiexecutor/React-jsiexecutor.podspec index c0846011f9..cbfaf3879a 100644 --- a/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +++ b/ReactCommon/jsiexecutor/React-jsiexecutor.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "jsireact/*.{cpp,h}" diff --git a/ReactCommon/jsinspector/React-jsinspector.podspec b/ReactCommon/jsinspector/React-jsinspector.podspec index a1d6f7f2c3..cf77de1da3 100644 --- a/ReactCommon/jsinspector/React-jsinspector.podspec +++ b/ReactCommon/jsinspector/React-jsinspector.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "*.{cpp,h}" diff --git a/ReactCommon/logger/React-logger.podspec b/ReactCommon/logger/React-logger.podspec index 193f42e231..17c2856a92 100644 --- a/ReactCommon/logger/React-logger.podspec +++ b/ReactCommon/logger/React-logger.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "*.{cpp,h}" diff --git a/ReactCommon/react/renderer/graphics/React-graphics.podspec b/ReactCommon/react/renderer/graphics/React-graphics.podspec index 8c297d76b4..8b2d2bf463 100644 --- a/ReactCommon/react/renderer/graphics/React-graphics.podspec +++ b/ReactCommon/react/renderer/graphics/React-graphics.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "Fabric for React Native." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags diff --git a/ReactCommon/reactperflogger/React-perflogger.podspec b/ReactCommon/reactperflogger/React-perflogger.podspec index 24229c0eee..37a372c07b 100644 --- a/ReactCommon/reactperflogger/React-perflogger.podspec +++ b/ReactCommon/reactperflogger/React-perflogger.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{cpp,h}" diff --git a/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec b/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec index 5cbadf30d5..2a36877299 100644 --- a/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec +++ b/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.summary = "-" # TODO s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.source = source s.source_files = "**/*.{cpp,h}" diff --git a/packages/rn-tester/NativeComponentExample/MyNativeView.podspec b/packages/rn-tester/NativeComponentExample/MyNativeView.podspec index 3368c3e47c..d81e98d10d 100644 --- a/packages/rn-tester/NativeComponentExample/MyNativeView.podspec +++ b/packages/rn-tester/NativeComponentExample/MyNativeView.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.platforms = { :ios => "12.4" } s.compiler_flags = boost_compiler_flags + ' -Wno-nullability-completeness' - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.source = { :git => "https://github.com/facebook/my-native-view.git", :tag => "#{s.version}" } s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/boost\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\"", diff --git a/packages/rn-tester/NativeModuleExample/ScreenshotManager.podspec b/packages/rn-tester/NativeModuleExample/ScreenshotManager.podspec index 339f68e1d4..4738a51599 100644 --- a/packages/rn-tester/NativeModuleExample/ScreenshotManager.podspec +++ b/packages/rn-tester/NativeModuleExample/ScreenshotManager.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.platforms = { :ios => "12.4" } s.compiler_flags = '-Wno-nullability-completeness' - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" } s.source_files = "**/*.{h,m,mm,swift}" diff --git a/packages/rn-tester/RCTTest/React-RCTTest.podspec b/packages/rn-tester/RCTTest/React-RCTTest.podspec index 5f6d58f908..8d32267c81 100644 --- a/packages/rn-tester/RCTTest/React-RCTTest.podspec +++ b/packages/rn-tester/RCTTest/React-RCTTest.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.summary = "Tools for integration and snapshot testing." s.homepage = "https://reactnative.dev/" s.license = package["license"] - s.author = "Facebook, Inc. and its affiliates" + s.author = "Meta Platforms, Inc. and its affiliates" s.platforms = { :ios => "12.4" } s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness' s.source = source