Skip to content

Commit

Permalink
chore: update JSDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 committed Sep 24, 2024
1 parent 521d8be commit 74d73dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export type CieIdPackageNameOrCustomUrl =
*
* For iOS, the URL scheme is always `CIEID://` for both production and UAT environment.
*
* WARNING: For this to work it is necessary to add the URL scheme to the `Info.plist` file of the calling app.
* WARNING: For this to work it is necessary to add the URL scheme to the `Info.plist`
* file of the calling app, under the `LSApplicationQueriesSchemes` key.
*
* ```xml
* <key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 74d73dd

Please sign in to comment.