mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
Revert "Move the app.development into settings, so users don't have to add it"
This reverts commit 2ac7dff175.
This commit is contained in:
5
Rakefile
5
Rakefile
@@ -15,4 +15,9 @@ Motion::Project::App.setup do |app|
|
||||
app.prerendered_icon = true
|
||||
app.interface_orientations = [:portrait, :landscape_left, :landscape_right, :portrait_upside_down]
|
||||
app.frameworks += %w(QuartzCore CoreGraphics)
|
||||
|
||||
app.development do
|
||||
app.info_plist["ProjectRootPath"] = File.dirname(__FILE__)
|
||||
app.info_plist["ProjectBuildTime"] = Time.now
|
||||
end
|
||||
end
|
||||
|
||||
@@ -11,9 +11,4 @@ Motion::Project::App.setup do |app|
|
||||
files << Dir.glob(File.join(parent, "motion/**/*.rb"))
|
||||
files.flatten!.uniq!
|
||||
app.files.unshift files
|
||||
|
||||
app.development do
|
||||
app.info_plist["ProjectRootPath"] = File.dirname(__FILE__)
|
||||
app.info_plist["ProjectBuildTime"] = Time.now
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user