Add function to coordinate the headers preparation for the app - #53677
Add function to coordinate the headers preparation for the app#53677cipolleschi wants to merge 5 commits into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
cc4aa96 to
3a149a1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
3a149a1 to
cca89a3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
cca89a3 to
b09bf78
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
b09bf78 to
f05e450
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
f05e450 to
e68aa4c
Compare
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
|
This pull request was exported from Phabricator. Differential Revision: D81778440 |
e68aa4c to
1c371dd
Compare
1c371dd to
7c22b97
Compare
|
@cipolleschi has exported this pull request. If you are a Meta employee, you can view the originating Diff in D81778440. |
b447555 to
29debd1
Compare
… umbrella header (#53673) Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function that configure React Native to be swift compatible by creating the React-umbrella and modulemap ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778437
Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function updates the PAckage.swift file to set BUILD_FROM_SOURCE to true ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778460
Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function that create hardlinks for React Native so it can build from source ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778454
Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function that generates codegen artifacts. Those are required by React Native and by the app to build properly. ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778439
Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function that runs `prepareHeaders` that configures the headers for React Native and Codegen targets. ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778440
29debd1 to
4d7ecb7
Compare
|
This pull request has been merged in b44d4b4. |
Summary:
Context
When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly.
Changed
Add a function that runs
prepareHeadersthat configures the headers for React Native and Codegen targets.Changelog:
[Internal] -
Differential Revision: D81778440