mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 22:42:10 +08:00
OSX: add LSMinimumSystemVersion plist key
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user