react-native-macos/Libraries
Riccardo Cipolleschi e7becb06c1 Update RCTFabric to generate headers in the `React` folder when using Frameworks
Summary:
By leveraging the `PUBLIC_HEADERS_FOLDER_PATH` build settings of Xcode, we can instruct cocoapods to generate the frameworks Headers in a specific folder, for example the `React` folder.
This allows us to maintain the `#include`/`#import` structure, even if the framework has a different name.
However, we need to update the search paths to take into account this extra folder.

## Changelog:
[iOS][Changed] - Generate RCTFabric framework's headers in the React folder

Reviewed By: sammy-SC, dmytrorykun

Differential Revision: D43425677

fbshipit-source-id: 94a4f3a3c7de86341b3ce3457704e6b8fb9a588e
2023-02-20 11:50:10 -08:00
..
ActionSheetIOS ESM processColor 2023-01-03 18:09:06 -08:00
Alert Adding AlertOptions to ts Alert.prompt function (#35957) 2023-01-25 02:14:45 -08:00
Animated Deploy presuppressions for v0.200.0 to xplat 2023-02-17 13:36:03 -08:00
AppDelegate Update RCTFabric to generate headers in the `React` folder when using Frameworks 2023-02-20 11:50:10 -08:00
AppState RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
BatchedBridge Upgrade to Flow 0.198.1 2023-01-23 07:38:48 -08:00
Blob Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
BugReporting Codemod cycle annotations for xplat/js 2022-11-01 17:13:27 -07:00
Components Back out "Add TraceUpdateOverlay to RN AppContainer" 2023-02-16 11:46:36 -08:00
Core Implement DOMRect and DOMRectReadOnly matching Web 2023-02-09 09:36:08 -08:00
DOM/Geometry Implement DOMRect and DOMRectReadOnly matching Web 2023-02-09 09:36:08 -08:00
DevToolsSettings Add iOS + Android support for getting/setting reload-and-profile-related settings 2022-12-05 22:07:30 -08:00
EventEmitter RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
Events remove return type from constructor (#35466) 2022-11-24 18:26:36 -08:00
FBLazyVector Remove fb_apple_library export from rn_defs 2022-11-17 09:56:30 -08:00
HeapCapture RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
Image Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
Inspector Reconnect VirtualizedList Source History 2/2 (Apply D41745930 + history, D42805202, D43063551) 2023-02-06 20:00:19 -08:00
Interaction Remove unused modules from react-native 2023-02-09 06:29:14 -08:00
JSInspector RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
LayoutAnimation RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
Linking Do not use InteractionManager to wait for Activity (#35289) 2022-11-14 03:38:52 -08:00
LinkingIOS Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
Lists Reconnect VirtualizedList Source History 2/2 (Apply D41745930 + history, D42805202, D43063551) 2023-02-06 20:00:19 -08:00
LogBox ESM LogBox 2023-01-03 18:09:06 -08:00
Modal Reconnect VirtualizedList Source History 2/2 (Apply D41745930 + history, D42805202, D43063551) 2023-02-06 20:00:19 -08:00
NativeAnimation Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
NativeComponent feat: Add logical border radius implementation (#35572) 2023-01-06 06:00:03 -08:00
NativeModules/specs Scaffolding for the PerformanceObserver TurboModule (C++ side) (#35226) 2022-11-08 10:01:21 -08:00
Network Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
NewAppScreen RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
Performance Remove unused modules from react-native 2023-02-09 06:29:14 -08:00
PermissionsAndroid Rename `POST_NOTIFICATION` to `POST_NOTIFICATIONS` (#35533) 2022-12-09 12:56:07 -08:00
Pressability Disable a /Libraries/Pressability test on Windows only 2023-02-09 08:52:57 -08:00
PushNotificationIOS Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
RCTRequired fix missing imports and set disable_infer_precompiled_header] 2022-12-04 13:30:16 -08:00
ReactNative Back out "Add TraceUpdateOverlay to RN AppContainer" 2023-02-16 11:46:36 -08:00
ReactPrivate Enable LTI in react-native 2022-12-06 19:34:14 -08:00
Renderer React Native sync for revisions 48b687f...fccf3a9 2023-02-15 08:03:07 -08:00
Settings Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
Share ESM processColor 2023-01-03 18:09:06 -08:00
StyleSheet Add `borderCurve` and `pointerEvents` to `ViewStyle` (#35998) 2023-02-01 12:20:40 -08:00
SurfaceBackedComponent Remove clang-format opt-out for Libraries 2022-10-13 02:23:13 -07:00
SurfaceHostingComponent Remove clang-format opt-out for Libraries 2022-10-13 02:23:13 -07:00
Text Fix typo in Dynamic Type docs (#36113) 2023-02-10 06:05:50 -08:00
TurboModule Add enum example to Android/iOS rn-tester TurboModule (#35133) 2023-02-08 22:49:30 -08:00
TypeSafety chore: RCTConvert - allocate array with capacity (#35490) 2022-11-28 07:29:04 -08:00
Types Fixup TS Organization (#35169) 2022-11-02 14:58:37 -07:00
Utilities Remove unused buildStyleInterpolator module from react-native 2023-02-09 06:29:14 -08:00
Vibration Update podspecs with the right search paths 2023-02-20 11:50:10 -08:00
WebPerformance Refactor BUCK file for WebPerformance (use TurboModule plugins) (#36197) 2023-02-17 19:10:41 -08:00
WebSocket Log Abnormal Closes to Metro Websocket 2022-10-26 20:09:32 -07:00
Wrapper Remove clang-format opt-out for Libraries 2022-10-13 02:23:13 -07:00
YellowBox ESM LogBox 2023-01-03 18:09:06 -08:00
__flowtests__ RN: Sort Imports via ESLint 2022-09-30 14:28:48 -07:00
vendor refactor(react-native/polyfills): rename package to @react-native/js-polyfills and align version 2022-12-05 18:34:33 -08:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Remove nonstandard Promise.prototype.done implementation 2022-05-05 03:55:10 -07:00
UTFSequence.js Add newline to UTFSequence 2023-01-19 14:04:23 -08:00
promiseRejectionTrackingOptions.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00