mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-16 14:02:56 +08:00
Fix hm command to open project in XCode. Task #2717.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user