-
Notifications
You must be signed in to change notification settings - Fork 17
[Experimental]alternative for using external dependencies implementation #49
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
Merged
IlyaGulya
merged 21 commits into
ttypic:feature/external-dependencies-single-module-experimental
from
frankois944:external-deps-with-command-line
Nov 27, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7df04f0
Add example link to `radioplayer-kt`.
markst 0a6693c
using command line instead of string manipulation
frankois944 3f7ae02
fix local spm
frankois944 b47ec30
make the plugin working namespace
frankois944 8e39b53
WIP: add multi product usage for a SPM repository
frankois944 c96f686
fix test
frankois944 f3dcc6a
fix test
frankois944 7101138
Merge branch 'ttypic:main' into external-deps-with-command-line
frankois944 53cf471
update remote parameter name
frankois944 de4969e
add more complex case
frankois944 23a5847
Add tools version parameter
frankois944 3711eb8
Change ExperimentalSwiftklibApi level
frankois944 b6427ad
fix build (my bad)
frankois944 08941f5
rollback bad commit
frankois944 166468f
cleaning CompileSwiftTask
frankois944 497bb7a
simplify content check
frankois944 4bf80d3
remove bad copy/paste
frankois944 389eeb4
use none as check if the List is not blank
frankois944 a6c6ab9
build the manifest from a template
frankois944 2d3a724
update tools version default version: 5.9
frankois944 569e339
update tools version default version: 5.9
frankois944 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
This is a breaking change in plugin API.
Is it really necessary to store versions as strings?
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.
I change from a
Intto aString; it has too much limitation.For example, we can't use this kind of version
macos = "10.15.1", this is possible to set in the Package manifest.I don't think it's a big deal, as it's just a type of the input to change.