shipthis 0.1.15 → 0.1.17

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 (60) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +14 -5
  3. package/assets/markdown/android-success.md +1 -1
  4. package/assets/markdown/create-or-import-keystore.md +1 -1
  5. package/assets/markdown/ship-failure.md +1 -0
  6. package/assets/markdown/ship-success.md +1 -1
  7. package/dist/{AppleBundleIdDetails-DxWVnxa5.js → AppleBundleIdDetails-D41xptO8.js} +1 -1
  8. package/dist/{Command-zfJ7qIJI.js → Command-DdJBwDHu.js} +18 -5
  9. package/dist/{CommandGame-DVsNreSF.js → CommandGame-ClEQvI36.js} +1 -1
  10. package/dist/{Create-DdF29mIS.js → Create-C-7pvYVd.js} +1 -1
  11. package/dist/{Import-D8ik724M.js → Import-BfcHPxoi.js} +1 -1
  12. package/dist/{JobProgress-D1Pe4YJc.js → JobProgress-CICU69cf.js} +2 -2
  13. package/dist/{JobStatusTable-D-daiV-I.js → JobStatusTable-CpPlQBqR.js} +2 -2
  14. package/dist/commands/apple/apiKey/create.js +1 -1
  15. package/dist/commands/apple/apiKey/export.js +1 -1
  16. package/dist/commands/apple/apiKey/import.js +1 -1
  17. package/dist/commands/apple/apiKey/status.js +1 -1
  18. package/dist/commands/apple/certificate/create.js +1 -1
  19. package/dist/commands/apple/certificate/export.js +1 -1
  20. package/dist/commands/apple/certificate/import.js +1 -1
  21. package/dist/commands/apple/certificate/status.js +1 -1
  22. package/dist/commands/apple/status.js +1 -1
  23. package/dist/commands/game/android/apiKey/connect.js +3 -3
  24. package/dist/commands/game/android/apiKey/create.js +3 -3
  25. package/dist/commands/game/android/apiKey/export.js +1 -1
  26. package/dist/commands/game/android/apiKey/import.js +1 -1
  27. package/dist/commands/game/android/apiKey/status.js +1 -1
  28. package/dist/commands/game/android/keyStore/create.js +3 -3
  29. package/dist/commands/game/android/keyStore/export.js +1 -1
  30. package/dist/commands/game/android/keyStore/import.js +3 -3
  31. package/dist/commands/game/android/keyStore/status.js +1 -1
  32. package/dist/commands/game/android/status.js +1 -1
  33. package/dist/commands/game/build/download.js +1 -1
  34. package/dist/commands/game/build/list.js +2 -2
  35. package/dist/commands/game/details.js +1 -1
  36. package/dist/commands/game/ios/app/addTester.js +1 -1
  37. package/dist/commands/game/ios/app/create.js +1 -1
  38. package/dist/commands/game/ios/app/status.js +2 -2
  39. package/dist/commands/game/ios/app/sync.js +1 -1
  40. package/dist/commands/game/ios/profile/create.js +1 -1
  41. package/dist/commands/game/ios/profile/export.js +1 -1
  42. package/dist/commands/game/ios/profile/import.js +1 -1
  43. package/dist/commands/game/ios/profile/status.js +1 -1
  44. package/dist/commands/game/ios/status.js +2 -2
  45. package/dist/commands/game/job/list.js +1 -1
  46. package/dist/commands/game/job/status.js +3 -3
  47. package/dist/commands/game/list.js +1 -1
  48. package/dist/commands/game/ship.js +5 -5
  49. package/dist/commands/game/status.js +1 -1
  50. package/dist/commands/game/wizard.js +74 -11
  51. package/dist/commands/status.js +1 -1
  52. package/dist/{index-BVvcTBnj.js → index-DlvM24jQ.js} +1 -1
  53. package/dist/{index-Cx_2qTdS.js → index-_Lan5Hud.js} +1 -1
  54. package/dist/{useJobWatching-DS0qHqPA.js → useJobWatching-W6FYJEPP.js} +1 -1
  55. package/docs/assets/logo_dark.svg +42 -0
  56. package/docs/assets/logo_light.svg +42 -0
  57. package/docs/assets/ship-outputx0.8.gif +0 -0
  58. package/npm-shrinkwrap.json +2 -2
  59. package/oclif.manifest.json +37 -37
  60. package/package.json +3 -3
@@ -3,7 +3,7 @@ import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import { c as BaseGameCommand, E as getJob, J as JobStatus } from '../../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { C as Command } from '../../../Command-zfJ7qIJI.js';
6
+ import { C as Command } from '../../../Command-DdJBwDHu.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
9
9
  import 'axios';
@@ -25,7 +25,7 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
25
25
  import 'qrcode';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { J as JobStatusTable, a as JobLogTail } from '../../../JobStatusTable-D-daiV-I.js';
28
+ import { J as JobStatusTable, a as JobLogTail } from '../../../JobStatusTable-CpPlQBqR.js';
29
29
  import 'path';
30
30
  import '@expo/apple-utils/build/index.js';
31
31
  import 'crypto-js';
@@ -37,7 +37,7 @@ import 'marked';
37
37
  import 'marked-terminal';
38
38
  import '../../../Title-BCQtayg6.js';
39
39
  import '../../../useWebSocket-ZEZvtpT_.js';
40
- import '../../../useJobWatching-DS0qHqPA.js';
40
+ import '../../../useJobWatching-W6FYJEPP.js';
41
41
  import '../../../StatusTable-Dm5St4g-.js';
42
42
 
