mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-11 16:30:28 +08:00
s/target/deployment_target
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user