Class: Pod::Target::Commands::XCWorkspace
- Inherits:
-
Object
- Object
- Pod::Target::Commands::XCWorkspace
- Defined in:
- lib/pod/target/commands/resolve/xcworkspace.rb
Class Method Summary collapse
Class Method Details
.find_workspace ⇒ Object
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 |