OS X: Include copyright info.
This commit is contained in:
parent
bcefc5395c
commit
865928f95f
1 changed files with 8 additions and 2 deletions
|
@ -51,14 +51,20 @@ requirements = kivy
|
||||||
# (str) Supported orientation (one of landscape, portrait or all)
|
# (str) Supported orientation (one of landscape, portrait or all)
|
||||||
orientation = landscape
|
orientation = landscape
|
||||||
|
|
||||||
# (bool) Indicate if the application should be fullscreen or not
|
#
|
||||||
fullscreen = 1
|
# OSX Specific
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# author = © Copyright Info
|
||||||
|
|
||||||
#
|
#
|
||||||
# Android specific
|
# Android specific
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# (bool) Indicate if the application should be fullscreen or not
|
||||||
|
fullscreen = 1
|
||||||
|
|
||||||
# (list) Permissions
|
# (list) Permissions
|
||||||
#android.permissions = INTERNET
|
#android.permissions = INTERNET
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue