You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ You can also use the flag `--beta` or simply `-b` to open the project using Xcod
45
45
xcopen --beta /path/to/MyAwesomeApp/
46
46
```
47
47
48
+
Finally, specifying `--default` or `-d` will open the project with the default application:
49
+
50
+
```bash
51
+
xcopen --beta /path/to/MyAwesomeApp/
52
+
```
53
+
54
+
This can be useful if your Xcode installations contain a version number (e.g. when using [xcode-install](https://github.com/KrauseFx/xcode-install)), in which case the first two options will not work.
0 commit comments