Kaynağa Gözat

update CONTRIBUTING

Daniel Zlotin 6 yıl önce
ebeveyn
işleme
ff2b1f3bf8
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      docs/docs/CONTRIBUTING.md

+ 6
- 0
docs/docs/CONTRIBUTING.md Dosyayı Görüntüle

@@ -29,6 +29,12 @@ echo "Downloading Android SDK"
29 29
 curl --location https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip | tar -x -z -C $HOME
30 30
 ```
31 31
 
32
+* [AppleSimulatorUtils](https://github.com/wix/AppleSimulatorUtils)
33
+
34
+```
35
+brew tap wix/brew
36
+brew install --HEAD applesimutils
37
+```
32 38
 
33 39
 ## Basics - Getting Started
34 40