雜記:
1.安裝Xcode插件管理終端命令:
????curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
插件路徑:
????/Users/eclectic/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins
顯示隱藏文件:
????defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
隱藏隱藏文件
????defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
2.刪除Mac自帶的輸入法路徑:
~/Library/Preferences/com.apple.HIToolbox.plist
3.打個雞血:
? ? ? ? ?不要讓任何事情成為你不去學(xué)習(xí)的理由!
4.Xcode描述文件位置
? ? ? ~/Library/MobileDevice/Provisioning Profiles
5.Xcode7.2.1運行iOS9.3.1真機(jī),
下載一個在Xcode7.3里面這個路徑的9.3然后復(fù)制到自己的電腦相應(yīng)的路徑里面: ? ?????/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport