Skip to content

Instantly share code, notes, and snippets.

@scottrules44
Last active December 13, 2021 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottrules44/51ed52418d0e280af0d3f8c250d38e83 to your computer and use it in GitHub Desktop.
Save scottrules44/51ed52418d0e280af0d3f8c250d38e83 to your computer and use it in GitHub Desktop.
settings =
{
iphone =
{
entitlements = {
["com.apple.developer.applesignin"] = {"Default"}, -- make sure provisioning profile supports apple sign in
}
},
plugins = {
["plugin.appleSignIn"] =
{
publisherId="tech.scotth",
marketplaceId = "insert marketplace account ID",
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment