Update ios.info.js

This commit is contained in:
Gleidson Daniel Silva 2022-04-08 13:51:27 -03:00 committed by GitHub
parent 1f218af1ec
commit 478d358e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'
};