Sha256: cd812cc3ca1a71c2d18d7efee40967ddff5b60380514b630c0717d6aca01b4e8

Contents?: true

Size: 318 Bytes

Versions: 19

Compression:

Stored size: 318 Bytes

Contents

module Fastlane
  module Actions
    class XctoolAction
      def self.run(params)
        unless Helper.test?
          raise 'xctool not installed, please install using `brew install xctool`'.red if `which xctool`.length == 0
        end

        Actions.sh('xctool ' + params.join(' '))
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
fastlane-0.6.1 lib/fastlane/actions/xctool.rb
fastlane-0.6.0 lib/fastlane/actions/xctool.rb
fastlane-0.5.0 lib/fastlane/actions/xctool.rb
fastlane-0.4.2 lib/fastlane/actions/xctool.rb
fastlane-0.4.1 lib/fastlane/actions/xctool.rb
fastlane-0.4.0 lib/fastlane/actions/xctool.rb
fastlane-0.3.0 lib/fastlane/actions/xctool.rb
fastlane-0.2.1 lib/fastlane/actions/xctool.rb
fastlane-0.2.0 lib/fastlane/actions/xctool.rb
fastlane-0.1.19 lib/fastlane/actions/xctool.rb
fastlane-0.1.18 lib/fastlane/actions/xctool.rb
fastlane-0.1.17 lib/fastlane/actions/xctool.rb
fastlane-0.1.16 lib/fastlane/actions/xctool.rb
fastlane-0.1.15 lib/fastlane/actions/xctool.rb
fastlane-0.1.14 lib/fastlane/actions/xctool.rb
fastlane-0.1.13 lib/fastlane/actions/xctool.rb
fastlane-0.1.12 lib/fastlane/actions/xctool.rb
fastlane-0.1.10 lib/fastlane/actions/xctool.rb
fastlane-0.1.9 lib/fastlane/actions/xctool.rb