-
Notifications
You must be signed in to change notification settings - Fork 35
/
buildozer.spec
39 lines (28 loc) · 921 Bytes
/
buildozer.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[app]
# title of the application
title = Kivy Remote Shell
# package name
package.name = remoteshell
# package domain (mostly used for android/ios package)
package.domain = org.kivy
# indicate where the source code is living
source.dir = .
source.include_exts = py,png,kv,rst
# search the version information into the source code
version.regex = __version__ = '(.*)'
version.filename = %(source.dir)s/main.py
# requirements of the app
requirements = android,cryptography,pyasn1,bcrypt,attrs,twisted,kivy,docutils,pygments,cffi
# android specific
android.permissions = INTERNET, WAKE_LOCK, CAMERA, VIBRATE, ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, SEND_SMS, CALL_PRIVILEGED, CALL_PHONE, BLUETOOTH
#android.sdk=21
#android.api=22
android.accept_sdk_license=True
android.wakelock=True
orientation=portrait
fullscreen=True
p4a.branch = develop
#presplash.filename=
[buildozer]
log_level = 2
warn_on_root = 1