Method: RunLoop::Ipa#bundle_identifier
- Defined in:
- lib/run_loop/ipa.rb
#bundle_identifier ⇒ String
The bundle identifier of this ipa.
38 39 40 |
# File 'lib/run_loop/ipa.rb', line 38 def bundle_identifier app.bundle_identifier end |