module Gym

Constants

Boolean
DESCRIPTION
Helper
ROOT
UI

Attributes

cache[RW]
config[RW]
project[RW]

Public Class Methods

config=(value) click to toggle source
# File gym/lib/gym/module.rb, line 13
def config=(value)
  @config = value
  DetectValues.set_additional_default_values
  @cache = {}
end
gymfile_name() click to toggle source
# File gym/lib/gym/module.rb, line 19
def gymfile_name
  "Gymfile"
end
init_libs() click to toggle source
# File gym/lib/gym/module.rb, line 23
def init_libs
  # Import all the fixes
  require 'gym/xcodebuild_fixes/generic_archive_fix'
end