File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,17 @@ const CFBundleShortVersionString = 'CFBundleShortVersionString';
147147// https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
148148const 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:
1551611) Control+click on the app file (${ options . app . packageName } in the same folder as this document) and select "Open".
1561622) If a warning appears, select "Open" if it's an option.
1571633) If a warning appears but "Open" isn't an option, press "Cancel" and repeat from step 1.
You can’t perform that action at this time.
0 commit comments