Skip to content

Instantly share code, notes, and snippets.

View nmvictor's full-sized avatar

Moin' Victor nmvictor

  • Nairobi,Kenya
  • 16:34 (UTC +03:00)
View GitHub Profile
@nmvictor
nmvictor / resetXcode.sh
Created September 30, 2017 04:09 — forked from maciekish/resetXcode.sh
Reset Xcode. Clean, clear module cache, Derived Data and Xcode Caches. You can thank me later.
#!/bin/bash
killall Xcode
xcrun -k
xcodebuild -alltargets clean
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache"
rm -rf ~/Library/Developer/Xcode/DerivedData/*
rm -rf ~/Library/Caches/com.apple.dt.Xcode/*
open /Applications/Xcode.app
Plug Ins :-
1. https://github.com/rickytan/RTImageAssets
2. https://github.com/nomad/shenzhen
Loding Indicators :-
1. https://github.com/mobitar/Starburst
2. https://github.com/jdg/MBProgressHUD
3. https://github.com/Marxon13/M13ProgressSuite
4. https://github.com/danielamitay/DACircularProgress