Skip to content

Commit

Permalink
Fixes conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
meow464 committed Sep 26, 2021
1 parent c5fcc18 commit fd33b03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kivy_ios/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,14 +1493,7 @@ def update(self):
logger.error("{} not found".format(filename))
sys.exit(1)

<<<<<<< HEAD
recipes = self.recipes_names_from_paths(args.add_custom_recipes)
=======
recipes = []
for p in args.add_custom_recipe:
_, name = split(p)
recipes.append(name)
>>>>>>> 11836c29162c9539824336b5090102acb3127ffc

update_pbxproj(filename, pbx_frameworks=args.add_framework,
custom_recipes=recipes, custom_recipes_paths=args.add_custom_recipe)
Expand Down

0 comments on commit fd33b03

Please sign in to comment.