Created
July 1, 2019 08:02
-
-
Save mgrebenets/b4e98ed8d82cce5cc93c9d4d21d3d18f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
produce( | |
# Developer username and team ID. | |
username: "[email protected]", | |
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