Skip to content
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

Add support for setting swift tools version #6

Open
ttypic opened this issue Apr 20, 2023 · 2 comments
Open

Add support for setting swift tools version #6

ttypic opened this issue Apr 20, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@ttypic
Copy link
Owner

ttypic commented Apr 20, 2023

It will be nice to extract swift tools version to swiftklib extension config.

For now it always hardcoded to 5.5

@ttypic ttypic added the good first issue Good for newcomers label Apr 20, 2023
@markst
Copy link
Contributor

markst commented Jan 19, 2024

Assuming reason would be this opens up features enabled as part of newer swift versions?

I wonder if my comments here are relevant:
#10 (comment)

As if the requirement for using the plugin depended on defining the Package.swift it would mean the owner defines the swift tools version ?

@markst
Copy link
Contributor

markst commented Jan 19, 2024

Not sure how relevant but it is also possible to compile Swift packages to Android:

.target(name: "Android", condition: .when(platforms: [.android]))

Hope you don't mind me posting this here too:
https://github.com/scade-platform/swift-android-examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants