-
Notifications
You must be signed in to change notification settings - Fork 25.1k
[ios][precompile] move header template to separate-folder #54839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ios][precompile] move header template to separate-folder #54839
Conversation
Job Summary for GradleTest All :: run_fantom_tests
|
Job Summary for GradleTest All :: run_fantom_tests
|
cipolleschi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but I'd put back the < for uikit.
packages/react-native/scripts/ios-prebuild/templates/React-umbrella.h
Outdated
Show resolved
Hide resolved
A small cleanup to make the directory structure of the header file template when building xcframeworks. Umbrella and module map templates are now moved into templates folder.
a5f2a39 to
bfc365a
Compare
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this in D89376964. |
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary: To make the later VFS overlays work, our React umbrella header needs to use angled import syntax instead of quoted". This is so that the compiler will look up by module and not only by path. Prev PR: #54839 Next PR: #54841 ## Changelog: [IOS] [FIXED] - changed umbrella header template to use angled import syntax Pull Request resolved: #54840 Test Plan: Run RNTester with prebuilds Reviewed By: cortinico Differential Revision: D89377015 Pulled By: cipolleschi fbshipit-source-id: b1be8223b7cad5d09a918464f7bac6edad4bd051
|
This pull request was successfully merged by @chrfalch in 38d7005 When will my fix make it into a release? | How to file a pick request? |
|
@cipolleschi merged this pull request in 38d7005. |
A small cleanup to make the directory structure of the header file template when building xcframeworks.
Umbrella and module map templates are now moved into a templates folder in the scripts/iOS-prebuilt folder
Prev PR: #54838
Next PR: #54840
Changelog:
[INTERNAL] [FIXED] - Moved iOS prebuild scripts to templates folder.
Test Plan:
Run RNTester with prebuilds