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



38
39
40
# File 'lib/run_loop/ipa.rb', line 38

def bundle_identifier
  app.bundle_identifier
end