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.
44 45 46 |
# File 'lib/run_loop/ipa.rb', line 44 def executable_name app.executable_name end |