We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9276b commit b8946d2Copy full SHA for b8946d2
1 file changed
appium/scripts/generate_certs.ts
@@ -14,7 +14,8 @@
14
* portal as Explicit App IDs with the required capabilities (App Groups for
15
* both, plus Live Activities on .LA). This script does not configure
16
* capabilities.
17
- * - An App Store Connect API key with role Developer or Admin.
+ * - App Store Connect API credentials from the "OneSignal Sdk-Shared Script"
18
+ * key in https://appstoreconnect.apple.com/access/integrations/api.
19
* - Bun (or `tsx`) to run the script.
20
*
21
* Environment variables
@@ -25,7 +26,7 @@
25
26
27
* Usage
28
* -----
- * ASC_KEY_ID=... ASC_ISSUER_ID=... ASC_KEY_FILE=~/Downloads/AuthKey_XXX.p8 \
29
+ * ASC_KEY_ID=... ASC_ISSUER_ID=... ASC_KEY_FILE=$HOME/Downloads/AuthKey_XXX.p8 \
30
* bun appium/scripts/generate_certs.ts
31
32
* # or with tsx:
0 commit comments