Sha256: be80774f1d1f1fc5361cf333b7b781a30c254ca4e48688a6512614abbe24af74

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

module SimCtl
  module Xcode
    class Path
      HOME=`xcode-select -p`.chomp

      class << self
        def home
          HOME
        end

        def sdk_root
          File.join(HOME, 'Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk')
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simctl-1.6.2 lib/simctl/xcode/path.rb
simctl-1.6.1 lib/simctl/xcode/path.rb
simctl-1.6.0 lib/simctl/xcode/path.rb