Skip to content

Instantly share code, notes, and snippets.

@Br1an-Boyle
Created July 22, 2015 15:02
Show Gist options
  • Save Br1an-Boyle/8374baa4178bcc92b9dd to your computer and use it in GitHub Desktop.
Save Br1an-Boyle/8374baa4178bcc92b9dd to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[Shine setDeveloperKey:@"<Your-Dev-Key>"];
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment