gkovacsds

Results 7 comments of gkovacsds

To be clear, I meant to codesign, package, notarize, staple and distribute a wineskin _wrapper /_ _bottle._ And we have active Apple Developer certificates.

Seems like the problem is that the wine executables can't have the hardened runtime enabled. If I codesign them with `--options runtime` then they don't execute anymore. But without hardened...

I added the 7 entitlements that Crossover has on their wine binaries and it now runs on the development machine, but not on another. With `xattr -rc` it starts there...

Sure it's here: https://drive.google.com/file/d/1emQ6bmAGFTuJ1XO04jErI-GI9u2GBZlD/view?usp=sharing

I applied it to all files in wine bin...maybe not all of them needs it, but that's out of my knowledge: `find "$APPDIR/$APP.app/Contents/SharedSupport/wine/bin" -perm +111 -execdir codesign -v -s "$CODESIGNID"...

Actually I've found a method of bundling Wineskin bottles passing notarization etc. Without the need to use entitlements and changing the Wineskin bottle. If you share your email address, I...

I'm happy to share it, my only concern is that Apple might keep an eye on it and not allow such a hack-ish installation of an app in the future....