This repository was archived by the owner on Feb 2, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork735
Make xctool play nice with Find Implicit Dependencies#98
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
4 commits Select commitHold shift + click to select a range
4136a19
move the routines that find the matching scheme path into their own m…
fpotter2d64825
move the routines that populate buildable + testables into their own …
fpotterc905c8e
the generated scheme for tests should match the original scheme's set…
fpotter6314bb6
the generated Tests workspace should include all projects in subject'…
fpotterFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
PrevPrevious commit
the generated Tests workspace should include all projects in subject'…
…s workspacePreviously, we only added projects for the buildables and testables tothe generated workspace. This was fine, but it doesn't give Xcode'sFind Implicit Dependencies feature enough information to work from.Let's make the generated workspace include all the projects.Test Plan:Tests pass. Verified that find implicit dependencies now works with aCocoaPods project.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit6314bb6b7f91c47a53e6adce92eba537ae76a752
There are no files selected for viewing
4 changes: 4 additions & 0 deletionsxctool/xctool-tests/BuildTestsActionTests.m
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
13 changes: 13 additions & 0 deletionsxctool/xctool/BuildTestsAction.m
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
2 changes: 2 additions & 0 deletionsxctool/xctool/SchemeGenerator.h
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
5 changes: 5 additions & 0 deletionsxctool/xctool/SchemeGenerator.m
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
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.