shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
25 lines (17 loc) • 499 B
Markdown
game ios profile export
# Description
Saves the current Mobile Provisioning Profile to a ZIP file
# Help Output
```help
USAGE
shipthis game ios profile export FILE [-g <value>] [-f]
ARGUMENTS
FILE Name of the ZIP file to create
FLAGS
-f, --force Overwrite the file if it already exists
-g, --gameId=<value> The ID of the game
DESCRIPTION
Saves the current Mobile Provisioning Profile to a ZIP file
EXAMPLES
shipthis game ios profile export userProfile.zip
```