From 31867b8a89460903f905d1563a128b888d62cb4b Mon Sep 17 00:00:00 2001 From: luboslenco Date: Tue, 3 Mar 2020 11:27:25 +0100 Subject: [PATCH] macOS builds are signed now --- Assets/readme/readme_macos.txt | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Assets/readme/readme_macos.txt b/Assets/readme/readme_macos.txt index 056aaaec..91ec0b94 100644 --- a/Assets/readme/readme_macos.txt +++ b/Assets/readme/readme_macos.txt @@ -1,13 +1,8 @@ -ArmorPaint is currently an unsigned app. Due to security elements of macOS, -you will not be able to run the .app out of the box. Depending on the error message, -try one of the following. +Due to security elements of macOS, the system may prevent you from running the .app out of the box. -1.) "ArmorPaint.app is damaged and can't be opened." -Open terminal in the unpacked ArmorPaint folder and type: -xattr -cr ArmorPaint.app +"ArmorPaint.app can't be opened because Apple cannot check it for malicious software.": -2.) "ArmorPaint can't be opened because it is from an unidentified developer." -Open terminal and type: -sudo spctl --master-disable +1.) Right-click on 'ArmorPaint.app' and press 'Open' +2.) Press 'Open' in the popup dialog -Afterwards macOS should let you open the ArmorPaint.app file. +Afterwards macOS should let you open the ArmorPaint.app file directly.