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