bin/briar_console.rb in briar-1.1.4 vs bin/briar_console.rb in briar-1.1.5
- old
+ new
@@ -42,11 +42,11 @@
end
#noinspection RubyStringKeysInHashInspection
def simulator_variables(sdk_version)
{'DEVICE_TARGET' => 'simulator',
- 'SKD_VERSION' => sdk_version}
+ 'SDK_VERSION' => sdk_version}
end
#noinspection RubyStringKeysInHashInspection
def device_variables(device)
{'DEVICE_TARGET' => read_device_info(device, :udid),
@@ -129,6 +129,6 @@
if arg_len != 1
@log.warn { "expected only one arg but found '#{args}' - ignoring extra input" }
end
console(where)
end
-end
\ No newline at end of file
+end