marvk / vatprism

VATprism is a VATSIM Map and VATSIM Data Explorer, VATSIM being the Virtual Air Traffic Simulation Network. VATprism allows users to explore available ATC services, connected pilots, Airports, Flight and Upper Information Regions and more!
https://vatprism.org/
GNU Affero General Public License v3.0
66 stars 12 forks source link

Native macOS builds #30

Open marvk opened 3 years ago

marvk commented 3 years ago

Create native macOS builds via Github Actions.

If you (yes, you reading this) have a usecase for this, please let me in this issue. If you do, I will consider working on it.

flymia commented 3 years ago

I would love a macOS binary, that I could use. So I would reply here, as requested.

marvk commented 3 years ago

@flymia Hey Marc, check out the latest prerelease, there's .dmg binaries now. Though be aware, there are some caveats still to be ironed out.

wburke222 commented 2 years ago

I'm a noob and struggling to figure out the codesign fix for the mac. further instructions for me would be much appreciated

marvk commented 2 years ago

@wburke222 Don't fret, please let me know what you are struggling with, either here or on discord. If you do, I'll get back to you tomorrow!

wburke222 commented 2 years ago

I can not figure out how to run or get to codesign --remove-signature VATprism.app

**I Found my solution in the discord. Thanks

marvk commented 2 years ago

@wburke222 great to hear, I assume you followed the step by step instructions I posted there. I'll add those to the FAQ (#69)

marvk commented 2 years ago

Note to self: https://localazy.com/blog/how-to-automatically-sign-macos-apps-using-github-actions

flymia commented 2 years ago

Just a quick info on this: The dmg wont run for me on macOS Monterey (M1 cpu). At first the OS told me the app was broken, but that is a common issue and you guys already had a soloution in the README, but that did not work either. I had to use the following command to make the app launch:

xattr -r -d com.apple.quarantine /Applications/VATprism.app

But even then the app is not launching correctly. A splash-screen gets displayed for 0.5 seconds and then it seems to crash.

I have an error report attached here.

vatprism-error.txt