Method: RunLoop::Ipa#executable_name

Defined in:
lib/run_loop/ipa.rb

#executable_nameString

Inspects the app’s Info.plist for the executable name.

Returns:

  • (String)

    The value of CFBundleExecutable.



44
45
46
# File 'lib/run_loop/ipa.rb', line 44

def executable_name
  app.executable_name
end