Module: Souyuz

Defined in:
lib/souyuz.rb,
lib/souyuz/runner.rb,
lib/souyuz/manager.rb,
lib/souyuz/options.rb,
lib/souyuz/version.rb,
lib/souyuz/platform.rb,
lib/souyuz/detect_values.rb,
lib/souyuz/msbuild/project.rb,
lib/souyuz/msbuild/solution.rb,
lib/souyuz/commands_generator.rb,
lib/souyuz/msbuild/solution_parser.rb,
lib/souyuz/generators/build_command_generator.rb,
lib/souyuz/generators/zip_dsym_command_generator.rb,
lib/souyuz/generators/java_sign_command_generator.rb,
lib/souyuz/generators/android_zipalign_command_generator.rb

Defined Under Namespace

Modules: Msbuild, Platform Classes: AndroidZipalignCommandGenerator, BuildCommandGenerator, CommandsGenerator, DetectValues, JavaSignCommandGenerator, Manager, Options, Runner, ZipDsymCommandGenerator

Constant Summary collapse

Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
VERSION =
"0.6.6"
DESCRIPTION =
"A fastlane component to make Xamarin builds a breeze"

Class Attribute Summary collapse

Class Attribute Details

.cacheObject

Returns the value of attribute cache.



24
25
26
# File 'lib/souyuz.rb', line 24

def cache
  @cache
end

.configObject

Returns the value of attribute config.



20
21
22
# File 'lib/souyuz.rb', line 20

def config
  @config
end

.projectObject

Returns the value of attribute project.



22
23
24
# File 'lib/souyuz.rb', line 22

def project
  @project
end