Merge pull request #207123 from divanorama/darwin_security_xpc

darwin.apple_sdk_11_0: add Security dependency on xpc
This commit is contained in:
Uri Baghin
2023-01-12 08:37:53 +11:00
committed by GitHub
@@ -159,7 +159,7 @@
ScreenSaver = {};
ScreenTime = {};
ScriptingBridge = {};
Security = { inherit IOKit libDER; };
Security = { inherit IOKit libDER xpc; };
SecurityFoundation = { inherit Security; };
SecurityInterface = { inherit Security SecurityFoundation; };
SensorKit = {};