Files
RubyMotion/lib/motion/project
Mark Rickert 26d52f0daa Support app_store_category config var for OSX apps.
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'
2013-08-08 08:13:09 +09:00
..
2013-04-25 02:26:56 +02:00
2013-05-04 18:59:53 +02:00
2013-08-07 15:17:28 +02:00
2013-06-09 20:28:01 +02:00
2013-06-17 07:33:01 +09:00