Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meow464 committed Sep 25, 2021
1 parent 40504ed commit 11836c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 11836c2

Please sign in to comment.