Method: RunLoop::Ipa#executable_name
- Defined in:
- lib/run_loop/ipa.rb
#executable_name ⇒ String
Inspects the app’s Info.plist for the executable name.
71 72 73 |
# File 'lib/run_loop/ipa.rb', line 71 def executable_name app.executable_name end |