diff options
author | Mohammed Abd El-Ra'ouf <Mohammed.Raouf.M@Gmail.com> | 2019-04-26 16:49:31 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-04-26 16:49:31 +0200 |
commit | 2433ee819416665d3f205e22cfacd98154d5c2f2 (patch) | |
tree | 2626e5647e9a76e8365b389b2f67c643bd108124 /plugins/react-native/README.md | |
parent | adade64cda7af2bb2f23b95a57f91f7010aa0cb8 (diff) | |
download | zsh-2433ee819416665d3f205e22cfacd98154d5c2f2.tar.gz zsh-2433ee819416665d3f205e22cfacd98154d5c2f2.tar.bz2 zsh-2433ee819416665d3f205e22cfacd98154d5c2f2.zip |
react-native: add simulator aliases according to latest Xcode update (#7792)
Diffstat (limited to 'plugins/react-native/README.md')
-rw-r--r-- | plugins/react-native/README.md | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/plugins/react-native/README.md b/plugins/react-native/README.md index 2cf7d2d19..dc0207184 100644 --- a/plugins/react-native/README.md +++ b/plugins/react-native/README.md @@ -16,14 +16,20 @@ plugins=(... react-native) | **rn** | `react-native` | | **rns** | `react-native start` | | **rnlink** | `react-native link` | -| _App testing_ | +| _Logging_ | | +| **rnland** | `react-native log-android` | +| **rnlios** | `react-native log-ios` | +| _App Testing_ | | | **rnand** | `react-native run-android` | | **rnios** | `react-native run-ios` | +| _iPhone_ | | | **rnios4s** | `react-native run-ios --simulator "iPhone 4s"` | | **rnios5** | `react-native run-ios --simulator "iPhone 5"` | | **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` | | **rnios6** | `react-native run-ios --simulator "iPhone 6"` | | **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` | +| **rnios6p** | `react-native run-ios --simulator "iPhone 6 Plus"` | +| **rnios6sp** | `react-native run-ios --simulator "iPhone 6s Plus"` | | **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"` | @@ -33,23 +39,35 @@ plugins=(... react-native) | **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_ | | +| _iPad_ | | | **rnipad2** | `react-native run-ios --simulator "iPad 2"` | +| **rnipad5** | `react-native run-ios --simulator "iPad (5th generation)"` | +| **rnipad6** | `react-native run-ios --simulator "iPad (6th generation)"` | | **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)"` | +| **rnipada3** | `react-native run-ios --simulator "iPad Air (3rd generation)"` | +| **rnipadm2** | `react-native run-ios --simulator "iPad mini 2"` | +| **rnipadm3** | `react-native run-ios --simulator "iPad mini 3"` | +| **rnipadm4** | `react-native run-ios --simulator "iPad mini 4"` | +| **rnipadm5** | `react-native run-ios --simulator "iPad mini (5th generation)"` | +| **rnipadp9** | `react-native run-ios --simulator "iPad Pro (9.7-inch)"` | +| **rnipadp12** | `react-native run-ios --simulator "iPad Pro (12.9-inch)"` | +| **rnipadp122** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (2nd generation)"` | +| **rnipadp10** | `react-native run-ios --simulator "iPad Pro (10.5-inch)"` | | **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_ | | +| _Apple TV_ | | | **rnatv** | `react-native run-ios --simulator "Apple TV"` | | **rnatv4k** | `react-native run-ios --simulator "Apple TV 4K"` | | **rnatv4k1080**| `react-native run-ios --simulator "Apple TV 4K (at 1080p)"` | -| _Logging_ | -| **rnland** | `react-native log-android` | -| **rnlios** | `react-native log-ios` | +| **rnipad123** | `react-native run-ios --simulator "iPad Pro (12.9-inch) (3rd generation)"` | +| _Apple Watch_ | | +| **rnaw38** | `react-native run-ios --simulator "Apple Watch - 38mm"` | +| **rnaw42** | `react-native run-ios --simulator "Apple Watch - 42mm"` | +| **rnaws238** | `react-native run-ios --simulator "Apple Watch Series 2 - 38mm"` | +| **rnaws242** | `react-native run-ios --simulator "Apple Watch Series 2 - 42mm"` | +| **rnaws338** | `react-native run-ios --simulator "Apple Watch Series 3 - 38mm"` | +| **rnaws342** | `react-native run-ios --simulator "Apple Watch Series 3 - 42mm"` | +| **rnaws440** | `react-native run-ios --simulator "Apple Watch Series 4 - 40mm"` | +| **rnaws444** | `react-native run-ios --simulator "Apple Watch Series 4 - 44mm"` | |