Skip to content

Commit 4e7e061

Browse files
committed
Update macOS readme for macOS 15
1 parent 5010ae4 commit 4e7e061

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/packager/packager.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,17 @@ const CFBundleShortVersionString = 'CFBundleShortVersionString';
147147
// https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
148148
const LSApplicationCategoryType = 'LSApplicationCategoryType';
149149

150-
const generateMacReadme = (options) => `When you try to double click on the app to run it, you will probably see this warning:
151-
"${options.app.packageName} cannot be opened because the developer cannot be verified."
152-
This is normal. Press cancel.
150+
const generateMacReadme = (options) => `Due to macOS restrictions, running this app requires a few manual steps.
153151
154-
To run the app:
152+
To run the app on macOS 15 and later:
153+
1) Double click on the app file (${options.app.packageName} in the same folder as this document), then press "Done" when the warning appears
154+
2) Open macOS System Settings
155+
3) Go to the "Privacy & Security" section
156+
4) Scroll to the bottom
157+
5) By "${options.app.packageName} was blocked to protect your Mac", press "Open Anyway"
158+
6) In the prompt that appears, press "Open Anyway"
159+
160+
To run the app on macOS 14 and earlier:
155161
1) Control+click on the app file (${options.app.packageName} in the same folder as this document) and select "Open".
156162
2) If a warning appears, select "Open" if it's an option.
157163
3) If a warning appears but "Open" isn't an option, press "Cancel" and repeat from step 1.

0 commit comments

Comments
 (0)