Sha256: bec91803e1d9f5182f00e7be6b071cc408cc7b8a863ee55e092f594364af2dd5

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

require 'xcodeproj'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pandan-0.0.3 lib/pandan/xcworkspace.rb