class Pandan::XCWorkspace

Public Class Methods

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