Skip to content

Commit

Permalink
s/target/deployment_target
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Jun 15, 2012
1 parent e2179c2 commit 476fab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/motion/project.rb
Expand Up @@ -61,7 +61,7 @@
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']
Expand Down

0 comments on commit 476fab6

Please sign in to comment.