iOS SDK Tips
[Home Page]
;
[index]
;
Reading App version from Info.plist
//Reading App version from Info-PList
NSString
*appVersion=[[
NSBundle
mainBundle
]
objectForInfoDictionaryKey
:
(
NSString
*)
kCFBundleVersionKey
];
NSLog
(
@"%@"
,appVersion);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment