From f568117a793043f1bfda0315dd59c9e92ed7dd64 Mon Sep 17 00:00:00 2001 From: Thomas Vos Date: Fri, 11 Feb 2022 06:16:52 +0100 Subject: [PATCH] Fix provisioning profile documentation (#1820) --- tutorials/Signing_and_notarization_on_macOS/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Signing_and_notarization_on_macOS/README.md b/tutorials/Signing_and_notarization_on_macOS/README.md index 56cae86f11..51fe760b3d 100644 --- a/tutorials/Signing_and_notarization_on_macOS/README.md +++ b/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