Skip to content

Instantly share code, notes, and snippets.

View dthyresson's full-sized avatar

David Thyresson dthyresson

View GitHub Profile
@dthyresson
dthyresson / ASO Rubymotion Config
Last active July 18, 2017 12:30
iOS Name AppStore Optimization in RubyMotion Config
Motion::Project::App.setup do |app|
app.name = 'Spogo - Sports. Predictions. Rewards.'
app.info_plist['CFBundleName'] = 'Spogo'
app.info_plist['CFBundleDisplayName'] = 'Spogo'
end