shipthis 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,10 @@ these commands. To do that please run the following commands first:
19
19
 
20
20
  :::
21
21
 
22
+ ## Example
23
+
24
+ [![asciicast](https://asciinema.org/a/1CNdfgPwSmxBVrgqxC9xXLnkm.svg)](https://asciinema.org/a/1CNdfgPwSmxBVrgqxC9xXLnkm#shipthis-col120row32)
25
+
22
26
  ## Commands
23
27
 
24
28
  ### `game ios profile create`
@@ -2,11 +2,16 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Shows the Game iOS Platform status. If --gameId is not provided it will look in the current directory.
5
+ Displays the overall status of the iOS configuration for the current game. This
6
+ includes the [App & BundleId](/docs/reference/game/ios/app) and the [Provisioning Profile](/docs/reference/game/ios/profile).
7
+
8
+ ## Example
9
+
10
+ [![asciicast](https://asciinema.org/a/YvwnDYtINKsJD6Fpicg6UdjPT.svg)](https://asciinema.org/a/YvwnDYtINKsJD6Fpicg6UdjPT#shipthis-col120row32)
6
11
 
7
12
  ## Help Output
8
13
 
9
- ```
14
+ ```bash
10
15
  USAGE
11
16
  $ shipthis game ios status [-g <value>]
12
17
 
@@ -1508,5 +1508,5 @@
1508
1508
  ]
1509
1509
  }
1510
1510
  },
1511
- "version": "0.0.34"
1511
+ "version": "0.0.35"
1512
1512
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "A command line tool which manages releasing your Godot games to the iOS App Store.",
4
- "version": "0.0.34",
4
+ "version": "0.0.35",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"