[BS] Link OSServices to CoreServices.

This commit is contained in:
Eloy Durán
2013-11-08 14:14:42 +01:00
parent a7419e46b5
commit 23e1322803

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