Xcode8插件安裝

1、建立一個自定義證書而且爲Xcode從新簽名
1.打開鑰匙串git


2.建立自定義簽名證書github


3.從新簽名Xcode(速度比較慢,大概要等1分鐘)app

$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app

4.在插件的plist文件中添加Xcode的UUIDcurl

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`

5.重啓Xcode,選擇Load Bundleurl

注:每安裝一個插件,都要執行一遍步驟四、5spa

 

2、安裝插件管理器Alcatraz
1.安裝Alcatraz插件

curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

2.刪除插件Alcatrazcode

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

3.刪除插件Alcatraz安裝包blog

rm -rf ~/Library/Application\ Support/Alcatraz/
相關文章
相關標籤/搜索