Browse Source

Fix provisioning profile documentation (#1820)

pull/1824/head
Thomas Vos 2 years ago committed by GitHub
parent
commit
f568117a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Signing_and_notarization_on_macOS/README.md

4
tutorials/Signing_and_notarization_on_macOS/README.md

@ -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

Loading…
Cancel
Save