Disabled DBT. So far so good.

This commit is contained in:
Jamon Holmgren
2014-05-21 07:37:09 -07:00
parent 53c22b691f
commit 09f2b5e67e
2 changed files with 1 additions and 4 deletions

View File

@@ -9,6 +9,5 @@ Motion::Project::App.setup do |app|
app.name = 'ProMotion'
app.device_family = [ :ipad ] # so we can test split screen capability
app.frameworks += %w(CoreLocation MapKit)
DBT.analyze(app)
app.detect_dependencies = true
end

View File

@@ -11,6 +11,4 @@ Motion::Project::App.setup do |app|
Dir.glob(File.join(core_lib, '**/*.rb')).reverse.each do |file|
app.files.insert(insert_point, file)
end
DBT.analyze(app)
end