apple-sdk: generate SkyLight framework outputs

This commit is contained in:
Calum MacRae 2021-03-27 12:14:55 +00:00
parent 914c604a01
commit 2c82907da4
No known key found for this signature in database
GPG key ID: 53922D7E54A14F5D

View file

@ -326,7 +326,7 @@ in rec {
"Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy.tbd"
];
});
} // lib.genAttrs [ "ContactsPersistence" "UIFoundation" "GameCenter" ] (x: tbdOnlyFramework x {});
} // lib.genAttrs [ "ContactsPersistence" "GameCenter" "SkyLight" "UIFoundation" ] (x: tbdOnlyFramework x {});
bareFrameworks = lib.mapAttrs framework (import ./frameworks.nix {
inherit frameworks libs;