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

Gate macOS-only subcommands and arguments to macOS #47

Open
stackotter opened this issue Mar 26, 2024 · 0 comments
Open

Gate macOS-only subcommands and arguments to macOS #47

stackotter opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stackotter
Copy link
Owner

At the moment commands such as list-identities and simulators are still available on Linux even though they don't work on Linux. If they ever work on Linux in the future we can add them back.

Simply disabling the subcommands on Linux is easy enough and not necessarily issue worthy, but I think this is a good opportunity to architect how Swift Bundler will handle host-platform specific bundler features (at the moment it only has to deal with target-platform specific features cause it mostly assumes that it's running on macOS).

@stackotter stackotter added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant