Class: RSwift::WorkspaceProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/rswift/workspace_provider.rb

Class Method Summary collapse

Class Method Details

.workspaceObject



5
6
7
8
9
# File 'lib/rswift/workspace_provider.rb', line 5

def self.workspace
  workspace = Dir.glob(['*.xcworkspace']).first
  raise 'xcworkspace not found, did you install pods?'.red unless workspace
  workspace
end