mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 00:09:10 +01:00
feat(react-native): add aliases for iPhone 12 (#9792)
This commit is contained in:
parent
615f9dd02b
commit
3f50482674
@ -27,6 +27,9 @@ alias rniosxr='react-native run-ios --simulator "iPhone Xʀ"'
|
|||||||
alias rnios11='react-native run-ios --simulator "iPhone 11"'
|
alias rnios11='react-native run-ios --simulator "iPhone 11"'
|
||||||
alias rnios11p='react-native run-ios --simulator "iPhone 11 Pro"'
|
alias rnios11p='react-native run-ios --simulator "iPhone 11 Pro"'
|
||||||
alias rnios11pm='react-native run-ios --simulator "iPhone 11 Pro Max"'
|
alias rnios11pm='react-native run-ios --simulator "iPhone 11 Pro Max"'
|
||||||
|
alias rnios12='react-native run-ios --simulator "iPhone 12"'
|
||||||
|
alias rnios12p='react-native run-ios --simulator "iPhone 12 Pro"'
|
||||||
|
alias rnios12pm='react-native run-ios --simulator "iPhone 12 Pro Max"'
|
||||||
|
|
||||||
|
|
||||||
# iPad
|
# iPad
|
||||||
|
Loading…
Reference in New Issue
Block a user