-
Notifications
You must be signed in to change notification settings - Fork 1
A module to allow access to info.plist values at runtime.
License
meeech/Titanium-info.plist-module
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Plist Module
============
Simple module to access values from app info.plist at runtime.
I wrote this since there was no way to get the value of CFBundleVersion from your app Info.plist in Titanium.
Example Usage:
var plistmodule = require('com.meeech.plist'),
appVersion = plistmodule.getValue("CFBundleVersion");
Ti.API.info("CFBundleVersion => " + appVersion);
FYI re. Version info: When running in the simulator, you will basically get back the short version. (ie: 2.0) When you build your .ipa and run on device, then you will get the proper bundle version value (ie: 2.0.1333059581).
About
A module to allow access to info.plist values at runtime.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published