Merge pull request #331378 from reckenrode/coredata-12.3-fixes

darwin.apple_sdk_12_3: propagate CloudKit from CoreData
This commit is contained in:
Florian 2024-08-01 14:29:57 +02:00 committed by GitHub
commit 2ca45ae3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,9 @@
CoreAudio = {
inherit IOKit;
};
CoreData = {
inherit CloudKit;
};
CoreFoundation = {
inherit libobjc;
};