react-native-macos/React/CoreModules
Riccardo Cipolleschi b1b2b8baaf Update podspecs with the right search paths
Summary:
Update podspecs with the right search paths to include the required framework by every module.

## Changelog:
[iOS][Changed] - Update search paths to support `use_frameworks!` with Fabric

Reviewed By: sammy-SC, dmytrorykun

Differential Revision: D43089372

fbshipit-source-id: 4bbfc4b98bd289d66ce4015429d581856d9c05b3
2023-02-20 11:50:10 -08:00
..
BUCK remove -weak_framework (#89233) 2022-11-18 08:23:55 -08:00
CoreModulesPlugins.h Configure BlobModule as proper TurboModule 2022-11-16 10:10:06 -08:00
CoreModulesPlugins.mm Configure BlobModule as proper TurboModule 2022-11-16 10:10:06 -08:00
RCTAccessibilityManager+Internal.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAccessibilityManager.h feat: Add support for "Prefer Cross-Fade Transitions" into AccessibilityInfo (#34406) 2022-08-25 10:45:15 -07:00
RCTAccessibilityManager.mm feat: Add support for "Prefer Cross-Fade Transitions" into AccessibilityInfo (#34406) 2022-08-25 10:45:15 -07:00
RCTActionSheetManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTActionSheetManager.mm feat: Add dismissActionSheet method to ActionSheetIOS (#33189) 2022-03-11 16:33:17 -08:00
RCTAlertController.h Back out "Fix `Alert` not showing in an app using `UIScene`" 2022-09-17 07:05:37 -07:00
RCTAlertController.m Fix RCTAlertController not showing when using SceneDelegate on iOS 13.0+ (#35716) 2023-01-04 11:40:34 -08:00
RCTAlertManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAlertManager.mm Back out "Fix `Alert` not showing in an app using `UIScene`" 2022-09-17 07:05:37 -07:00
RCTAppState.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAppState.mm Fix AppState by removing guard for bridge, since it doesn't use bridge 2022-05-01 13:36:09 -07:00
RCTAppearance.h Back out "Add Appearance.setColorScheme support" 2023-02-09 00:54:42 -08:00
RCTAppearance.mm Back out "Add Appearance.setColorScheme support" 2023-02-09 00:54:42 -08:00
RCTClipboard.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTClipboard.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDevLoadingView.h Remove UIKit import from RCTDevLoadingView.h (#35843) 2023-01-17 02:57:51 -08:00
RCTDevLoadingView.mm Null Exception Handling | Input Validation - RCTAlertController - RCTDevLoadingView (#35689) 2023-01-03 13:53:42 -08:00
RCTDevMenu.h Add hotkeysEnabled property to RCTDevMenu for iOS 2022-04-20 13:20:06 -07:00
RCTDevMenu.mm Update RCTDevMenu.mm (#35910) 2023-01-23 05:04:03 -08:00
RCTDevSettings.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDevSettings.mm feat: add invoking dev menu on iOS by pressing `d` in terminal (#36115) 2023-02-14 04:33:39 -08:00
RCTDevSplitBundleLoader.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDevSplitBundleLoader.mm Fix a crash when reloading the JS bundle 2023-02-17 14:50:53 -08:00
RCTDeviceInfo.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTDeviceInfo.mm prevent from publishing dimensions change event when app changes state (#34014) 2022-06-28 08:56:25 -07:00
RCTEventDispatcher.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTEventDispatcher.mm Possible fix for convertIdToFollyDynamic crash in RCTBaseTextInputView and RCTEventDispatcher 2022-07-25 18:14:46 -07:00
RCTExceptionsManager.h Reland D38460203 2022-09-07 14:41:45 -07:00
RCTExceptionsManager.mm Repair when RCTRedBoxGetEnabled is false , inoperative in RCTExceptio… (#35576) 2023-01-04 09:23:38 -08:00
RCTFPSGraph.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTFPSGraph.m add casts for implicit int to float 2022-04-21 12:18:53 -07:00
RCTI18nManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTI18nManager.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTKeyboardObserver.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTKeyboardObserver.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTLogBox.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTLogBox.mm Don't display Paper surface from Logbox if Bridge is invalid 2022-05-10 16:25:47 -07:00
RCTLogBoxView.h Ensure LogBox uses UIWindowScene API for opening its view 2022-04-25 10:39:26 -07:00
RCTLogBoxView.mm Minor: Rename RCTNotAllowedInAppWideFabric to RCTNotAllowedInFabricWithoutLegacy 2022-07-08 15:07:55 -07:00
RCTPerfMonitor.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTPlatform.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTPlatform.mm Replace folly::Optional with std::optional (#35436) 2022-11-28 02:08:12 -08:00
RCTRedBox.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTRedBox.mm Use monospace font for RCTRedBox.mm message (#34780) 2022-09-27 04:51:52 -07:00
RCTSourceCode.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTSourceCode.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTStatusBarManager.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTStatusBarManager.mm Remove folly import in GenerateModuleObjCpp 2022-03-22 17:10:18 -07:00
RCTTiming.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTTiming.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWebSocketExecutor.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWebSocketExecutor.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWebSocketModule.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTWebSocketModule.mm Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
React-CoreModules.podspec Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00