From 478d358e6dca60384da2b0d6445197ada3a77efb Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Fri, 8 Apr 2022 13:51:27 -0300 Subject: [PATCH] Update ios.info.js --- appium/config/ios.info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appium/config/ios.info.js b/appium/config/ios.info.js index 00069fd6f..684de83b0 100644 --- a/appium/config/ios.info.js +++ b/appium/config/ios.info.js @@ -1,5 +1,5 @@ module.exports = { - deviceName: 'iPhone 11 Pro', - platformVersion: '14.5', + deviceName: 'iPhone 11 Pro', // pass the udid or device name + platformVersion: '14.5', // pass the platform version app: 'chat.rocket.reactnative' };