by joe.pesch
26. October 2016 13:21
To delete items from the cache, go to this folder (VS2013): %userprofile%\AppData\Roaming\Microsoft\VisualStudio\12.0\ItemTemplatesCache
8b9eb0f5-22cb-44f4-91d3-3062d737b964|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags:
Visual Studio
by joe.pesch
25. October 2016 20:34
Option 1:
open -n -a "APPLICATION NAME"
Option 2:
cd /
cd Applications
cd Xcode.app
cd Contents/MacOS
sudo ./Xcode
c68da353-9c1a-42ac-a7f7-c4cefd0c14e2|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags:
by joe.pesch
8. October 2016 12:24
Run terminal editor, navigate to the directory containing the XCode project then run the commands below:
- Quit Xcode (may not be necessary but I would do it just in case)
- Run Terminal
- Get into the project folder directory
- find .
- Find the file that says "UserInterfaceState.xcuserstate" and copy the entire filename up to the ./
- echo "paste the UserInterfaceState.xcuserstate file here" >.gitignore
- cat .gitignore
- git init
- git add .
- git commit -m "Initial Build (or whatever you like)"
8aa319bb-3381-43ef-8606-e3ad1ead4af7|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: