Method: RunLoop::Ipa#bundle_identifier

Defined in:
lib/run_loop/ipa.rb

#bundle_identifierString

The bundle identifier of this ipa.

Returns:

  • (String)

    A string representation of this ipa’s CFBundleIdentifier



65
66
67
# File 'lib/run_loop/ipa.rb', line 65

def bundle_identifier
  app.bundle_identifier
end