mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
[OSX] add CoreServices to detect OS X version to convert NSKnownKeysDictionary into NSDictionary
This commit is contained in:
@@ -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
2
vm
Submodule vm updated: 0be401a596...2b35cc0340
Reference in New Issue
Block a user