macOS builds are signed now

This commit is contained in:
luboslenco
2020-03-03 11:27:25 +01:00
parent bbfef0f421
commit 31867b8a89
+5 -10
View File
@@ -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.