I would love to introduce SharePlay in my own app without having to use Facetime.
Post
Replies
Boosts
Views
Activity
Hi, currently I have a macOS app that contains an executable I compiled of openvpn, when I try to notarize the macOS application that contains openvpn I get the following error message.
Currently I compile openvpn like this for x86_64 (Intel):
https://gist.github.com/lecksfrawen/fab1a1690ab7b80b4acac617cb5be403
Is there a way to add to autoconf (make && make install) something similar to cmake's XCODE_ATTRIBUTE_ENABLE_HARDENED_RUNTIME to allow the project to be compiled with the hardened runtime?
Or should I use Hardened Runtime exception in Signing & Capabilities in my main app?
Thanks.