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

ios-specific options are offered on non-Darwin platforms #1662

Open
Julian-O opened this issue Aug 13, 2023 · 1 comment
Open

ios-specific options are offered on non-Darwin platforms #1662

Julian-O opened this issue Aug 13, 2023 · 1 comment

Comments

@Julian-O
Copy link
Contributor

Versions

  • Python: 3.11
  • OS: Windows
  • Buildozer: Master/2.2.0

Description

If you run buildozer -h on Windows, the commands listed include:

Target "ios" commands:
  list_identities    List the available identities to use for signing.
  xcode              Open the xcode project.

However, if you try to run these two commands, they fail, because they to run commands that are not installed.

Specifically, 'security find-identity -v -p codesigning' and 'open myapp.xcodeproj'

These two ios-specific commands should only be available on platforms that support them. (I assume 'darwin' only.)

@Julian-O Julian-O changed the title ios-specific options are offered on Windows ios-specific options are offered on non-Darwin platforms Sep 16, 2023
@Julian-O
Copy link
Contributor Author

Related #1564 (Duplicate?)

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

No branches or pull requests

1 participant