mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 09:37:36 +08:00
Fix typo - LSApplicationCategoryType
This commit is contained in:
@@ -112,7 +112,7 @@ module Motion; module Project;
|
||||
'NSPrincipalClass' => 'NSApplication',
|
||||
'CFBundleIconFile' => (icon or ''),
|
||||
'LSMinimumSystemVersion' => deployment_target,
|
||||
'LSMinimumSystemVersion' => (@category.start_with?('public.app-category') ? @category : 'public.app-category.' + @category)
|
||||
'LSApplicationCategoryType' => (@category.start_with?('public.app-category') ? @category : 'public.app-category.' + @category)
|
||||
}.merge(generic_info_plist).merge(dt_info_plist).merge(info_plist))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user