rlxone / Equinox

🌇 🌃 Create dynamic wallpapers for macOS.
https://equinoxmac.com
MIT License
1.23k stars 36 forks source link

App crashes on macOS Mojave (needs to add NSPrincipalClass to Info.plist) #9

Closed LumingYin closed 2 years ago

LumingYin commented 2 years ago

My Mac runs macOS Mojave (18G9323). After downloading Equinox from the Mac App Store, it crashes on launch with the following error message in Console:

2021-11-25 01:51:52.819 Equinox[10238:1025170] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting

If I edit Info.plist and add the following key-value pair and re-sign the Equinox app, it launches as expected:

<key>NSPrincipalClass</key>
<string>NSApplication</string>

Can you please update the app to include the key-value pair above by default?

rlxone commented 2 years ago

Hi. Thank you for your feedback. I fixed this in v1.0.1 version. Please update your app or compile v.1.0.1 version.

LumingYin commented 2 years ago

v1.0.1 works great, thank you for the fix!