如何动态获取ios工程的Bundle version版本号,bundleID,appName
2个回答
展开全部
let info = Bundle.main.infoDictionary
下面是key
CFBundleDisplayName //appName
CFBundleIdentifier //appID
CFBundleShortVersionString //app version
CFBundleVersion //app build
在工程里找到 Info.plist, 右键->open as-> source code
里面有你想要的各种key
下面是key
CFBundleDisplayName //appName
CFBundleIdentifier //appID
CFBundleShortVersionString //app version
CFBundleVersion //app build
在工程里找到 Info.plist, 右键->open as-> source code
里面有你想要的各种key
2017-06-15
展开全部
[[NSBundle mainBundle] infoDictionary];
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询