Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created July 1, 2019 08:02
Show Gist options
  • Save mgrebenets/b4e98ed8d82cce5cc93c9d4d21d3d18f to your computer and use it in GitHub Desktop.
Save mgrebenets/b4e98ed8d82cce5cc93c9d4d21d3d18f to your computer and use it in GitHub Desktop.
produce(
# Developer username and team ID.
username: "myemail@apple.com",
team_id: "MYTEAMID",
# App details.
app_identifier: "my.app.id",
app_name: "My App Name",
# List services to enable for the new app ID.
enable_services: {
access_wifi: "on", # The app needs to access Wi-Fi information.
app_group: "on", # Share data via app groups.
associated_domains: "on", # Enable "open in app" feature.
push_notification: "on", # Enable Push notifications.
wallet: "on" # Require access to Wallet app.
},
# Don't create an entry in App Store connect.
skip_itc: true,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment