Sha256: 670c62c01a68609f55e71a6012d42110c6a0ce2cbae578451cc3f49f02366851

Contents?: true

Size: 898 Bytes

Versions: 28

Compression:

Stored size: 898 Bytes

Contents

require "fastlane"

module Xcake
  module Actions
    module SharedValues
      XCAKE_CUSTOM_VALUE = :XCAKE_CUSTOM_VALUE
    end

    class XcakeAction < Fastlane::Action
      def self.run(params)
        Fastlane::Actions.sh("xcake")
      end

      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Create xcode projects easily with Xcake"
      end

      def self.details
        "Runs xcake to generate xcode project's easily"
      end

      def self.available_options
        []
      end

      def self.output
        []
      end

      def self.return_value
      end

      def self.authors
        ["@jcampbell_05"]
      end

      def self.is_supported?(platform)
        [:ios, :mac, :tvos, :watchos].include?(platform)
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
xcake-0.6.14 lib/xcake/fastlane/xcake.rb
xcake-0.6.13 lib/xcake/fastlane/xcake.rb
xcake-0.6.12 lib/xcake/fastlane/xcake.rb
xcake-0.6.11 lib/xcake/fastlane/xcake.rb
xcake-0.6.10 lib/xcake/fastlane/xcake.rb
xcake-0.6.9 lib/xcake/fastlane/xcake.rb
xcake-0.6.8 lib/xcake/fastlane/xcake.rb
xcake-0.6.7 lib/xcake/fastlane/xcake.rb
xcake-0.6.6 lib/xcake/fastlane/xcake.rb
xcake-0.6.5 lib/xcake/fastlane/xcake.rb
xcake-0.6.4 lib/xcake/fastlane/xcake.rb
xcake-0.6.2 lib/xcake/fastlane/xcake.rb
xcake-0.5.3 lib/xcake/fastlane/xcake.rb
xcake-0.5.2 lib/xcake/fastlane/xcake.rb
xcake-0.5.1 lib/xcake/fastlane/xcake.rb
xcake-0.5.0 lib/xcake/fastlane/xcake.rb
xcake-0.4.8 lib/xcake/fastlane/xcake.rb
xcake-0.4.7 lib/xcake/fastlane/xcake.rb
xcake-0.4.6 lib/xcake/fastlane/xcake.rb
xcake-0.4.5 lib/xcake/fastlane/xcake.rb