apple_sdk_11_0: Add MediaRemote private framework

This commit is contained in:
Austin Horstman 2023-07-30 14:14:36 -05:00
parent 6b7ad5e523
commit 0610720dad
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -7,14 +7,15 @@
AddressBookCore = { inherit ContactsPersistence; };
AudioToolboxCore = {};
ContactsPersistence = {};
UIFoundation = {};
GameCenterFoundation = {};
GameCenterUI = {};
GameCenterUICore = {};
URLFormatting = {};
SignpostMetrics = {};
MediaRemote = {};
PassKitCore = {};
SignpostMetrics = {};
SkyLight = {};
UIFoundation = {};
URLFormatting = {};
# Also expose CoreSymbolication; used by `root` package.
CoreSymbolication = {};

View File

@ -12850,7 +12850,7 @@ with pkgs;
sixpair = callPackage ../tools/misc/sixpair { };
sketchybar = darwin.apple_sdk_11_0.callPackage ../os-specific/darwin/sketchybar {
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa CoreWLAN DisplayServices SkyLight;
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa CoreWLAN DisplayServices SkyLight MediaRemote;
};
skippy-xd = callPackage ../tools/X11/skippy-xd { };