Sha256: d453e4e9d8ee56d46a277ff54618feebf6f9016a83dcea70962880b063d87c37

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/build_app'
    class GymAction < BuildAppAction
      def self.description
        "Alias for the `build_app` action"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/gym.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/gym.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/gym.rb