mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
feat(react-native): add aliases for 2021 and 2022 iOS devices (#11191)
This commit is contained in:
@@ -28,9 +28,17 @@ 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"'
|
||||
alias rnios12='react-native run-ios --simulator "iPhone 12"'
|
||||
alias rnios12m='react-native run-ios --simulator "iPhone 12 mini"'
|
||||
alias rnios12p='react-native run-ios --simulator "iPhone 12 Pro"'
|
||||
alias rnios12pm='react-native run-ios --simulator "iPhone 12 Pro Max"'
|
||||
|
||||
alias rnios13='react-native run-ios --simulator "iPhone 13"'
|
||||
alias rnios13m='react-native run-ios --simulator "iPhone 13 mini"'
|
||||
alias rnios13p='react-native run-ios --simulator "iPhone 13 Pro"'
|
||||
alias rnios13pm='react-native run-ios --simulator "iPhone 13 Pro Max"'
|
||||
alias rnios14='react-native run-ios --simulator "iPhone 14"'
|
||||
alias rnios14pl='react-native run-ios --simulator "iPhone 14 Plus"'
|
||||
alias rnios14p='react-native run-ios --simulator "iPhone 14 Pro"'
|
||||
alias rnios14pm='react-native run-ios --simulator "iPhone 14 Pro Max"'
|
||||
|
||||
# iPad
|
||||
alias rnipad2='react-native run-ios --simulator "iPad 2"'
|
||||
|
||||
Reference in New Issue
Block a user