美文网首页
[iOS] Get Ver and Build number i

[iOS] Get Ver and Build number i

作者: hzmangel | 来源:发表于2017-07-19 10:36 被阅读8次

嗯,最近在做ios,想把ver和build number放代码里,在SO上找到了这个办法,贴过来备存

let version = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as! String
let appBundle = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as! String

ObjC的见原贴

相关文章

网友评论

      本文标题:[iOS] Get Ver and Build number i

      本文链接:https://www.haomeiwen.com/subject/cntlkxtx.html