Skip to content

Instantly share code, notes, and snippets.

@jeffreycamealy
Last active December 14, 2015 14:59
Show Gist options
  • Save jeffreycamealy/5104263 to your computer and use it in GitHub Desktop.
Save jeffreycamealy/5104263 to your computer and use it in GitHub Desktop.
Sample AirshipConfig.plist
{
/* NOTE: DO NOT USE THE MASTER SECRET */
"APP_STORE_OR_AD_HOC_BUILD" = NO; /* set to YES for production builds */
"DEVELOPMENT_APP_KEY" = "Your development app key";
"DEVELOPMENT_APP_SECRET" = "Your development app secret";
"PRODUCTION_APP_KEY" = "Your production app key";
"PRODUCTION_APP_SECRET" = "Your production app secret";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment