IOS获取当前版本号 Bundle ID等信息的方法
1:获取bundle Id信息:[[NSBundle mainBundle]bundleIdentifier];
2:获取版本号:[[[NSBundle mainBundle]infoDictionary] objectForKey:”CFBundleShortVersionString”];
3:获取build号:[[[NSBundle mainBundle]infoDictionary] objectForKey:”CFBundleVer