From 11836c29162c9539824336b5090102acb3127ffc Mon Sep 17 00:00:00 2001 From: meow464 Date: Sat, 25 Sep 2021 16:56:47 -0300 Subject: [PATCH] fix typo --- kivy_ios/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy_ios/toolchain.py b/kivy_ios/toolchain.py index bd40c384..a0ee8bf1 100755 --- a/kivy_ios/toolchain.py +++ b/kivy_ios/toolchain.py @@ -1485,7 +1485,7 @@ def update(self): recipes.append(name) update_pbxproj(filename, pbx_frameworks=args.add_framework, - custom_recipes=args.recipes, custom_recipes_paths=args.add_custom_recipe) + custom_recipes=recipes, custom_recipes_paths=args.add_custom_recipe) print("--") print("Project {} updated".format(filename))