2023-01-20 10:41:00 +00:00
|
|
|
{ frameworks, libobjc }: with frameworks;
|
2021-05-28 09:39:13 +00:00
|
|
|
# generated by hand to avoid exposing all private frameworks
|
|
|
|
# frameworks here are only the necessary ones used by public frameworks.
|
|
|
|
{
|
|
|
|
AVFCapture = {};
|
|
|
|
AVFCore = {};
|
|
|
|
AddressBookCore = { inherit ContactsPersistence; };
|
|
|
|
AudioToolboxCore = {};
|
|
|
|
ContactsPersistence = {};
|
|
|
|
UIFoundation = {};
|
|
|
|
GameCenterFoundation = {};
|
|
|
|
GameCenterUI = {};
|
|
|
|
GameCenterUICore = {};
|
|
|
|
URLFormatting = {};
|
|
|
|
SignpostMetrics = {};
|
|
|
|
PassKitCore = {};
|
2021-06-04 09:07:49 +00:00
|
|
|
SkyLight = {};
|
2021-07-14 22:03:04 +00:00
|
|
|
|
|
|
|
# Also expose CoreSymbolication; used by `root` package.
|
|
|
|
CoreSymbolication = {};
|
2023-01-11 07:51:40 +00:00
|
|
|
|
|
|
|
# Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
|
|
|
|
DebugSymbols = {};
|
|
|
|
|
2023-01-20 10:41:00 +00:00
|
|
|
# Also expose DisplayServices; used by `sketchybar` package.
|
|
|
|
DisplayServices = { inherit libobjc; };
|
|
|
|
|
2023-01-11 07:51:40 +00:00
|
|
|
# Also expose MultitouchSupport; used by `chuck` package.
|
|
|
|
MultitouchSupport = {};
|
2021-05-28 09:39:13 +00:00
|
|
|
}
|