[BS] Link OSServices to CoreServices.

This commit is contained in:
Eloy Durán
2013-11-08 14:14:42 +01:00
parent 1c151523d7
commit 3bc3ecdad3

View File

@@ -110,7 +110,7 @@ task :bridgesupport_files do
linked_framework =
case framework
when 'CFNetwork', 'LaunchServices', 'Metadata' then 'CoreServices'
when 'CFNetwork', 'LaunchServices', 'Metadata', 'OSServices' then 'CoreServices'
when 'ColorSync', 'HIServices' then 'ApplicationServices'
else framework
end