vatprism icon indicating copy to clipboard operation
vatprism copied to clipboard

Native macOS builds

Open marvk opened this issue 3 years ago • 8 comments

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.

marvk avatar Jan 15 '21 03:01 marvk

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

flymia avatar Sep 13 '21 11:09 flymia

@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.

marvk avatar Sep 15 '21 09:09 marvk

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

wburke222 avatar Nov 18 '21 23:11 wburke222

@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!

marvk avatar Nov 18 '21 23:11 marvk

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

**I Found my solution in the discord. Thanks

wburke222 avatar Nov 19 '21 00:11 wburke222

@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 avatar Nov 19 '21 09:11 marvk

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

marvk avatar Nov 20 '21 00:11 marvk

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

flymia avatar May 05 '22 15:05 flymia