Closed Un1q32 closed 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>
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.