Skip to content

Commit 4183d03

Browse files
refactor: rename provisioning profile script (#45)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 77f8e2e commit 4183d03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appium/scripts/download_profiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async function main(): Promise<void> {
209209
if (!profile) {
210210
throw new Error(
211211
`No ACTIVE ${PROFILE_TYPE} profile found for bundle ID ${bundleId}. ` +
212-
`Run generate_certs.ts (or create one in the developer portal) and retry.`,
212+
`Run generate_profiles.ts (or create one in the developer portal) and retry.`,
213213
);
214214
}
215215

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Usage
2828
* -----
2929
* ASC_KEY_ID=... ASC_ISSUER_ID=... ASC_KEY_FILE=$HOME/Documents/AuthKey_XXX.p8 \
30-
* bun appium/scripts/generate_certs.ts
30+
* bun appium/scripts/generate_profiles.ts
3131
*/
3232

3333
import { createPrivateKey, sign } from 'node:crypto';

0 commit comments

Comments
 (0)