Advertisement
juanjose

buildozer.spec

Sep 29th, 2023
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. usuario@debian:/var/tmp/buildozer$ cat buildozer.spec
  2. [app]
  3. title = My Application
  4. package.name = myapp
  5. package.domain = org.test
  6. source.dir = .
  7. source.include_exts = py,png,jpg,kv,atlas
  8. version = 0.1
  9. requirements = python3
  10. orientation = portrait
  11. osx.python_version = 3
  12. osx.kivy_version = 1.9.1
  13. fullscreen = 0
  14. android.archs = arm64-v8a
  15. android.allow_backup = True
  16. ios.kivy_ios_url = https://github.com/kivy/kivy-ios
  17. ios.kivy_ios_branch = master
  18. ios.ios_deploy_url = https://github.com/phonegap/ios-deploy
  19. ios.ios_deploy_branch = 1.10.0
  20. ios.codesign.allowed = false
  21.  
  22. [buildozer]
  23. log_level = 2
  24. warn_on_root = 1
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement