OSX: support for ImageIO

This commit is contained in:
Laurent Sansonetti
2013-11-19 13:50:01 +01:00
parent 5f8cfe2358
commit a735faa24b

View File

@@ -117,7 +117,7 @@ task :bridgesupport_files do
case framework
when 'HIToolbox', 'Ink' then 'Carbon'
when 'CFNetwork', 'LaunchServices', 'Metadata', 'OSServices', 'SearchKit' then 'CoreServices'
when 'ColorSync', 'CoreText', 'HIServices' then 'ApplicationServices'
when 'ColorSync', 'CoreText', 'HIServices', 'ImageIO' then 'ApplicationServices'
else framework
end