From d8735c2fbfc9446c94f5e0e7ad7cb9995de10792 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sun, 9 Jun 2013 12:36:10 +0200 Subject: [PATCH] OSX: add LSMinimumSystemVersion plist key --- lib/motion/project/template/osx/config.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/motion/project/template/osx/config.rb b/lib/motion/project/template/osx/config.rb index 2b925d19..c5ab662b 100644 --- a/lib/motion/project/template/osx/config.rb +++ b/lib/motion/project/template/osx/config.rb @@ -109,7 +109,8 @@ module Motion; module Project; Motion::PropertyList.to_s({ 'NSHumanReadableCopyright' => copyright, 'NSPrincipalClass' => 'NSApplication', - 'CFBundleIconFile' => (icon or '') + 'CFBundleIconFile' => (icon or ''), + 'LSMinimumSystemVersion' => deployment_target }.merge(generic_info_plist).merge(dt_info_plist).merge(info_plist)) end