tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD
721 stars 165 forks source link

use entitlements plist when building with clang? #130

Closed Un1q32 closed 11 months ago

Un1q32 commented 1 year ago

Is there a way to use an entitlements plist when building with clang? iOS 12 requires me to use this entitlements plist to run programs, and I don't wanna have to run ldid on every executable I build.

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>platform-application</key>
    <true/>
    <key>com.apple.private.security.container-required</key>
    <false/>
</dict>
</plist>