Skip to content

Commit c9e9f6f

Browse files
committed
Revert "docs: clarify profile generation lifecycle"
This reverts commit 1cdca98.
1 parent 1cdca98 commit c9e9f6f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

appium/scripts/generate_profiles.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
/**
33
* Create (or regenerate) iOS Development provisioning profiles for the OneSignal
44
* demo app (main target, Notification Service Extension, Live Activity widget)
5-
* via the App Store Connect API. It does not create signing certificates.
5+
* via the App Store Connect API.
66
*
77
* Idempotent: if a profile with the target name already exists, it is deleted
88
* and recreated with all currently registered dev certs + enabled iOS devices.
9-
* Re-run after registering a device, rotating a signing certificate, or when
10-
* Apple's one-year profile validity expires.
9+
* Re-run whenever you register a new device or rotate a signing cert.
1110
*
1211
* Prerequisites
1312
* -------------

0 commit comments

Comments
 (0)