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

no source code? #59

Closed indieshack closed 3 years ago

indieshack commented 3 years ago

I see the binary, there's no source code?

Ariandr commented 3 years ago

Hi @indieshack It's in this folder: https://github.com/onmyway133/PushNotifications/tree/master/components

indieshack commented 3 years ago

That's a web client, right? You have a MacOS app for download from this project, but no source code for the MacOS app - is the Obj/Swift source code available for that?

On Wed, Jun 23, 2021 at 1:10 AM Aleksandr Honcharov < @.***> wrote:

Hi @indieshack https://github.com/indieshack It's in this folder: https://github.com/onmyway133/PushNotifications/tree/master/components

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/onmyway133/PushNotifications/issues/59#issuecomment-866627036, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBHRZ3JXVCVRQHCDUASXRTTUGJIPANCNFSM47ENM45A .

-- Greg Quinn Phone: (760) 612 4808

Ariandr commented 3 years ago

@indieshack It's not a native app, it doesn't use Swift/ Obj C.

The app is created using Electron. Here is the instruction how to build it: https://github.com/onmyway133/PushNotifications#manual-building

indieshack commented 3 years ago

Thanks Alexander - that was not clear because the project links to a MacOS app. Is source code available for the MacOS "push notifications" app that is linked to from the project? Thanks

On Wed, Jun 23, 2021 at 7:06 AM Aleksandr Honcharov < @.***> wrote:

@indieshack https://github.com/indieshack It's not a native app, it doesn't use Swift/ Obj C.

The app is created using Electron. Here is the instruction how to build:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/onmyway133/PushNotifications/issues/59#issuecomment-866867120, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBHRZ6UZGHTDKYNGTN4HX3TUHS7TANCNFSM47ENM45A .

-- Greg Quinn Phone: (760) 612 4808

Ariandr commented 3 years ago

@indieshack No, we only have the source code in JavaScript for Electron app. The rest is generated during the build process.