Sha256: 6609134e6c2be8a8901e5831b3cb5f1476f1f0c3ac603bd33f45f55651e1ba7f

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

module Establish
  module Helper



    def self.log
      @@log ||= Logger.new(STDOUT)

      @@log
    end

    def self.xcode_path
      `xcode-select -p`.gsub("\n", '') + "/"
    end

    def self.transporter_path
      self.xcode_path + '../Applications/Application\ Loader.app/Contents/MacOS/itms/bin/iTMSTransporter'
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
establish-0.0.23 lib/establish/helper.rb
establish-0.0.22 lib/establish/helper.rb
establish-0.0.21 lib/establish/helper.rb
establish-0.0.20 lib/establish/helper.rb