XcodeBuddyPlugin
Version
Latest Version: 1.0
What can XcodeBuddy Plugin do ?
- connect to
xcBuddy
App in your ipad - send all the projects files to
xcBuddy
App of your ipad -
open with xcBuddy
in right-click context menu, and view this file inxcBuddy
App
xcBuddy App
Install
Three methods:
- use Alcatraz plugin,select
Package Manager
from thewindow
menu in Xcode; - download from this link and move the plugin file to the path
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
, then restart Xcode; - clone this repo,build the project and it's done.
Uninstall
Just remove CocoaPodUI.xcplugin from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.
Todo list
- can get and use the Xcode's theme in your ipad;
- code syntax highlighting same as your Xcode;
- use Xcode to wake up ipad,;
FAQ
Not work for new Xcode?
Please run this in your Terminal:
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.plist DVTPlugInCompatibilityUUID`
and remember to change the Xcode path /Applications/Xcode.app if you have a customize Xcode app name or folder like/Applications/Xcode-beta.app.
Change Log
v1.0 (2016/06/21)
- connect to
xcBuddy
app in your ipad - send all the projects files to
xcBuddy
app of your ipad -
open with xcBuddy
in right-click context menu, and view this file inxcBuddy
app