18 lines
492 B
Nix
18 lines
492 B
Nix
{ 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 = {};
|
|
}
|