2022-12-02 23:52:26 +00:00
|
|
|
{ frameworks, libobjc }: with frameworks;
|
2020-11-19 08:14:51 +00:00
|
|
|
# generated by hand to avoid exposing all private frameworks
|
|
|
|
# frameworks here are only the necessary ones used by public frameworks.
|
|
|
|
{
|
2023-11-02 19:56:37 +00:00
|
|
|
Apple80211 = {};
|
2020-11-19 08:14:51 +00:00
|
|
|
AVFCapture = {};
|
|
|
|
AVFCore = {};
|
|
|
|
AddressBookCore = { inherit ContactsPersistence; };
|
|
|
|
AudioToolboxCore = {};
|
|
|
|
ContactsPersistence = {};
|
|
|
|
GameCenterFoundation = {};
|
|
|
|
GameCenterUI = {};
|
|
|
|
GameCenterUICore = {};
|
2023-07-30 20:14:36 +01:00
|
|
|
MediaRemote = {};
|
2020-11-19 08:14:51 +00:00
|
|
|
PassKitCore = {};
|
2023-07-30 20:14:36 +01:00
|
|
|
SignpostMetrics = {};
|
2021-06-01 10:19:52 +01:00
|
|
|
SkyLight = {};
|
2023-07-30 20:14:36 +01:00
|
|
|
UIFoundation = {};
|
|
|
|
URLFormatting = {};
|
2021-07-05 03:09:33 +01:00
|
|
|
|
|
|
|
# Also expose CoreSymbolication; used by `root` package.
|
|
|
|
CoreSymbolication = {};
|
2023-01-03 04:02:31 +00:00
|
|
|
|
|
|
|
# Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
|
|
|
|
DebugSymbols = {};
|
2022-12-31 16:35:31 +00:00
|
|
|
|
2022-12-02 23:52:26 +00:00
|
|
|
# Also expose DisplayServices; used by `sketchybar` package.
|
|
|
|
DisplayServices = { inherit libobjc; };
|
|
|
|
|
2022-12-31 16:35:31 +00:00
|
|
|
# Also expose MultitouchSupport; used by `chuck` package.
|
|
|
|
MultitouchSupport = {};
|
2020-11-19 08:14:51 +00:00
|
|
|
}
|