// Version is the readable dot notation eg `1.2.3` or `5.0`NSString*version=[[[NSBundlemainBundle]infoDictionary]objectForKey:@"CFBundleShortVersionString"];// Build can be any string eg `789` or `8A400`NSString*build=[[[NSBundlemainBundle]infoDictionary]objectForKey:@"CFBundleVersion"];