darwin-frameworks: add impure version of CoreFoundation

This commit is contained in:
Daiderd Jordan 2017-09-23 22:28:47 +02:00
parent 09a09c892c
commit bb02b800a2
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -23,6 +23,9 @@ with frameworks; with libs; {
CalendarStore = [];
Cocoa = [ AppKit ];
Collaboration = [];
# Impure version of CoreFoundation, this should not be used unless another
# framework includes headers that are not available in the pure version.
CoreFoundation = [];
CoreAudio = [ CF IOKit ];
CoreAudioKit = [ AudioUnit ];
CoreData = [];