fix ios targets xcode command
This commit is contained in:
parent
6f842d01ce
commit
4b5ff9f67d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class TargetIos(Target):
|
|||
|
||||
ios_dir = ios_dir = join(self.buildozer.platform_dir, 'kivy-ios')
|
||||
self.buildozer.cmd('open {}.xcodeproj'.format(
|
||||
app_name), cwd=join(ios_dir, 'app-{}'.format(app_name)))
|
||||
app_name), cwd=join(ios_dir, '{}-ios'.format(app_name)))
|
||||
|
||||
def _run_ios_deploy(self, lldb=False):
|
||||
state = self.buildozer.state
|
||||
|
|
Loading…
Reference in a new issue