motion/core/app.rb in bubble-wrap-1.8.0 vs motion/core/app.rb in bubble-wrap-1.9.0
- old
+ new
@@ -60,9 +60,13 @@
def version
info_plist['CFBundleVersion']
end
+ def short_version
+ info_plist['CFBundleShortVersionString']
+ end
+
# @return [NSLocale] locale of user settings
def current_locale
languages = NSLocale.preferredLanguages
if languages.count > 0
return NSLocale.alloc.initWithLocaleIdentifier(languages.first)