Skip to content

Instantly share code, notes, and snippets.

@mattyohe
Created October 3, 2013 14:57
Show Gist options
  • Save mattyohe/6811214 to your computer and use it in GitHub Desktop.
Save mattyohe/6811214 to your computer and use it in GitHub Desktop.
Register bundle for settings.
- (void)registerBundleVersion
{
NSString *bundleVersion = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
[[NSUserDefaults standardUserDefaults] setObject:bundleVersion
forKey:@"CFBundleVersion"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment