From 1f218af1ec951422a83ffbc39d992816bad72da6 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 8 Apr 2022 13:18:49 -0300 Subject: [PATCH] Update iOS config --- appium/config/ios.info.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appium/config/ios.info.js b/appium/config/ios.info.js index 4b5238341..00069fd6f 100644 --- a/appium/config/ios.info.js +++ b/appium/config/ios.info.js @@ -1,5 +1,5 @@ module.exports = { - deviceName: '', // pass the udid or device name - platformVersion: '', // pass the platform version - app: 'com.apple.app' + deviceName: 'iPhone 11 Pro', + platformVersion: '14.5', + app: 'chat.rocket.reactnative' };