shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
23 lines (16 loc) • 473 B
Markdown
# game ios profile create
## Description
Creates a Mobile Provisioning Profile in the Apple Developer Portal.
## Help Output
```help
USAGE
$ shipthis game ios profile create [-q] [-g <value>] [-f]
FLAGS
-f, --force
-g, --gameId=<value> The ID of the game
-q, --quiet Avoid output except for interactions and errors
DESCRIPTION
Creates a Mobile Provisioning Profile in the Apple Developer Portal.
EXAMPLES
$ shipthis game ios profile create
```