Method: FIR::Parser::Ipa::App#release_type
- Defined in:
- lib/fir/util/parser/ipa.rb
#release_type ⇒ Object
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/fir/util/parser/ipa.rb', line 165 def release_type if @is_stored 'store' else if has_mobileprovision? if devices 'adhoc' else 'inhouse' end end end end |