nixpkgs/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
2023-11-02 14:56:59 -05:00

33 lines
910 B
Nix

{ frameworks, libobjc }: with frameworks;
# generated by hand to avoid exposing all private frameworks
# frameworks here are only the necessary ones used by public frameworks.
{
Apple80211 = {};
AVFCapture = {};
AVFCore = {};
AddressBookCore = { inherit ContactsPersistence; };
AudioToolboxCore = {};
ContactsPersistence = {};
GameCenterFoundation = {};
GameCenterUI = {};
GameCenterUICore = {};
MediaRemote = {};
PassKitCore = {};
SignpostMetrics = {};
SkyLight = {};
UIFoundation = {};
URLFormatting = {};
# Also expose CoreSymbolication; used by `root` package.
CoreSymbolication = {};
# Also expose DebugSymbols; used by `llvmPackages_8.lldb` package.
DebugSymbols = {};
# Also expose DisplayServices; used by `sketchybar` package.
DisplayServices = { inherit libobjc; };
# Also expose MultitouchSupport; used by `chuck` package.
MultitouchSupport = {};
}