Class: Pod::Target::Commands::XCWorkspace

Inherits:
Object
  • Object
show all
Defined in:
lib/pod/target/commands/resolve/xcworkspace.rb

Class Method Summary collapse

Class Method Details

.find_workspaceObject



7
8
9
# File 'lib/pod/target/commands/resolve/xcworkspace.rb', line 7

def self.find_workspace
    `find . -name '*.xcworkspace' -maxdepth 1`.split("\n").first
end