lib/uispecrunner/options.rb in uispecrunner-0.3.2 vs lib/uispecrunner/options.rb in uispecrunner-0.3.3

- old
+ new

@@ -16,11 +16,11 @@ self[:run_mode] = :all self[:target] = 'UISpec' self[:configuration] = 'Debug' self[:build_dir] = './build' self[:verbose] = false - self[:sdk_version] = '3.0' + self[:sdk_version] = '4.0' self[:driver] = :shell require 'optparse' @opts = OptionParser.new do |o| o.banner = "Usage: #{File.basename($0)} [options]\ne.g. #{File.basename($0)}" @@ -59,10 +59,10 @@ self[:driver] = driver.to_sym end o.on('--sdk [VERSION]', 'Run the UISpec target against the iPhone SDK version', - 'Default: 3.0') do |sdk_version| + 'Default: 4.0') do |sdk_version| self[:sdk_version] = sdk_version end o.on('-c', '--configuration [CONFIGURATION]', 'Build with specified XCode configuration.',