From 823018eb074e94af54490e1f83941929a872443d Mon Sep 17 00:00:00 2001 From: Kjell Wooding Date: Fri, 25 Jan 2019 20:26:11 -0500 Subject: [PATCH] Add examples of new url/branch logic to default.spec --- buildozer/default.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/buildozer/default.spec b/buildozer/default.spec index 5e9692d..1617c87 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -220,6 +220,16 @@ android.arch = armeabi-v7a # (str) Path to a custom kivy-ios folder #ios.kivy_ios_dir = ../kivy-ios +# Alternately, specify the URL and branch of a git checkout: +ios.kivy_ios_url = https://github.com/kivy/kivy-ios +ios.kivy_ios_branch = master + +# Another platform dependency: ios-deploy +# Uncomment to use a custom checkout +#ios.ios_deploy_dir = ../ios_deploy +# Or specify URL and branch +ios.ios_deploy_url = https://github.com/phonegap/ios-deploy +ios.ios_deploy_branch = 1.7.0 # (str) Name of the certificate to use for signing the debug version # Get a list of available identities: buildozer ios list_identities