shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
25 lines (18 loc) • 616 B
Markdown
# game ios app create
## Description
Creates an App and BundleId in the Apple Developer Portal.
## Help Output
```help
USAGE
$ shipthis game ios app create [-q] [-g <value>] [-n <value>] [-b <value>] [-f]
FLAGS
-b, --bundleId=<value> The BundleId in the Apple Developer Portal
-f, --force
-g, --gameId=<value> The ID of the game
-n, --appName=<value> The name of the App in the Apple Developer Portal
-q, --quiet Avoid output except for interactions and errors
DESCRIPTION
Creates an App and BundleId in the Apple Developer Portal.
EXAMPLES
$ shipthis game ios app create
```