diff --git a/buildozer/default.spec b/buildozer/default.spec index db11f81..c84195e 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -51,14 +51,20 @@ requirements = kivy # (str) Supported orientation (one of landscape, portrait or all) orientation = landscape -# (bool) Indicate if the application should be fullscreen or not -fullscreen = 1 +# +# OSX Specific +# +# +# author = © Copyright Info # # Android specific # +# (bool) Indicate if the application should be fullscreen or not +fullscreen = 1 + # (list) Permissions #android.permissions = INTERNET