map apple sdk frameworks CF to darwin.CF to avoid confusion

This commit is contained in:
Jude Taylor
2015-07-08 14:15:04 -07:00
parent cb3e282cda
commit 976d80eb57
7 changed files with 95 additions and 13 deletions
@@ -26,8 +26,7 @@ with frameworks; with libs; {
CoreAudio = [ CoreFoundation IOKit ];
CoreAudioKit = [ AudioUnit ];
CoreData = [];
CoreFoundation = [];
CoreGraphics = [ Accelerate CoreFoundation IOKit IOSurface ];
CoreGraphics = [ Accelerate CoreFoundation IOKit IOSurface SystemConfiguration ];
CoreLocation = [];
CoreMIDI = [ CoreFoundation ];
CoreMIDIServer = [];
@@ -110,7 +109,7 @@ with frameworks; with libs; {
Accelerate = [ CoreWLAN IOBluetooth ];
ApplicationServices = [ CoreFoundation CoreServices CoreText ImageIO ];
Carbon = [ ApplicationServices CoreFoundation CoreServices IOKit Security ];
CoreServices = [ CFNetwork CoreFoundation DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
CoreServices = [ CFNetwork CoreAudio CoreData CoreFoundation DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
IOBluetooth = [ IOKit ];
JavaVM = [];
OpenDirectory = [];