mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 17:40:51 +08:00
Allows you to set app_store category configuration value instead of doing this: app.info_plist['LSApplicationCategoryType'] = 'public.app-category.developer-tools' This allows you to specify: app.app_store_category = 'developer-tools' - or - app.app_store_category = 'public.app-category.developer-tools'