lib/snapshot/runner.rb in snapshot-1.14.0 vs lib/snapshot/runner.rb in snapshot-1.15.0
- old
+ new
@@ -201,10 +201,10 @@
FastlaneCore::Simulator.launch(device) if device
end
def uninstall_app(device_type)
UI.verbose "Uninstalling app '#{Snapshot.config[:app_identifier]}' from #{device_type}..."
- Snapshot.config[:app_identifier] ||= ask("App Identifier: ")
+ Snapshot.config[:app_identifier] ||= UI.input("App Identifier: ")
device_udid = TestCommandGenerator.device_udid(device_type)
UI.message "Launch Simulator #{device_type}"
Helper.backticks("xcrun instruments -w #{device_udid} &> /dev/null")