From a4e313d3efda4fa11114ba6ba851baaca5b2c4a4 Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 1 Jul 2014 10:56:49 +0900 Subject: [PATCH] [OSX] add CoreServices to detect OS X version to convert NSKnownKeysDictionary into NSDictionary --- lib/motion/project/template/osx/config.rb | 2 +- vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/motion/project/template/osx/config.rb b/lib/motion/project/template/osx/config.rb index bcbb252e..f75397b7 100644 --- a/lib/motion/project/template/osx/config.rb +++ b/lib/motion/project/template/osx/config.rb @@ -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 diff --git a/vm b/vm index 0be401a5..2b35cc03 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 0be401a5960ed62cb8ac66b46d775899bd04bcfb +Subproject commit 2b35cc034089ba5646124e86dabf479a1f478ac5