summary refs log blame commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0/private-frameworks.nix
blob: 48b373bbd22c5f12e35c127c7010f8109bf30044 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                        
{ 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 = {};
}