summaryrefslogtreecommitdiff
path: root/plugins/react-native
diff options
context:
space:
mode:
authorIbrahim Almuqrin <ialmoqren@gmail.com>2019-04-25 17:14:17 +0300
committerMarc Cornellà <marc.cornella@live.com>2019-04-25 16:14:17 +0200
commitadade64cda7af2bb2f23b95a57f91f7010aa0cb8 (patch)
tree3d1e413488a24d5d05dd843fc3f42a82dc9e0940 /plugins/react-native
parentf46476589aa092f75f5911fa4d6f65401a8d3577 (diff)
downloadzsh-adade64cda7af2bb2f23b95a57f91f7010aa0cb8.tar.gz
zsh-adade64cda7af2bb2f23b95a57f91f7010aa0cb8.tar.bz2
zsh-adade64cda7af2bb2f23b95a57f91f7010aa0cb8.zip
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.
Diffstat (limited to 'plugins/react-native')
-rw-r--r--plugins/react-native/README.md28
-rw-r--r--plugins/react-native/react-native.plugin.zsh6
2 files changed, 17 insertions, 17 deletions
diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md
index 0cfaa36b4..2cf7d2d19 100644
--- a/plugins/react-native/README.md
+++ b/plugins/react-native/README.md
@@ -24,28 +24,28 @@ plugins=(... react-native)
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
| **rnios6** | `react-native run-ios --simulator "iPhone 6"` |
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
-| **rnios7** | `react-native run-ios --simulator "iPhone7"` |
+| **rnios7** | `react-native run-ios --simulator "iPhone 7"` |
| **rnios7p** | `react-native run-ios --simulator "iPhone 7 Plus"` |
| **rnios8** | `react-native run-ios --simulator "iPhone 8"` |
| **rnios8p** | `react-native run-ios --simulator "iPhone 8 Plus"` |
| **rniosse** | `react-native run-ios --simulator "iPhone SE"` |
| **rniosx** | `react-native run-ios --simulator "iPhone X"` |
-| **rniosxs** | `react-native run-ios --simulator "iPhone XS"` |
-| **rniosxsm** | `react-native run-ios --simulator "iPhone XS Max"` |
-| **rniosxr** | `react-native run-ios --simulator "iPhone XR"` |
+| **rniosxs** | `react-native run-ios --simulator "iPhone Xs"` |
+| **rniosxsm** | `react-native run-ios --simulator "iPhone Xs Max"` |
+| **rniosxr** | `react-native run-ios --simulator "iPhone Xʀ"` |
| _iPads_ | |
| **rnipad2** | `react-native run-ios --simulator "iPad 2"` |
| **rnipadr** | `react-native run-ios --simulator "iPad Retina"` |
-| **rnipada** | 'react-native run-ios --simulator "iPad Air"' |
-| **rnipada2** | 'react-native run-ios --simulator "iPad Air 2"' |
-| **rnipad5** | 'react-native run-ios --simulator "iPad (5th generation)"' |
-| **rnipad9** | 'react-native run-ios --simulator "iPad Pro (9.7-inch)"' |
-| **rnipad12** | 'react-native run-ios --simulator "iPad Pro (12.9-inch)"' |
-| **rnipad122** | 'react-native run-ios --simulator "iPad Pro (12.9-inch) (2nd generation)"' |
-| **rnipad10** | 'react-native run-ios --simulator "iPad Pro (10.5-inch)"' |
-| **rnipad6** | 'react-native run-ios --simulator "iPad Pro (6th generation)"' |
-| **rnipad11** | 'react-native run-ios --simulator "iPad Pro (11-inch)"' |
-| **rnipad123** | 'react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"' |
+| **rnipada** | `react-native run-ios --simulator "iPad Air"` |
+| **rnipada2** | `react-native run-ios --simulator "iPad Air 2"` |
+| **rnipad5** | `react-native run-ios --simulator "iPad (5th generation)"` |
+| **rnipad9** | `react-native run-ios --simulator "iPad Pro (9.7-inch)"` |
+| **rnipad12** | `react-native run-ios --simulator "iPad Pro (12.9-inch)"` |
+| **rnipad122** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (2nd generation)"` |
+| **rnipad10** | `react-native run-ios --simulator "iPad Pro (10.5-inch)"` |
+| **rnipad6** | `react-native run-ios --simulator "iPad Pro (6th generation)"` |
+| **rnipad11** | `react-native run-ios --simulator "iPad Pro (11-inch)"` |
+| **rnipad123** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` |
| _Apple TVs_ | |
| **rnatv** | `react-native run-ios --simulator "Apple TV"` |
| **rnatv4k** | `react-native run-ios --simulator "Apple TV 4K"` |
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh
index a4092a694..f3ef09124 100644
--- a/plugins/react-native/react-native.plugin.zsh
+++ b/plugins/react-native/react-native.plugin.zsh
@@ -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"'