Add configure iOS prebuilds (hermes and dependencies) - #53671
Add configure iOS prebuilds (hermes and dependencies)#53671cipolleschi wants to merge 3 commits into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
8cc6a8c to
b866c78
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
b866c78 to
1ceeed8
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: D81778467 |
1ceeed8 to
a2d9700
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
a2d9700 to
c89b421
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
c89b421 to
5c63b13
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778467 |
5c63b13 to
5af77e1
Compare
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 given the root of the app and the name of the xcodeproject file, can return the path to the Xcode project file ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778456
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 `pod deintegrate` to remove remainings of cocoapods ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778468
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 prepares the prebuilds for ios so we can leverage them when building from source ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778467
5af77e1 to
be80243
Compare
|
@cipolleschi has exported this pull request. If you are a Meta employee, you can view the originating Diff in D81778467. |
be80243 to
4b43dad
Compare
|
This pull request has been merged in 2fe008b. |
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 prepares the prebuilds for ios so we can leverage them when building from source
Changelog:
[Internal] -
Differential Revision: D81778467