s/target/deployment_target

This commit is contained in:
Laurent Sansonetti
2012-06-15 13:05:34 +02:00
parent e2179c2ec6
commit 476fab6ff1

View File

@@ -61,7 +61,7 @@ end
desc "Run the simulator"
task :simulator => ['build:simulator'] do
app = App.config.app_bundle('iPhoneSimulator')
target = ENV['target'] || App.config.deployment_target
target = ENV['deployment_target'] || App.config.deployment_target
# Cleanup the simulator application sandbox, to avoid having old resource files there.
if ENV['clean']