Add function to run pod deintegrate - #53706
Closed
cipolleschi wants to merge 2 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D81778468 |
cortinico
approved these changes
Sep 10, 2025
cortinico
left a comment
Contributor
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D81778468 |
cipolleschi
force-pushed
the
export-D81778468
branch
from
September 10, 2025 11:06
399e67c to
9dd7853
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D81778468 |
cipolleschi
force-pushed
the
export-D81778468
branch
from
September 10, 2025 11:38
9dd7853 to
3ecb513
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D81778468 |
cipolleschi
force-pushed
the
export-D81778468
branch
from
September 10, 2025 11:58
3ecb513 to
b9846fb
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D81778468 |
cipolleschi
force-pushed
the
export-D81778468
branch
from
September 11, 2025 16:15
b9846fb to
27f4ed1
Compare
cipolleschi
force-pushed
the
export-D81778468
branch
from
October 9, 2025 23:47
27f4ed1 to
81ba324
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
cipolleschi
force-pushed
the
export-D81778468
branch
from
October 9, 2025 23:48
81ba324 to
5cb2cd2
Compare
|
@cipolleschi has exported this pull request. If you are a Meta employee, you can view the originating Diff in D81778468. |
|
This pull request has been merged in a1575d0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 deintegrateto remove remainings of cocoapodsChangelog:
[Internal] -
Differential Revision: D81778468