Rakefile in zuckermo-0.0.1 vs Rakefile in zuckermo-0.0.2

- old
+ new

@@ -10,6 +10,7 @@ Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'Zuckermo' app.identifier = 'com.zuckermo.test' + app.info_plist['APP_ID'] = ENV['APP_ID'] end