class Pod::Target::Commands::XCWorkspace

Public Class Methods

find_workspace() click to toggle source
# File lib/pod/target/commands/resolve/xcworkspace.rb, line 7
def self.find_workspace
    `find . -name '*.xcworkspace' -maxdepth 1`.split("\n").first
end