replace Carbon with CoreFoundation and CoreServices

This commit is contained in:
John Melas 2020-12-21 12:14:19 +02:00 committed by Phil Burk
commit dd857f6108
4 changed files with 7 additions and 6 deletions

View file

@ -99,7 +99,7 @@ You will need to add the following frameworks to your XCode project:
- AudioToolbox.framework
- AudioUnit.framework
- CoreServices.framework
- Carbon.framework
- CoreFoundation.framework
@section comp_mac_ca_5 Using the Library in Other Projects