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.
package/docs/game/ios/profile.md
CHANGED
|
@@ -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
|
+
[](https://asciinema.org/a/1CNdfgPwSmxBVrgqxC9xXLnkm#shipthis-col120row32)
|
|
25
|
+
|
|
22
26
|
## Commands
|
|
23
27
|
|
|
24
28
|
### `game ios profile create`
|
package/docs/game/ios/status.md
CHANGED
|
@@ -2,11 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## Description
|
|
4
4
|
|
|
5
|
-
|
|
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
|
+
[](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
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED