misc macos
parent
58c322021c
commit
e0eb2c5483
|
@ -833,6 +833,12 @@ touch Xcode.app
|
|||
<span class="pl-c"><span class="pl-c">#</span> Xcode mini version</span>
|
||||
xcode-select --install</pre>
|
||||
</div>
|
||||
<p>Clean up leftover data:</p>
|
||||
<ul>
|
||||
<li><code>~/Library/Application Support</code></li>
|
||||
<li><code>~/Library/LaunchAgents</code></li>
|
||||
<li><code>/Library/LaunchAgents</code></li>
|
||||
</ul>
|
||||
<h3 id="user-content-linux">
|
||||
<a class="heading-link" href="#linux"
|
||||
>Linux<span aria-hidden="true" class="octicon octicon-link"></span
|
||||
|
|
|
@ -225,6 +225,12 @@ touch Xcode.app
|
|||
xcode-select --install
|
||||
```
|
||||
|
||||
Clean up leftover data:
|
||||
|
||||
- `~/Library/Application Support`
|
||||
- `~/Library/LaunchAgents`
|
||||
- `/Library/LaunchAgents`
|
||||
|
||||
### Linux
|
||||
|
||||
Fix black screen when open game in fullscreen in external monitor with
|
||||
|
|
Loading…
Reference in New Issue