shipthis 0.1.38 → 0.1.41

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.
Files changed (90) hide show
  1. package/README.md +62 -5
  2. package/dist/{AppleBundleIdDetails-CgleH2pl.js → AppleBundleIdDetails-BJC7GCx_.js} +4 -3
  3. package/dist/{Command-7dCv1F9p.js → Command-Cj6F5B5a.js} +2 -1
  4. package/dist/{CommandGame-er5Ql6hq.js → CommandGame-CuvuH-z6.js} +2 -2
  5. package/dist/{Create-pLXESvEq.js → Create-pfGYcKu4.js} +2 -1
  6. package/dist/{GameStatus-B_Iw9tYr.js → GameStatus-ZSe-qG3y.js} +2 -1
  7. package/dist/{Import-fIsrfsmr.js → Import-D046HBaF.js} +3 -2
  8. package/dist/{JobLogTail-BPcQ8ghI.js → JobLogTail-Da8GuReK.js} +3 -2
  9. package/dist/{JobProgress-CpEatVPs.js → JobProgress-DltCQpzA.js} +9 -6
  10. package/dist/{JobStatusTable-BmJLzsUN.js → JobStatusTable-DVJjHw97.js} +3 -2
  11. package/dist/{ProjectCredentialsTable-DvPDhi7C.js → ProjectCredentialsTable-BJJz7W1P.js} +2 -2
  12. package/dist/{UserCredentialsTable-MBm1vAP3.js → UserCredentialsTable-CSynIVHU.js} +2 -1
  13. package/dist/{baseAppleCommand-uL0Gnav4.js → baseAppleCommand-Aq-Eaw_K.js} +1 -1
  14. package/dist/baseCommand-CTn3KGH3.js +787 -0
  15. package/dist/{baseGameAndroidCommand-CKTSQyZV.js → baseGameAndroidCommand-DRzVMKuG.js} +2 -1
  16. package/dist/{index-DHioYOIm.js → baseGameCommand-8VL7xe-O.js} +18 -749
  17. package/dist/commands/apiKey/create.js +6 -5
  18. package/dist/commands/apiKey/list.js +6 -5
  19. package/dist/commands/apiKey/revoke.js +6 -5
  20. package/dist/commands/apple/apiKey/create.js +13 -12
  21. package/dist/commands/apple/apiKey/delete.js +7 -6
  22. package/dist/commands/apple/apiKey/export.js +14 -13
  23. package/dist/commands/apple/apiKey/import.js +14 -13
  24. package/dist/commands/apple/apiKey/status.js +13 -12
  25. package/dist/commands/apple/certificate/create.js +13 -12
  26. package/dist/commands/apple/certificate/delete.js +7 -6
  27. package/dist/commands/apple/certificate/export.js +14 -13
  28. package/dist/commands/apple/certificate/import.js +14 -13
  29. package/dist/commands/apple/certificate/status.js +13 -12
  30. package/dist/commands/apple/login.js +4 -3
  31. package/dist/commands/apple/status.js +13 -12
  32. package/dist/commands/dashboard.js +9 -8
  33. package/dist/commands/game/android/apiKey/connect.js +11 -10
  34. package/dist/commands/game/android/apiKey/create.js +13 -12
  35. package/dist/commands/game/android/apiKey/delete.js +6 -5
  36. package/dist/commands/game/android/apiKey/export.js +13 -12
  37. package/dist/commands/game/android/apiKey/import.js +13 -12
  38. package/dist/commands/game/android/apiKey/invite.js +21 -20
  39. package/dist/commands/game/android/apiKey/policy.js +8 -7
  40. package/dist/commands/game/android/apiKey/status.js +13 -12
  41. package/dist/commands/game/android/keyStore/create.js +10 -9
  42. package/dist/commands/game/android/keyStore/delete.js +6 -5
  43. package/dist/commands/game/android/keyStore/export.js +12 -11
  44. package/dist/commands/game/android/keyStore/import.js +15 -14
  45. package/dist/commands/game/android/keyStore/status.js +15 -14
  46. package/dist/commands/game/android/status.js +7 -6
  47. package/dist/commands/game/build/download.js +6 -5
  48. package/dist/commands/game/build/list.js +11 -10
  49. package/dist/commands/game/create.js +5 -3
  50. package/dist/commands/game/details.js +15 -11
  51. package/dist/commands/game/export.js +4 -3
  52. package/dist/commands/game/ios/app/addTester.js +8 -7
  53. package/dist/commands/game/ios/app/create.js +7 -6
  54. package/dist/commands/game/ios/app/status.js +13 -12
  55. package/dist/commands/game/ios/app/sync.js +11 -10
  56. package/dist/commands/game/ios/profile/create.js +9 -8
  57. package/dist/commands/game/ios/profile/delete.js +9 -8
  58. package/dist/commands/game/ios/profile/export.js +12 -11
  59. package/dist/commands/game/ios/profile/import.js +12 -11
  60. package/dist/commands/game/ios/profile/status.js +13 -12
  61. package/dist/commands/game/ios/status.js +17 -16
  62. package/dist/commands/game/ios/wizard.js +13 -11
  63. package/dist/commands/game/job/list.js +6 -5
  64. package/dist/commands/game/job/status.js +11 -10
  65. package/dist/commands/game/list.js +6 -5
  66. package/dist/commands/game/ship.js +15 -9
  67. package/dist/commands/game/status.js +14 -13
  68. package/dist/commands/game/wizard.js +30 -28
  69. package/dist/commands/internal/fastlane.js +14 -13
  70. package/dist/commands/internal/readme.js +18 -17
  71. package/dist/commands/login.js +20 -19
  72. package/dist/commands/status.js +9 -8
  73. package/dist/commands/util/glass.js +119 -0
  74. package/dist/{export-BwwAjG_F.js → export-DtATljiz.js} +1 -1
  75. package/dist/{import-OgFrUsqw.js → import-Dk2ywOVU.js} +1 -1
  76. package/dist/{index-C2omlhEs.js → index-BW7z-5sB.js} +1 -1
  77. package/dist/{index-DVEYxVsH.js → index-CuyVBHWc.js} +4 -3
  78. package/dist/{index-C1XpCT_9.js → index-cRnjcGxV.js} +5 -4
  79. package/dist/{upload-5s3sy2jF.js → upload-CHaDSvvi.js} +1 -1
  80. package/dist/{useAppleApp-szQ_Kg5S.js → useAppleApp-CR847GWc.js} +1 -1
  81. package/dist/{useAppleBundleId-BarLcidd.js → useAppleBundleId-BnwPmVEu.js} +1 -1
  82. package/dist/{useAppleProfiles-C2U4NzC3.js → useAppleProfiles-DY-H0420.js} +1 -1
  83. package/dist/{useGoogleStatus-zfnjhtNB.js → useGoogleStatus-WqPgHteE.js} +2 -1
  84. package/dist/{useProjectCredentials-DbynNY96.js → useProjectCredentials-TvlolkId.js} +2 -1
  85. package/dist/{useWebSocket-h7smqhZQ.js → useWebSocket-MXDbQHcu.js} +1 -1
  86. package/docs/README.md +1 -0
  87. package/docs/game/ship.md +36 -13
  88. package/docs/util/glass.md +47 -0
  89. package/docs/util.md +11 -0
  90. package/package.json +3 -1
