Skip to content

Commit

Permalink
Update ios_deploy branch to 1.12.2 Needed for latest Xcode. (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora authored May 9, 2023
1 parent 72dee3d commit 5fda031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ ios.kivy_ios_branch = master
#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.10.0
ios.ios_deploy_branch = 1.12.2

# (bool) Whether or not to sign the code
ios.codesign.allowed = false
Expand Down
2 changes: 1 addition & 1 deletion tests/targets/test_ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_install_platform(self):
"git",
"clone",
"--branch",
"1.10.0",
"1.12.2",
"https://github.com/phonegap/ios-deploy",
],
cwd=mock.ANY,
Expand Down

0 comments on commit 5fda031

Please sign in to comment.