Преглед на файлове

Added note on launching the simulator app

Björn Ritzl преди 6 години
родител
ревизия
2f5ad5577e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      docs/en/manuals/ios.md

+ 3 - 0
docs/en/manuals/ios.md

@@ -113,4 +113,7 @@ xcrun simctl boot "iPhone X"
 
 # install your.app to a booted simulator
 xcrun simctl install booted your.app
+
+# launch the simulator
+open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
 ```