Rakefile in zuckermo-0.0.2 vs Rakefile in zuckermo-0.0.3

- old
+ new

@@ -11,6 +11,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'] + app.deployment_target = "5.1" end