mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
react-native: use new iOS simulator names (#7717)
The simulator names changed after updating to Xcode 10.2 (iOS 12.2 SDK) I don't know how to prevent this change from affecting those who didn't update yet, but it worth noting that updating is now required in order to submit iOS apps to the App Store.
This commit is contained in:
committed by
Marc Cornellà
parent
f46476589a
commit
adade64cda
@ -15,9 +15,9 @@ alias rnios8='react-native run-ios --simulator "iPhone 8"'
|
||||
alias rnios8p='react-native run-ios --simulator "iPhone 8 Plus"'
|
||||
alias rniosse='react-native run-ios --simulator "iPhone SE"'
|
||||
alias rniosx='react-native run-ios --simulator "iPhone X"'
|
||||
alias rniosxs='react-native run-ios --simulator "iPhone XS"'
|
||||
alias rniosxsm='react-native run-ios --simulator "iPhone XS Max"'
|
||||
alias rniosxr='react-native run-ios --simulator "iPhone XR"'
|
||||
alias rniosxs='react-native run-ios --simulator "iPhone Xs"'
|
||||
alias rniosxsm='react-native run-ios --simulator "iPhone Xs Max"'
|
||||
alias rniosxr='react-native run-ios --simulator "iPhone Xʀ"'
|
||||
|
||||
alias rnipad2='react-native run-ios --simulator "iPad 2"'
|
||||
alias rnipadr='react-native run-ios --simulator "iPad Retina"'
|
||||
|
Reference in New Issue
Block a user