43
43
  class GameJobStatus extends BaseGameCommand {
@@ -3,7 +3,7 @@ import { render, Text, Box } from 'ink';
3
3
  import { Flags } from '@oclif/core';
4
4
  import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-Dhx6FAHt.js';
5
5
  import 'react';
6
- import { C as Command } from '../../Command-zfJ7qIJI.js';
6
+ import { C as Command } from '../../Command-DdJBwDHu.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
9
9
  import 'axios';
@@ -2,7 +2,7 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { a0 as getShortAuthRequiredUrl, Y as WEB_URL, c as BaseGameCommand } from '../../index-Dhx6FAHt.js';
3
3
  import { useContext, useState, useEffect } from 'react';
4
4
  import { useInput, Box, Text, render } from 'ink';
5
- import { b as CommandContext, a as GameContext, M as Markdown } from '../../Command-zfJ7qIJI.js';
5
+ import { b as CommandContext, a as GameContext, M as Markdown } from '../../Command-DdJBwDHu.js';
6
6
  import 'ink-spinner';
7
7
  import 'axios';
8
8
  import 'crypto-js';
@@ -25,10 +25,10 @@ import open from 'open';
25
25
  import 'qrcode';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { C as CommandGame } from '../../CommandGame-DVsNreSF.js';
28
+ import { C as CommandGame } from '../../CommandGame-ClEQvI36.js';
29
29
  import { g as getShortUUID } from '../../index-Dj-chiHz.js';
30
- import { u as useShip, J as JobProgress } from '../../JobProgress-D1Pe4YJc.js';
31
- import { J as JobStatusTable, a as JobLogTail } from '../../JobStatusTable-D-daiV-I.js';
30
+ import { u as useShip, J as JobProgress } from '../../JobProgress-CICU69cf.js';
31
+ import { J as JobStatusTable, a as JobLogTail } from '../../JobStatusTable-CpPlQBqR.js';
32
32
  import 'path';
33
33
  import '@expo/apple-utils/build/index.js';
34
34
  import 'ini';
@@ -38,7 +38,7 @@ import 'marked';
38
38
  import 'marked-terminal';
39
39
  import '../../git-DREGq-jc.js';
40
40
  import '../../ProgressSpinner-6pw1T8Iw.js';
41
- import '../../useJobWatching-DS0qHqPA.js';
41
+ import '../../useJobWatching-W6FYJEPP.js';
42
42
  import '../../useWebSocket-ZEZvtpT_.js';
43
43
  import '../../Title-BCQtayg6.js';
44
44
  import '../../StatusTable-Dm5St4g-.js';
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { render } from 'ink';
3
3
  import { Flags } from '@oclif/core';
4
4
  import 'react';
5
- import { C as Command } from '../../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../../Command-DdJBwDHu.js';
6
6
  import { B as BaseAuthenticatedCommand, I as getProject, P as Platform, k as getProjectPlatformProgress, b as getShortDate } from '../../index-Dhx6FAHt.js';
7
7
  import 'ink-spinner';
8
8
  import '@inkjs/ui';
@@ -1,9 +1,9 @@
1
1
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { Args } from '@oclif/core';
3
- import { Text, Box, useInput, render } from 'ink';
3
+ import { Text, Box, useInput, useFocus, measureElement, render } from 'ink';
4
4
  import { p as getAuthedHeaders, q as API_URL, L as castArrayObjectDates, a1 as queryClient, a8 as updateProject, u as getGodotVersion, t as GameEngine, v as createProject, w as DEFAULT_IGNORED_FILES_GLOBS, x as DEFAULT_SHIPPED_FILES_GLOBS, P as Platform, J as JobStatus, Y as WEB_URL, I as getProject, C as CredentialsType, R as getGoogleStatus, B as BaseAuthenticatedCommand, j as isCWDGodotGame } from '../../index-Dhx6FAHt.js';
5
- import React, { useState, useContext, useEffect, useRef } from 'react';
6
- import { b as CommandContext, a as GameContext, M as Markdown, c as useBuilds, q as queryBuilds, G as GameProvider, e as CreateGooglePlayGame, C as Command } from '../../Command-zfJ7qIJI.js';
5
+ import React, { useState, useContext, useEffect, useRef, useReducer } from 'react';
6
+ import { b as CommandContext, a as GameContext, M as Markdown, c as useBuilds, q as queryBuilds, G as GameProvider, e as CreateGooglePlayGame, C as Command } from '../../Command-DdJBwDHu.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import { Alert, TextInput } from '@inkjs/ui';
9
9
  import axios from 'axios';
@@ -25,12 +25,12 @@ import 'open';
25
25
  import 'qrcode';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { C as CreateKeystore } from '../../Create-DdF29mIS.js';
29
- import { I as ImportKeystore } from '../../Import-D8ik724M.js';
30
- import { C as ConnectGoogle } from '../../index-BVvcTBnj.js';
31
- import { C as CreateServiceAccountKey } from '../../index-Cx_2qTdS.js';
28
+ import { C as CreateKeystore } from '../../Create-C-7pvYVd.js';
29
+ import { I as ImportKeystore } from '../../Import-BfcHPxoi.js';
30
+ import { C as ConnectGoogle } from '../../index-DlvM24jQ.js';
31
+ import { C as CreateServiceAccountKey } from '../../index-_Lan5Hud.js';
32
32
  import { c as cacheKeys, f as fetchKeyTestResult, K as KeyTestStatus, a as KeyTestError } from '../../useAndroidServiceAccountTestResult-L4oozjag.js';
33
- import { u as useShip, J as JobProgress } from '../../JobProgress-D1Pe4YJc.js';
33
+ import { u as useShip, J as JobProgress } from '../../JobProgress-CICU69cf.js';
34
34
  import { a as getProjectCredentials } from '../../index-B4v66AKo.js';
35
35
  import { T as Title } from '../../Title-BCQtayg6.js';
36
36
  import 'path';
@@ -46,7 +46,7 @@ import '../../useWebSocket-ZEZvtpT_.js';
46
46
  import '../../useProjectCredentials-CI_AoXmH.js';
47
47
  import '../../ProgressSpinner-6pw1T8Iw.js';
48
48
  import '../../git-DREGq-jc.js';
49
- import '../../useJobWatching-DS0qHqPA.js';
49
+ import '../../useJobWatching-W6FYJEPP.js';
50
50
 
51
51
  async function queryJobs({ projectId, ...pageAndSortParams }) {
52
52
  try {
@@ -575,7 +575,7 @@ const AndroidWizard = (props) => {
575
575
  iosSetupURL: new URL("/docs/ios", WEB_URL).toString(),
576
576
  docsURL: new URL("/docs", WEB_URL).toString()
577
577
  };
578
- return /* @__PURE__ */ jsxs(GameProvider, { children: [
578
+ return /* @__PURE__ */ jsx(GameProvider, { children: /* @__PURE__ */ jsxs(ScrollArea, { height: process.stdout.rows || 24, children: [
579
579
  /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
580
580
  /* @__PURE__ */ jsx(Box, { marginBottom: 1, children: /* @__PURE__ */ jsx(Title, { children: "ShipThis Android Wizard" }) }),
581
581
  stepStatuses && /* @__PURE__ */ jsx(StepStatusTable, { stepStatuses })
@@ -591,8 +591,71 @@ const AndroidWizard = (props) => {
591
591
  }
592
592
  ),
593
593
  showSuccess && /* @__PURE__ */ jsx(Box, { marginTop: 1, children: /* @__PURE__ */ jsx(Markdown, { filename: "android-success.md", templateVars }) })
594
- ] });
594
+ ] }) });
595
+ };
596
+
597
+ const reducer = (state, action) => {
598
+ switch (action.type) {
599
+ case "SET_INNER_HEIGHT":
600
+ return {
601
+ ...state,
602
+ innerHeight: action.innerHeight
603
+ };
604
+ case "SET_HEIGHT":
605
+ return {
606
+ ...state,
607
+ height: action.height
608
+ };
609
+ case "SCROLL_DOWN":
610
+ return {
611
+ ...state,
612
+ scrollTop: Math.min(
613
+ state.innerHeight <= state.height ? 0 : state.innerHeight - state.height,
614
+ state.scrollTop + 1
615
+ )
616
+ };
617
+ case "SCROLL_UP":
618
+ return {
619
+ ...state,
620
+ scrollTop: Math.max(0, state.scrollTop - 1)
621
+ };
622
+ default:
623
+ return state;
624
+ }
595
625
  };
626
+ function ScrollArea({ height, children }) {
627
+ useFocus();
628
+ const [state, dispatch] = useReducer(reducer, {
629
+ height,
630
+ scrollTop: 0,
631
+ innerHeight: 0
632
+ });
633
+ const innerRef = useRef(null);
634
+ useEffect(() => {
635
+ dispatch({ type: "SET_HEIGHT", height });
636
+ }, [height]);
637
+ useEffect(() => {
638
+ if (!innerRef.current) return;
639
+ const dimensions = measureElement(innerRef.current);
640
+ dispatch({
641
+ type: "SET_INNER_HEIGHT",
642
+ innerHeight: dimensions.height
643
+ });
644
+ }, []);
645
+ useInput((_input, key) => {
646
+ if (key.downArrow) {
647
+ dispatch({
648
+ type: "SCROLL_DOWN"
649
+ });
650
+ }
651
+ if (key.upArrow) {
652
+ dispatch({
653
+ type: "SCROLL_UP"
654
+ });
655
+ }
656
+ });
657
+ return /* @__PURE__ */ jsx(Box, { height, flexDirection: "column", flexGrow: 1, overflow: "hidden", children: /* @__PURE__ */ jsx(Box, { ref: innerRef, flexShrink: 0, flexDirection: "column", marginTop: -state.scrollTop, children }) });
658
+ }
596
659
 
597
660
  class GameWizard extends BaseAuthenticatedCommand {
598
661
  static args = {
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { render } from 'ink';
3
3
  import { V as BaseCommand, j as isCWDGodotGame } from '../index-Dhx6FAHt.js';
4
4
  import 'react';
5
- import { C as Command } from '../Command-zfJ7qIJI.js';
5
+ import { C as Command } from '../Command-DdJBwDHu.js';
6
6
  import 'ink-spinner';
7
7
  import 'axios';
8
8
  import 'crypto-js';
@@ -21,7 +21,7 @@ import { u as useWebSocket } from './useWebSocket-ZEZvtpT_.js';
21
21
  import { c as cacheKeys } from './useAndroidServiceAccountTestResult-L4oozjag.js';
22
22
  import 'isomorphic-git';
23
23
  import '@oclif/core';
24
- import { a as GameContext, M as Markdown } from './Command-zfJ7qIJI.js';
24
+ import { a as GameContext, M as Markdown } from './Command-DdJBwDHu.js';
25
25
  import 'ink-spinner';
26
26
  import '@inkjs/ui';
27
27
  import 'string-length';
@@ -2,7 +2,7 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
2
2
  import { Box, Text } from 'ink';
3
3
  import { useState, useRef, useEffect, useContext } from 'react';
4
4
  import Spinner from 'ink-spinner';
5
- import { a as GameContext } from './Command-zfJ7qIJI.js';
5
+ import { a as GameContext } from './Command-DdJBwDHu.js';
6
6
  import { p as getAuthedHeaders, q as API_URL, H as castObjectDates, P as Platform, C as CredentialsType, R as getGoogleStatus } from './index-Dhx6FAHt.js';
7
7
  import axios from 'axios';
8
8
  import 'crypto-js';
@@ -1,4 +1,4 @@
1
- import { u as useJob } from './Command-zfJ7qIJI.js';
1
+ import { u as useJob } from './Command-DdJBwDHu.js';
2
2
  import { useState, useEffect } from 'react';
3
3
  import { u as useWebSocket } from './useWebSocket-ZEZvtpT_.js';
4
4
  import { F as castJobDates, H as castObjectDates } from './index-Dhx6FAHt.js';
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg version="1.2" baseProfile="tiny-ps" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3
+ viewBox="0 0 880 253" xml:space="preserve">
4
+ <path
5
+ d="M347.855 45.055C347.893 42.3725 345.784 40.1962 343.143 40.1942L247.52 40.1218C221.114 40.1018 199.398 61.8317 199.015 88.6568C198.977 91.3393 201.086 93.5155 203.727 93.5175L299.35 93.59C325.756 93.6099 347.472 71.8801 347.855 45.055Z"
6
+ fill="#FE8A8B" />
7
+ <path
8
+ d="M320.849 98.3684C334.677 98.3789 345.724 109.775 345.524 123.823C345.324 137.87 333.952 149.249 320.124 149.239L302.729 149.226L302.553 161.593C302.17 188.418 280.453 210.148 254.048 210.128C251.407 210.126 249.298 207.949 249.336 205.267L250.029 156.696C250.066 154.147 250.277 151.64 250.652 149.186L202.702 149.15C200.188 149.148 198.179 147.076 198.216 144.522C198.58 118.981 219.256 98.2915 244.398 98.3105L320.849 98.3684Z"
9
+ fill="white" />
10
+ <path
11
+ d="M40.0005 86.7114C39.9636 89.2931 41.9939 91.3876 44.5353 91.3895L169.466 91.4841C181.794 91.4935 191.932 81.3487 192.111 68.8251C192.338 52.9497 179.853 40.0706 164.226 40.0587L86.683 40C61.2696 39.9808 40.3691 60.8942 40.0005 86.7114Z"
12
+ fill="#FFA55A" />
13
+ <path
14
+ d="M190.777 162.26C190.816 159.494 188.641 157.25 185.918 157.247L102.759 157.185C75.5305 157.164 53.1371 179.571 52.7422 207.232C52.7027 209.999 54.878 212.243 57.6009 212.245L140.76 212.308C167.989 212.328 190.382 189.921 190.777 162.26Z"
15
+ fill="white" />
16
+ <path
17
+ d="M41.4888 101.127C41.5622 98.5459 43.6813 96.4849 46.2218 96.5239L147.427 98.0805C172.832 98.4712 192.832 119.715 192.098 145.529C192.025 148.11 189.906 150.171 187.365 150.132L86.1601 148.576C60.7546 148.185 40.7545 126.942 41.4888 101.127Z"
18
+ fill="white" />
19
+ <path
20
+ d="M430.692 170.052C426.434 170.052 422.474 169.483 418.813 168.344C415.227 167.206 411.94 165.498 408.951 163.22C406.037 160.867 403.422 157.982 401.106 154.566L409.399 144.888C413.06 150.201 416.572 153.883 419.934 155.933C423.296 157.982 427.293 159.007 431.925 159.007C434.764 159.007 437.342 158.552 439.658 157.641C441.974 156.73 443.804 155.477 445.149 153.883C446.494 152.289 447.166 150.467 447.166 148.418C447.166 147.051 446.942 145.761 446.494 144.546C446.046 143.331 445.336 142.231 444.365 141.244C443.468 140.257 442.273 139.346 440.778 138.511C439.359 137.676 437.678 136.955 435.735 136.348C433.793 135.664 431.552 135.095 429.011 134.64C424.977 133.805 421.465 132.704 418.477 131.337C415.488 129.971 412.985 128.263 410.968 126.213C408.951 124.164 407.457 121.848 406.486 119.267C405.514 116.611 405.029 113.65 405.029 110.386C405.029 107.197 405.701 104.237 407.046 101.504C408.465 98.7713 410.371 96.418 412.761 94.4443C415.227 92.3947 418.103 90.8385 421.391 89.7757C424.678 88.637 428.227 88.0677 432.037 88.0677C436.072 88.0677 439.77 88.5991 443.132 89.6618C446.494 90.7246 449.483 92.3188 452.097 94.4443C454.712 96.4939 456.879 99.0369 458.597 102.073L450.08 110.613C448.586 108.108 446.905 106.021 445.037 104.351C443.169 102.605 441.115 101.314 438.873 100.479C436.632 99.5683 434.241 99.1129 431.701 99.1129C428.787 99.1129 426.247 99.5683 424.08 100.479C421.914 101.39 420.195 102.681 418.925 104.351C417.73 105.945 417.132 107.843 417.132 110.044C417.132 111.638 417.431 113.119 418.029 114.485C418.626 115.775 419.523 116.952 420.718 118.015C421.988 119.002 423.669 119.913 425.761 120.748C427.853 121.507 430.356 122.19 433.27 122.797C437.379 123.708 441.04 124.885 444.253 126.327C447.465 127.694 450.192 129.326 452.434 131.224C454.675 133.121 456.356 135.247 457.477 137.6C458.672 139.953 459.27 142.496 459.27 145.229C459.27 150.315 458.112 154.718 455.796 158.438C453.48 162.158 450.192 165.042 445.934 167.092C441.675 169.066 436.595 170.052 430.692 170.052Z"
21
+ fill="white" />
22
+ <path
23
+ d="M473.505 168.914V84.6517H485.048V121.431L483.031 122.797C483.778 120.14 485.235 117.711 487.402 115.51C489.568 113.232 492.146 111.411 495.134 110.044C498.123 108.602 501.186 107.881 504.324 107.881C508.807 107.881 512.542 108.792 515.531 110.613C518.519 112.359 520.761 115.054 522.255 118.698C523.749 122.342 524.496 126.935 524.496 132.476V168.914H512.953V133.273C512.953 129.857 512.505 127.048 511.608 124.847C510.712 122.57 509.33 120.937 507.462 119.951C505.594 118.888 503.278 118.432 500.514 118.584C498.272 118.584 496.218 118.964 494.35 119.723C492.482 120.406 490.838 121.393 489.419 122.683C488.074 123.974 486.991 125.492 486.169 127.238C485.422 128.908 485.048 130.73 485.048 132.704V168.914H479.333C478.361 168.914 477.39 168.914 476.419 168.914C475.448 168.914 474.476 168.914 473.505 168.914Z"
24
+ fill="white" />
25
+ <path
26
+ d="M542.061 168.914V109.133H553.604V168.914H542.061ZM547.664 95.9246C545.198 95.9246 543.293 95.2793 541.948 93.9888C540.604 92.6983 539.931 90.8764 539.931 88.5232C539.931 86.3217 540.604 84.5378 541.948 83.1714C543.368 81.805 545.273 81.1218 547.664 81.1218C550.129 81.1218 552.035 81.767 553.379 83.0575C554.724 84.348 555.397 86.1699 555.397 88.5232C555.397 90.7246 554.687 92.5085 553.267 93.8749C551.923 95.2414 550.055 95.9246 547.664 95.9246Z"
27
+ fill="white" />
28
+ <path
29
+ d="M571.346 193.965V109.133H583.001V122.797L581.208 121.773C581.657 119.495 582.927 117.332 585.019 115.282C587.111 113.157 589.651 111.449 592.639 110.158C595.702 108.792 598.84 108.108 602.053 108.108C607.358 108.108 612.065 109.437 616.174 112.094C620.283 114.751 623.533 118.394 625.924 123.025C628.314 127.656 629.51 132.969 629.51 138.967C629.51 144.888 628.314 150.201 625.924 154.908C623.608 159.539 620.395 163.22 616.286 165.953C612.177 168.61 607.544 169.939 602.389 169.939C598.953 169.939 595.628 169.255 592.415 167.889C589.203 166.447 586.476 164.625 584.234 162.423C581.993 160.222 580.611 157.944 580.088 155.591L583.001 153.997V193.965H571.346ZM600.484 159.121C603.921 159.121 606.984 158.248 609.674 156.502C612.363 154.756 614.493 152.365 616.062 149.328C617.631 146.292 618.415 142.838 618.415 138.967C618.415 135.095 617.631 131.679 616.062 128.718C614.567 125.682 612.475 123.291 609.786 121.545C607.096 119.799 603.996 118.926 600.484 118.926C596.973 118.926 593.872 119.799 591.182 121.545C588.493 123.215 586.363 125.568 584.794 128.605C583.226 131.641 582.441 135.095 582.441 138.967C582.441 142.838 583.226 146.292 584.794 149.328C586.363 152.365 588.493 154.756 591.182 156.502C593.872 158.248 596.973 159.121 600.484 159.121Z"
30
+ fill="white" />
31
+ <path d="M654.502 168.914V101.049H632.537V89.2064H689.243V101.049H666.605V168.914H654.502Z" fill="white" />
32
+ <path
33
+ d="M701.254 168.914V84.6517H712.797V121.431L710.78 122.797C711.527 120.14 712.984 117.711 715.15 115.51C717.317 113.232 719.895 111.411 722.883 110.044C725.872 108.602 728.935 107.881 732.073 107.881C736.555 107.881 740.291 108.792 743.28 110.613C746.268 112.359 748.509 115.054 750.004 118.698C751.498 122.342 752.245 126.935 752.245 132.476V168.914H740.702V133.273C740.702 129.857 740.254 127.048 739.357 124.847C738.461 122.57 737.079 120.937 735.211 119.951C733.343 118.888 731.027 118.432 728.262 118.584C726.021 118.584 723.966 118.964 722.099 119.723C720.231 120.406 718.587 121.393 717.168 122.683C715.823 123.974 714.739 125.492 713.918 127.238C713.17 128.908 712.797 130.73 712.797 132.704V168.914H707.081C706.11 168.914 705.139 168.914 704.168 168.914C703.196 168.914 702.225 168.914 701.254 168.914Z"
34
+ fill="white" />
35
+ <path
36
+ d="M769.809 168.914V109.133H781.352V168.914H769.809ZM775.413 95.9246C772.947 95.9246 771.042 95.2793 769.697 93.9888C768.352 92.6983 767.68 90.8764 767.68 88.5232C767.68 86.3217 768.352 84.5378 769.697 83.1714C771.117 81.805 773.022 81.1218 775.413 81.1218C777.878 81.1218 779.783 81.767 781.128 83.0575C782.473 84.348 783.145 86.1699 783.145 88.5232C783.145 90.7246 782.436 92.5085 781.016 93.8749C779.671 95.2414 777.803 95.9246 775.413 95.9246Z"
37
+ fill="white" />
38
+ <path
39
+ d="M818.707 170.052C813.776 170.052 809.331 169.179 805.371 167.433C801.411 165.687 798.124 163.106 795.509 159.69L803.354 152.858C805.595 155.515 808.023 157.451 810.638 158.666C813.328 159.804 816.354 160.374 819.716 160.374C821.06 160.374 822.293 160.222 823.414 159.918C824.609 159.539 825.618 159.007 826.44 158.324C827.336 157.641 828.009 156.844 828.457 155.933C828.905 154.946 829.129 153.883 829.129 152.745C829.129 150.771 828.42 149.177 827 147.962C826.253 147.431 825.058 146.861 823.414 146.254C821.845 145.571 819.79 144.888 817.25 144.204C812.917 143.066 809.368 141.775 806.604 140.333C803.839 138.891 801.71 137.258 800.216 135.437C799.095 133.994 798.273 132.438 797.75 130.768C797.227 129.022 796.966 127.124 796.966 125.075C796.966 122.57 797.489 120.292 798.535 118.243C799.655 116.117 801.15 114.295 803.017 112.777C804.96 111.183 807.201 109.968 809.742 109.133C812.356 108.298 815.121 107.881 818.035 107.881C820.799 107.881 823.526 108.26 826.216 109.019C828.98 109.778 831.52 110.879 833.836 112.322C836.152 113.764 838.095 115.472 839.664 117.446L833.052 124.847C831.632 123.405 830.063 122.152 828.345 121.089C826.701 119.951 825.02 119.078 823.302 118.47C821.583 117.863 820.014 117.559 818.595 117.559C817.026 117.559 815.606 117.711 814.336 118.015C813.066 118.319 811.983 118.774 811.086 119.381C810.265 119.989 809.629 120.748 809.181 121.659C808.733 122.57 808.509 123.594 808.509 124.733C808.583 125.72 808.808 126.669 809.181 127.58C809.629 128.415 810.227 129.136 810.974 129.743C811.796 130.351 813.029 130.996 814.673 131.679C816.316 132.362 818.408 133.007 820.948 133.615C824.684 134.602 827.747 135.702 830.138 136.917C832.603 138.056 834.546 139.384 835.966 140.902C837.46 142.345 838.506 144.015 839.104 145.912C839.701 147.81 840 149.936 840 152.289C840 155.705 839.029 158.779 837.086 161.512C835.218 164.169 832.678 166.257 829.466 167.775C826.253 169.293 822.667 170.052 818.707 170.052Z"
40
+ fill="white" />
41
+
42
+ </svg>
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg version="1.2" baseProfile="tiny-ps" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3
+ viewBox="0 0 880 253" xml:space="preserve">>
4
+ <title>ShipThis</title>
5
+ <path
6
+ d="M347.855 45.3626C347.893 42.6801 345.784 40.5039 343.143 40.5019L247.52 40.4294C221.114 40.4094 199.398 62.1393 199.015 88.9644C198.977 91.6469 201.086 93.8232 203.727 93.8252L299.35 93.8976C325.756 93.9176 347.472 72.1877 347.855 45.3626Z"
7
+ fill="#1B3050" />
8
+ <path
9
+ d="M320.849 98.6761C334.677 98.6865 345.724 110.083 345.524 124.13C345.324 138.178 333.952 149.557 320.124 149.547L302.729 149.533L302.553 161.9C302.17 188.725 280.453 210.455 254.048 210.435C251.407 210.433 249.298 208.257 249.336 205.575L250.029 157.003C250.066 154.454 250.277 151.947 250.652 149.494L202.702 149.458C200.188 149.456 198.179 147.384 198.216 144.83C198.58 119.289 219.256 98.5991 244.398 98.6182L320.849 98.6761Z"
10
+ fill="#1B3050" />
11
+ <path
12
+ d="M40.0005 87.019C39.9636 89.6008 41.9939 91.6952 44.5353 91.6971L169.466 91.7917C181.794 91.8011 191.932 81.6563 192.111 69.1327C192.338 53.2573 179.853 40.3782 164.226 40.3664L86.683 40.3076C61.2696 40.2884 40.3691 61.2018 40.0005 87.019Z"
13
+ fill="#1B3050" />
14
+ <path
15
+ d="M190.777 162.567C190.816 159.801 188.641 157.557 185.918 157.555L102.759 157.492C75.5305 157.472 53.1371 179.879 52.7422 207.54C52.7027 210.306 54.878 212.55 57.6009 212.552L140.76 212.615C167.989 212.636 190.382 190.229 190.777 162.567Z"
16
+ fill="#1B3050" />
17
+ <path
18
+ d="M41.4888 101.435C41.5622 98.8535 43.6813 96.7925 46.2218 96.8316L147.427 98.3881C172.832 98.7788 192.832 120.022 192.098 145.836C192.025 148.418 189.906 150.479 187.365 150.44L86.1601 148.883C60.7546 148.493 40.7545 127.249 41.4888 101.435Z"
19
+ fill="#1B3050" />
20
+ <path
21
+ d="M430.692 170.36C426.434 170.36 422.474 169.791 418.813 168.652C415.227 167.513 411.94 165.805 408.951 163.528C406.037 161.175 403.422 158.29 401.106 154.874L409.399 145.195C413.06 150.509 416.572 154.191 419.934 156.24C423.296 158.29 427.293 159.315 431.925 159.315C434.764 159.315 437.342 158.859 439.658 157.948C441.974 157.037 443.804 155.785 445.149 154.191C446.494 152.597 447.166 150.775 447.166 148.725C447.166 147.359 446.942 146.068 446.494 144.854C446.046 143.639 445.336 142.538 444.365 141.551C443.468 140.565 442.273 139.654 440.778 138.819C439.359 137.984 437.678 137.262 435.735 136.655C433.793 135.972 431.552 135.403 429.011 134.947C424.977 134.112 421.465 133.011 418.477 131.645C415.488 130.279 412.985 128.571 410.968 126.521C408.951 124.471 407.457 122.156 406.486 119.575C405.514 116.918 405.029 113.958 405.029 110.693C405.029 107.505 405.701 104.545 407.046 101.812C408.465 99.0789 410.371 96.7256 412.761 94.7519C415.227 92.7023 418.103 91.1461 421.391 90.0833C424.678 88.9447 428.227 88.3753 432.037 88.3753C436.072 88.3753 439.77 88.9067 443.132 89.9695C446.494 91.0322 449.483 92.6264 452.097 94.7519C454.712 96.8015 456.879 99.3446 458.597 102.381L450.08 110.921C448.586 108.416 446.905 106.328 445.037 104.658C443.169 102.912 441.115 101.622 438.873 100.787C436.632 99.8759 434.241 99.4205 431.701 99.4205C428.787 99.4205 426.247 99.8759 424.08 100.787C421.914 101.698 420.195 102.988 418.925 104.658C417.73 106.253 417.132 108.15 417.132 110.352C417.132 111.946 417.431 113.426 418.029 114.793C418.626 116.083 419.523 117.26 420.718 118.323C421.988 119.309 423.669 120.22 425.761 121.055C427.853 121.814 430.356 122.498 433.27 123.105C437.379 124.016 441.04 125.193 444.253 126.635C447.465 128.001 450.192 129.633 452.434 131.531C454.675 133.429 456.356 135.554 457.477 137.908C458.672 140.261 459.27 142.804 459.27 145.537C459.27 150.623 458.112 155.026 455.796 158.746C453.48 162.465 450.192 165.35 445.934 167.399C441.675 169.373 436.595 170.36 430.692 170.36Z"
22
+ fill="#1B3050" />
23
+ <path
24
+ d="M473.505 169.221V84.9593H485.048V121.739L483.031 123.105C483.778 120.448 485.235 118.019 487.402 115.817C489.568 113.54 492.146 111.718 495.134 110.352C498.123 108.909 501.186 108.188 504.324 108.188C508.807 108.188 512.542 109.099 515.531 110.921C518.519 112.667 520.761 115.362 522.255 119.006C523.749 122.649 524.496 127.242 524.496 132.784V169.221H512.953V133.581C512.953 130.165 512.505 127.356 511.608 125.155C510.712 122.877 509.33 121.245 507.462 120.258C505.594 119.195 503.278 118.74 500.514 118.892C498.272 118.892 496.218 119.271 494.35 120.031C492.482 120.714 490.838 121.701 489.419 122.991C488.074 124.282 486.991 125.8 486.169 127.546C485.422 129.216 485.048 131.038 485.048 133.011V169.221H479.333C478.361 169.221 477.39 169.221 476.419 169.221C475.448 169.221 474.476 169.221 473.505 169.221Z"
25
+ fill="#1B3050" />
26
+ <path
27
+ d="M542.061 169.221V109.441H553.604V169.221H542.061ZM547.664 96.2322C545.198 96.2322 543.293 95.5869 541.948 94.2964C540.604 93.0059 539.931 91.1841 539.931 88.8308C539.931 86.6294 540.604 84.8454 541.948 83.479C543.368 82.1126 545.273 81.4294 547.664 81.4294C550.129 81.4294 552.035 82.0746 553.379 83.3652C554.724 84.6556 555.397 86.4775 555.397 88.8308C555.397 91.0322 554.687 92.8162 553.267 94.1826C551.923 95.549 550.055 96.2322 547.664 96.2322Z"
28
+ fill="#1B3050" />
29
+ <path
30
+ d="M571.346 194.272V109.441H583.001V123.105L581.208 122.08C581.657 119.803 582.927 117.639 585.019 115.59C587.111 113.464 589.651 111.756 592.639 110.466C595.703 109.099 598.84 108.416 602.053 108.416C607.358 108.416 612.065 109.744 616.174 112.401C620.283 115.058 623.533 118.702 625.924 123.333C628.314 127.963 629.51 133.277 629.51 139.274C629.51 145.195 628.314 150.509 625.924 155.216C623.608 159.846 620.395 163.528 616.286 166.261C612.177 168.918 607.544 170.246 602.389 170.246C598.952 170.246 595.628 169.563 592.415 168.197C589.203 166.754 586.476 164.932 584.234 162.731C581.993 160.529 580.611 158.252 580.088 155.899L583.001 154.305V194.272H571.346ZM600.484 159.429C603.921 159.429 606.984 158.556 609.674 156.81C612.363 155.064 614.493 152.673 616.062 149.636C617.631 146.6 618.415 143.146 618.415 139.274C618.415 135.403 617.631 131.987 616.062 129.026C614.567 125.99 612.475 123.598 609.786 121.852C607.096 120.106 603.996 119.233 600.484 119.233C596.973 119.233 593.872 120.106 591.182 121.852C588.493 123.522 586.363 125.876 584.795 128.912C583.226 131.949 582.441 135.403 582.441 139.274C582.441 143.146 583.226 146.6 584.795 149.636C586.363 152.673 588.493 155.064 591.182 156.81C593.872 158.556 596.973 159.429 600.484 159.429Z"
31
+ fill="#1B3050" />
32
+ <path d="M654.502 169.221V101.356H632.537V89.514H689.243V101.356H666.605V169.221H654.502Z" fill="#1B3050" />
33
+ <path
34
+ d="M701.254 169.221V84.9593H712.797V121.739L710.78 123.105C711.527 120.448 712.984 118.019 715.15 115.817C717.317 113.54 719.895 111.718 722.883 110.352C725.872 108.909 728.935 108.188 732.073 108.188C736.555 108.188 740.291 109.099 743.28 110.921C746.268 112.667 748.509 115.362 750.004 119.006C751.498 122.649 752.245 127.242 752.245 132.784V169.221H740.702V133.581C740.702 130.165 740.254 127.356 739.357 125.155C738.461 122.877 737.078 121.245 735.211 120.258C733.343 119.195 731.027 118.74 728.262 118.892C726.021 118.892 723.966 119.271 722.099 120.031C720.231 120.714 718.587 121.701 717.168 122.991C715.823 124.282 714.739 125.8 713.918 127.546C713.171 129.216 712.797 131.038 712.797 133.011V169.221H707.081C706.11 169.221 705.139 169.221 704.168 169.221C703.196 169.221 702.225 169.221 701.254 169.221Z"
35
+ fill="#1B3050" />
36
+ <path
37
+ d="M769.809 169.221V109.441H781.352V169.221H769.809ZM775.413 96.2322C772.947 96.2322 771.042 95.5869 769.697 94.2964C768.352 93.0059 767.68 91.1841 767.68 88.8308C767.68 86.6294 768.352 84.8454 769.697 83.479C771.117 82.1126 773.022 81.4294 775.413 81.4294C777.878 81.4294 779.783 82.0746 781.128 83.3652C782.473 84.6556 783.145 86.4775 783.145 88.8308C783.145 91.0322 782.436 92.8162 781.016 94.1826C779.671 95.549 777.803 96.2322 775.413 96.2322Z"
38
+ fill="#1B3050" />
39
+ <path
40
+ d="M818.707 170.36C813.776 170.36 809.331 169.487 805.371 167.741C801.411 165.995 798.124 163.414 795.509 159.998L803.354 153.166C805.595 155.823 808.023 157.759 810.638 158.973C813.328 160.112 816.354 160.681 819.716 160.681C821.06 160.681 822.293 160.529 823.414 160.226C824.609 159.846 825.618 159.315 826.44 158.632C827.336 157.948 828.009 157.151 828.457 156.24C828.905 155.254 829.129 154.191 829.129 153.052C829.129 151.078 828.42 149.484 827 148.27C826.253 147.738 825.058 147.169 823.414 146.562C821.845 145.878 819.79 145.195 817.25 144.512C812.917 143.373 809.368 142.083 806.604 140.641C803.839 139.198 801.71 137.566 800.216 135.744C799.095 134.302 798.273 132.746 797.75 131.076C797.227 129.33 796.966 127.432 796.966 125.382C796.966 122.877 797.489 120.6 798.535 118.55C799.655 116.425 801.15 114.603 803.017 113.085C804.96 111.49 807.201 110.276 809.742 109.441C812.356 108.606 815.121 108.188 818.035 108.188C820.799 108.188 823.526 108.568 826.216 109.327C828.98 110.086 831.52 111.187 833.836 112.629C836.152 114.071 838.095 115.779 839.664 117.753L833.052 125.155C831.632 123.712 830.063 122.46 828.345 121.397C826.701 120.258 825.02 119.385 823.302 118.778C821.583 118.171 820.014 117.867 818.595 117.867C817.026 117.867 815.606 118.019 814.336 118.323C813.066 118.626 811.983 119.082 811.086 119.689C810.265 120.296 809.629 121.055 809.181 121.966C808.733 122.877 808.509 123.902 808.509 125.041C808.583 126.028 808.808 126.976 809.181 127.887C809.629 128.722 810.227 129.444 810.974 130.051C811.796 130.658 813.029 131.303 814.673 131.987C816.316 132.67 818.408 133.315 820.948 133.922C824.684 134.909 827.747 136.01 830.138 137.225C832.603 138.363 834.546 139.692 835.965 141.21C837.46 142.652 838.506 144.322 839.104 146.22C839.701 148.118 840 150.243 840 152.597C840 156.013 839.029 159.087 837.086 161.82C835.218 164.477 832.678 166.564 829.466 168.083C826.253 169.601 822.667 170.36 818.707 170.36Z"
41
+ fill="#1B3050" />
42
+ </svg>
Binary file
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.15",
9
+ "version": "0.1.17",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "2.0.3",
@@ -695,10 +695,10 @@
695
695
  "wizard.js"
696
696
  ]
697
697
  },
698
- "apple:certificate:create": {
698
+ "apple:apiKey:create": {
699
699
  "aliases": [],
700
700
  "args": {},
701
- "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
701
+ "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
702
702
  "examples": [
703
703
  "<%= config.bin %> <%= command.id %>",
704
704
  "<%= config.bin %> <%= command.id %> --force"
@@ -720,7 +720,7 @@
720
720
  },
721
721
  "hasDynamicHelp": false,
722
722
  "hiddenAliases": [],
723
- "id": "apple:certificate:create",
723
+ "id": "apple:apiKey:create",
724
724
  "pluginAlias": "shipthis",
725
725
  "pluginName": "shipthis",
726
726
  "pluginType": "core",
@@ -730,11 +730,11 @@
730
730
  "dist",
731
731
  "commands",
732
732
  "apple",
733
- "certificate",
733
+ "apiKey",
734
734
  "create.js"
735
735
  ]
736
736
  },
737
- "apple:certificate:export": {
737
+ "apple:apiKey:export": {
738
738
  "aliases": [],
739
739
  "args": {
740
740
  "file": {
@@ -743,9 +743,9 @@
743
743
  "required": true
744
744
  }
745
745
  },
746
- "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
746
+ "description": "Saves the current App Store Connect API Key to a ZIP file",
747
747
  "examples": [
748
- "<%= config.bin %> <%= command.id %> userCert.zip"
748
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
749
749
  ],
750
750
  "flags": {
751
751
  "force": {
@@ -758,7 +758,7 @@
758
758
  },
759
759
  "hasDynamicHelp": false,
760
760
  "hiddenAliases": [],
761
- "id": "apple:certificate:export",
761
+ "id": "apple:apiKey:export",
762
762
  "pluginAlias": "shipthis",
763
763
  "pluginName": "shipthis",
764
764
  "pluginType": "core",
@@ -769,11 +769,11 @@
769
769
  "dist",
770
770
  "commands",
771
771
  "apple",
772
- "certificate",
772
+ "apiKey",
773
773
  "export.js"
774
774
  ]
775
775
  },
776
- "apple:certificate:import": {
776
+ "apple:apiKey:import": {
777
777
  "aliases": [],
778
778
  "args": {
779
779
  "file": {
@@ -782,9 +782,9 @@
782
782
  "required": true
783
783
  }
784
784
  },
785
- "description": "Imports an iOS Distribution Certificate to your ShipThis account",
785
+ "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
786
786
  "examples": [
787
- "<%= config.bin %> <%= command.id %> userCert.zip"
787
+ "<%= config.bin %> <%= command.id %> userApiKey.zip"
788
788
  ],
789
789
  "flags": {
790
790
  "force": {
@@ -796,7 +796,7 @@
796
796
  },
797
797
  "hasDynamicHelp": false,
798
798
  "hiddenAliases": [],
799
- "id": "apple:certificate:import",
799
+ "id": "apple:apiKey:import",
800
800
  "pluginAlias": "shipthis",
801
801
  "pluginName": "shipthis",
802
802
  "pluginType": "core",
@@ -807,14 +807,14 @@
807
807
  "dist",
808
808
  "commands",
809
809
  "apple",
810
- "certificate",
810
+ "apiKey",
811
811
  "import.js"
812
812
  ]
813
813
  },
814
- "apple:certificate:status": {
814
+ "apple:apiKey:status": {
815
815
  "aliases": [],
816
816
  "args": {},
817
- "description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
817
+ "description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
818
818
  "examples": [
819
819
  "<%= config.bin %> <%= command.id %>",
820
820
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -829,7 +829,7 @@
829
829
  },
830
830
  "hasDynamicHelp": false,
831
831
  "hiddenAliases": [],
832
- "id": "apple:certificate:status",
832
+ "id": "apple:apiKey:status",
833
833
  "pluginAlias": "shipthis",
834
834
  "pluginName": "shipthis",
835
835
  "pluginType": "core",
@@ -840,14 +840,14 @@
840
840
  "dist",
841
841
  "commands",
842
842
  "apple",
843
- "certificate",
843
+ "apiKey",
844
844
  "status.js"
845
845
  ]
846
846
  },
847
- "apple:apiKey:create": {
847
+ "apple:certificate:create": {
848
848
  "aliases": [],
849
849
  "args": {},
850
- "description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
850
+ "description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
851
851
  "examples": [
852
852
  "<%= config.bin %> <%= command.id %>",
853
853
  "<%= config.bin %> <%= command.id %> --force"
@@ -869,7 +869,7 @@
869
869
  },
870
870
  "hasDynamicHelp": false,
871
871
  "hiddenAliases": [],
872
- "id": "apple:apiKey:create",
872
+ "id": "apple:certificate:create",
873
873
  "pluginAlias": "shipthis",
874
874
  "pluginName": "shipthis",
875
875
  "pluginType": "core",
@@ -879,11 +879,11 @@
879
879
  "dist",
880
880
  "commands",
881
881
  "apple",
882
- "apiKey",
882
+ "certificate",
883
883
  "create.js"
884
884
  ]
885
885
  },
886
- "apple:apiKey:export": {
886
+ "apple:certificate:export": {
887
887
  "aliases": [],
888
888
  "args": {
889
889
  "file": {
@@ -892,9 +892,9 @@
892
892
  "required": true
893
893
  }
894
894
  },
895
- "description": "Saves the current App Store Connect API Key to a ZIP file",
895
+ "description": "Saves the current Apple Distribution Certificate to a ZIP file.",
896
896
  "examples": [
897
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
897
+ "<%= config.bin %> <%= command.id %> userCert.zip"
898
898
  ],
899
899
  "flags": {
900
900
  "force": {
@@ -907,7 +907,7 @@
907
907
  },
908
908
  "hasDynamicHelp": false,
909
909
  "hiddenAliases": [],
910
- "id": "apple:apiKey:export",
910
+ "id": "apple:certificate:export",
911
911
  "pluginAlias": "shipthis",
912
912
  "pluginName": "shipthis",
913
913
  "pluginType": "core",
@@ -918,11 +918,11 @@
918
918
  "dist",
919
919
  "commands",
920
920
  "apple",
921
- "apiKey",
921
+ "certificate",
922
922
  "export.js"
923
923
  ]
924
924
  },
925
- "apple:apiKey:import": {
925
+ "apple:certificate:import": {
926
926
  "aliases": [],
927
927
  "args": {
928
928
  "file": {
@@ -931,9 +931,9 @@
931
931
  "required": true
932
932
  }
933
933
  },
934
- "description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
934
+ "description": "Imports an iOS Distribution Certificate to your ShipThis account",
935
935
  "examples": [
936
- "<%= config.bin %> <%= command.id %> userApiKey.zip"
936
+ "<%= config.bin %> <%= command.id %> userCert.zip"
937
937
  ],
938
938
  "flags": {
939
939
  "force": {
@@ -945,7 +945,7 @@
945
945
  },
946
946
  "hasDynamicHelp": false,
947
947
  "hiddenAliases": [],
948
- "id": "apple:apiKey:import",
948
+ "id": "apple:certificate:import",
949
949
  "pluginAlias": "shipthis",
950
950
  "pluginName": "shipthis",
951
951
  "pluginType": "core",
@@ -956,14 +956,14 @@
956
956
  "dist",
957
957
  "commands",
958
958
  "apple",
959
- "apiKey",
959
+ "certificate",
960
960
  "import.js"
961
961
  ]
962
962
  },
963
- "apple:apiKey:status": {
963
+ "apple:certificate:status": {
964
964
  "aliases": [],
965
965
  "args": {},
966
- "description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
966
+ "description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
967
967
  "examples": [
968
968
  "<%= config.bin %> <%= command.id %>",
969
969
  "<%= config.bin %> <%= command.id %> --noAppleAuth"
@@ -978,7 +978,7 @@
978
978
  },
979
979
  "hasDynamicHelp": false,
980
980
  "hiddenAliases": [],
981
- "id": "apple:apiKey:status",
981
+ "id": "apple:certificate:status",
982
982
  "pluginAlias": "shipthis",
983
983
  "pluginName": "shipthis",
984
984
  "pluginType": "core",
@@ -989,7 +989,7 @@
989
989
  "dist",
990
990
  "commands",
991
991
  "apple",
992
- "apiKey",
992
+ "certificate",
993
993
  "status.js"
994
994
  ]
995
995
  },
@@ -2238,5 +2238,5 @@
2238
2238
  ]
2239
2239
  }
2240
2240
  },
2241
- "version": "0.1.15"
2241
+ "version": "0.1.17"
2242
2242
  }