mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-30 21:52:33 +08:00
Remove SDK version to fix Travis CL
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user