mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-28 23:50:54 +08:00
Disabled DBT. So far so good.
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user