mirror of https://github.com/ohmyzsh/ohmyzsh.git
react-native: add aliases for newer iPhones
Added aliases for iPhone 11, 11 Pro, 11 Pro Maxpull/8170/head
parent
f9e7c45a48
commit
ccee223aed
|
@ -24,6 +24,10 @@ 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 Xʀ"'
|
||||
alias rnios11='react-native run-ios --simulator "iPhone 11"'
|
||||
alias rnios11p='react-native run-ios --simulator "iPhone 11 Pro"'
|
||||
alias rnios11pm='react-native run-ios --simulator "iPhone 11 Pro Max"'
|
||||
|
||||
|
||||
# iPad
|
||||
alias rnipad2='react-native run-ios --simulator "iPad 2"'
|
||||
|
|
Loading…
Reference in New Issue