onmyway133 / PushNotifications

🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
https://onmyway133.com
Other
2.26k stars 176 forks source link

Cannot open on macOS 10.15.3 (Fixed) #43

Closed libern closed 3 years ago

libern commented 3 years ago

image

image

bn326160 commented 3 years ago

I have the same on 10.15.5.

The error I get is: “Push Notifications” will damage your computer. You should move it to the Bin.

In the macOS crash logs it tells us that the certificate is invalid.

So I downloaded the master branch and tried to build it myself and I get the following error: CSSMERR_TP_CERT_REVOKED But simply starting it using npm i && npm start worked well :)

Ariandr commented 3 years ago

Hi @libern @bn326160 I fixed the issue and created a new release with a fix. Please, check it out: https://github.com/onmyway133/PushNotifications/releases/tag/1.7.6

bn326160 commented 3 years ago

Can confirm that it is resolved!

Ariandr commented 3 years ago

@bn326160 Great!

libern commented 3 years ago

Double confirm that it is resolved!