Skip to content

Commit

Permalink
Fix provisioning profile documentation (JetBrains#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Vos authored and mareklangiewicz committed Feb 14, 2022
1 parent cf6d078 commit 947de18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/Signing_and_notarization_on_macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ profile. You can skip this step otherwise.

First make sure you have created two app IDs, one for your app, and another one for the JVM runtime.
They should look like this:
App ID for app: `com.yoursitename.yourappname` (format: `YOURBUNDLEID`)
App ID for runtime: `com.oracle.java.com.yoursitename.yourappname` (format: `com.oracle.java.YOURBUNDLEID`)
* App ID for app: `com.yoursitename.yourappname` (format: `YOURBUNDLEID`)
* App ID for runtime: `com.oracle.java.com.yoursitename.yourappname` (format: `com.oracle.java.YOURBUNDLEID`)

#### Checking existing provisioning profiles

Expand Down

0 comments on commit 947de18

Please sign in to comment.