[OSX] add CoreServices to detect OS X version to convert NSKnownKeysDictionary into NSDictionary

This commit is contained in:
Watson
2014-07-01 10:56:49 +09:00
parent 228d52e69c
commit a4e313d3ef
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ module Motion; module Project;
@icon = ''
@copyright = "Copyright © #{Time.now.year} #{`whoami`.strip}. All rights reserved."
@category = 'utilities'
@frameworks = ['AppKit', 'Foundation', 'CoreGraphics']
@frameworks = ['AppKit', 'Foundation', 'CoreGraphics', 'CoreServices']
@embedded_frameworks = []
@external_frameworks = []
@codesign_for_development = false

2
vm

Submodule vm updated: 0be401a596...2b35cc0340