Method: AX::Application#version
- Defined in:
- lib/ax/application.rb
#version ⇒ String
Get the version string for the application.
228 229 230 |
# File 'lib/ax/application.rb', line 228 def version bundle.objectForInfoDictionaryKey 'CFBundleShortVersionString' end |