diff --git a/data/Rakefile b/data/Rakefile index c501869e..eadda978 100644 --- a/data/Rakefile +++ b/data/Rakefile @@ -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