-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Multiple permissions in .p4a #673
Comments
I see no major reason not to allow this (or maybe a --permissions), if someone would like to make a PR it should be fine. |
This could be probably closed after bdist is documented, as there is an option for multiple permissions in bdist since #898 and it makes a usage of p4a much more comportable:
rather than:
😋 with a file constructed like this + after #965 you could just import the permission groups and put them into the dictionary like this:
|
I'd like to make toolchain.py accept --permissions as well as just the bdist command. |
When used with a single value -> ['param'], two or more values -> ['param1', 'param2'], two or more --permission args -> [['param1', 'param2'], ['param3', 'param4']] which is later flattened. Closes kivy#673
If I use --permission CAMERA,INTERNET just like with --requirements for recipes I get this error:
This does work: --permission CAMERA --permission INTERNET but gets annoying for all the permissions I want.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: