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/apk_sign_command_generator.rb,
lib/souyuz/generators/zip_dsym_command_generator.rb,
lib/souyuz/generators/zipalign_command_generator.rb

Defined Under Namespace

Modules: Msbuild, Platform Classes: ApkSignCommandGenerator, BuildCommandGenerator, CommandsGenerator, DetectValues, Manager, Options, Runner, ZipDsymCommandGenerator, ZipalignCommandGenerator

Constant Summary collapse

Helper =

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

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

Class Attribute Summary collapse

Class Attribute Details

.cacheObject

Returns the value of attribute cache.



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

def cache
  @cache
end

.configObject

Returns the value of attribute config.



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

def config
  @config
end

.projectObject

Returns the value of attribute project.



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

def project
  @project
end