summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
blob: b8786ec92f6daf9b5d5873eac612babf2e477384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ frameworks }: with frameworks;
# 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 = {};
  SkyLight = {};

  # Also expose CoreSymbolication; used by `root` package.
  CoreSymbolication = {};
}