mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +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'):
|
||||
print 'Opening with %s...' % generator
|
||||
self.open_internal(xcodeproj_filepath(), 'open')
|
||||
self.open_internal(self.xcodeproj_filepath(), 'open')
|
||||
|
||||
else:
|
||||
raise Exception('Not supported with generator: ' + generator)
|
||||
|
||||
Reference in New Issue
Block a user