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