change the default value in detect_dependencies

This commit is contained in:
Watson
2012-11-11 21:01:45 +09:00
parent ec7f3be3f8
commit 2513369a65

View File

@@ -62,7 +62,7 @@ module Motion; module Project
@files = Dir.glob(File.join(project_dir, 'app/**/*.rb'))
@info_plist = {}
@dependencies = {}
@detect_dependencies = false
@detect_dependencies = true
@frameworks = ['UIKit', 'Foundation', 'CoreGraphics']
@weak_frameworks = []
@framework_search_paths = []