項目開發之插件的安裝 分類: ios開發 2015-07-16 13:56 183人閱讀 評論(0) 收藏

最近這兩個月一直忙於考試,考完試,藉助於暑假的空閒接了一個外包項目。一直作着早八晚十的工做,加上是項目的中心成員,一直沒時間寫博客,今天藉助升級XCode7的時間給你們分享一下,Xcode6版本的插件的安裝。
iOS因爲沒有想google那樣開源,因此插件的安裝大多時候表現爲不支持。我也是很頭疼每次更新版本形成的插件的安裝,今天給你們介紹一下git

mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins;markdown

curl -L http://git.io/lOQWeA | tar xvz -C ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-insapp

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 DVTPlugInCompatibilityUUIDcurl

恩恩,很差意思。得趕項目,這兩天繼續完善google

版權聲明:本文爲博主原創文章,未經博主容許不得轉載。url

相關文章
相關標籤/搜索