Class: Gym::PackageCommandGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/gym/generators/package_command_generator.rb

Class Method Summary collapse

Class Method Details

.appfile_pathObject



14
15
16
# File 'lib/gym/generators/package_command_generator.rb', line 14

def appfile_path
  generator.appfile_path
end

.dsym_pathObject



23
24
25
# File 'lib/gym/generators/package_command_generator.rb', line 23

def dsym_path
  generator.dsym_path
end

.generateObject



10
11
12
# File 'lib/gym/generators/package_command_generator.rb', line 10

def generate
  generator.generate
end

.ipa_pathObject

The path in which the ipa file will be available after executing the command



19
20
21
# File 'lib/gym/generators/package_command_generator.rb', line 19

def ipa_path
  generator.ipa_path
end