ec92d4d331
GitOrigin-RevId: 540dccb2aeaffa9dc69bfdc41c55abd7ccc6baa3
17 lines
475 B
Nix
17 lines
475 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 = {};
|
|
}
|