Method: AX::Application#bundle_identifier
- Defined in:
- lib/ax/application.rb
#bundle_identifier ⇒ String
Get the bundle identifier for the application.
201 202 203 |
# File 'lib/ax/application.rb', line 201 def bundle_identifier @app.bundleIdentifier end |