On M1 Macbooks, Gatekeeper likes to treat DOSBox-X like deadly medical waste for some reason. No, Gatekeeper is not going to tell you the reason, sucker. Try changing the bundle name, maybe Gatekeeper finds words like Hackipedia very triggering. Second reason is that DOSBox-X has not been published or hosted on Hackipedia since 2012, so I am not sure why I did that with the bundle name.

This commit is contained in:
Jonathan Campbell 2020-12-27 09:14:57 -08:00
parent d76c7daf1f
commit 41325a28ce

View File

@ -11,11 +11,11 @@
<key>CFBundleExecutable</key>
<string>DosBox</string>
<key>CFBundleGetInfoString</key>
<string>@PACKAGE_VERSION@, Copyright 2019 DOSBox-X</string>
<string>@PACKAGE_VERSION@, Copyright 2021 DOSBox-X</string>
<key>CFBundleIconFile</key>
<string>DosBox.icns</string>
<key>CFBundleIdentifier</key>
<string>com.hackipedia.DOSBoxX</string>
<string>com.dosbox-x</string>
<key>CFBundleDocumentTypes</key>
<array>
</array>
@ -30,7 +30,7 @@
<key>CFBundleVersion</key>
<string>@PACKAGE_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2019 DOSBox-X</string>
<string>Copyright 2021 DOSBox-X</string>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
</dict>