Remove SDK version to fix Travis CL

This commit is contained in:
Todd Werth
2014-09-27 15:57:38 -07:00
parent 845153f67a
commit 75e79d2dde

View File

@@ -7,8 +7,8 @@ require "bundler/setup"
Bundler.require Bundler.require
Motion::Project::App.setup do |app| Motion::Project::App.setup do |app|
app.sdk_version = '8.0' #app.sdk_version = '8.0'
app.deployment_target = '7.0' #app.deployment_target = '7.0'
app.name = 'rmq' app.name = 'rmq'
app.identifier = 'com.infinitered.rmq' app.identifier = 'com.infinitered.rmq'