Fix hm command to open project in XCode. Task #2717.
This commit is contained in:
parent
f907f128af
commit
3456f520fd
|
@ -360,7 +360,7 @@ class InternalCommands:
|
||||||
|
|
||||||
elif generator.startswith('Xcode'):
|
elif generator.startswith('Xcode'):
|
||||||
print 'Opening with %s...' % generator
|
print 'Opening with %s...' % generator
|
||||||
self.open_internal(xcodeproj_filepath(), 'open')
|
self.open_internal(self.xcodeproj_filepath(), 'open')
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise Exception('Not supported with generator: ' + generator)
|
raise Exception('Not supported with generator: ' + generator)
|
||||||
|
|
Loading…
Reference in New Issue