As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #--------------------------------------------------------------------------------------------------------------------- | |
| #-- READ ME FIRST: | |
| #-- | |
| #-- | |
| #-- This file is currently shared between 4.1 and 4.2+ MFM iOS app builds. Old 4.1 application has very restricted HIW | |
| #-- support so some efforts must be applied to make this file compatible both for 4.1 and 4.2+ | |
| #-- | |
| #-- 4.1 Known issues: | |
| #-- | |
| #-- - Only 3 screens (RDC/PP/BPEdit) are supported |
| #--------------------------------------------------------------------------------------------------------------------- | |
| #-- READ ME FIRST: | |
| #-- | |
| #-- | |
| #-- This file is currently shared between 4.1 and 4.2+ MFM iOS app builds. Old 4.1 application has very restricted HIW | |
| #-- support so some efforts must be applied to make this file compatible both for 4.1 and 4.2+ | |
| #-- | |
| #-- 4.1 Known issues: | |
| #-- | |
| #-- - Only 3 screens (RDC/PP/BPEdit) are supported |
| #screen name="CARD CONTROLS ROOT" title="HIW CARD CONTROLS ROOT" | |
| #step title="CARD CONTROLS ROOT" | |
| <p>Step 1 text</p> | |
| <hr> | |
| <p>Step 1 text</p> | |
| defaults delete com.apple.dt.Xcode | |
| rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode | |
| rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState | |
| rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.* | |
| xcrun simctl erase all | |
| xcrun simctl list | grep -oh '[A-Z0-9]\{8\}-[A-Z0-9]\{4\}-[A-Z0-9]\{4\}-[A-Z0-9]\{4\}-[A-Z0-9]\{12\}' | xargs -n1 xcrun simctl delete |