@@ -0,0 +1,47 @@
1
+ # Command: `util glass`
2
+
3
+ ## Description
4
+
5
+ Applies a Liquid Glass `.icon` folder to a local Xcode project.
6
+
7
+ This updates the project's resources to include the specified `.icon` which Xcode will use as the app icon at build time.
8
+ Useful when preparing an iOS export created by Godot, when you want to apply a Liquid Glass icon locally before building.
9
+
10
+ :::note
11
+ Liquid Glass icons are bundles in the `.icon` format.
12
+ They look like a single file in Finder, but are actually directories containing all icon variants.
13
+ :::
14
+
15
+ This command works locally and does **not** require authentication.
16
+
17
+ ## Arguments
18
+
19
+ - **`PROJECT`** - Path to the `.xcodeproj` directory you want to modify.
20
+ - **`ICON`** - Path to the `.icon` folder (e.g. `AppIcon.icon`).
21
+
22
+ ## Example
23
+
24
+ Apply `MyIcon.icon` to an exported Xcode project:
25
+
26
+ ```bash
27
+ shipthis util glass ios/output.xcodeproj MyIcon.icon
28
+ ```
29
+
30
+ This will update the project configuration so that Xcode will use `MyIcon.icon` as the icon.
31
+
32
+ ## Help Output
33
+
34
+ ```help
35
+ USAGE
36
+ $ shipthis util glass PROJECT ICON [--verbose]
37
+
38
+ ARGUMENTS
39
+ PROJECT Path to the .xcodeproj directory
40
+ ICON Path to the .icon folder
41
+
42
+ FLAGS
43
+ --verbose Enable verbose logging
44
+
45
+ DESCRIPTION
46
+ Apply a Liquid Glass .icon folder to a local Xcode project
47
+ ```
package/docs/util.md ADDED
@@ -0,0 +1,11 @@
1
+ # Topic: `util`
2
+
3
+ Commands in this topic are invoked as `shipthis util <command>`.
4
+
5
+ :::tip
6
+ These commands do not require authentication.
7
+ :::
8
+
9
+ ## Commands
10
+
11
+ - [util glass](/docs/reference/util/glass.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
4
- "version": "0.1.38",
4
+ "version": "0.1.41",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -44,6 +44,7 @@
44
44
  "tough-cookie": "^5.0.0",
45
45
  "tsc-alias": "^1.8.10",
46
46
  "uuid": "^10.0.0",
47
+ "xcode": "^3.0.2-nightly.20251120002524064.sha.c491d3a2",
47
48
  "yazl": "^2.5.1"
48
49
  },
49
50
  "devDependencies": {
@@ -106,6 +107,7 @@
106
107
  "type": "module",
107
108
  "exports": [
108
109
  "./dist/utils/help.js",
110
+ "./dist/commands/util/glass.js",
109
111
  "./dist/commands/apple/apiKey/export.js",
110
112
  "./dist/commands/apple/apiKey/create.js",
111
113
  "./dist/commands/apple/apiKey/status.js",