Update iOS config
This commit is contained in:
parent
f2da4ac22a
commit
1f218af1ec
|
@ -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'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue