summaryrefslogtreecommitdiff
path: root/plugins/xcode/xcode.plugin.zsh
AgeCommit message (Collapse)Author
2015-09-28Update Simulator's Path to XCode 7.xGutem
2015-09-11xcode: extend xcselv to list versions and do completionAndrew Janke
2015-09-07Reorder xcode plugin fileMarc Cornellà
2015-09-07xcode: add version-based xcselv()Andrew Janke
2015-09-05Make simulator dependant of currently active dev directoryMarc Cornellà
This also gets rid of `xcode-select` command-not-found errors.
2015-09-05Replace xcsel function with just an aliasMarc Cornellà
2015-09-05Return error if no xcode files where foundMarc Cornellà
2015-09-05Use zsh globbing instead of ls + grep in xc functionMarc Cornellà
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
2014-12-01Added Xcode alias for deleting Derived Data.Emil Marashliev
2014-10-27Make the simulator alias work with older Xcode versions as well.Neal
2014-10-14Update path for the iOS simulator.Neal
2014-06-02use ls instead of find to avoid incompatibility with gnu findYachi Lo
2014-02-28:panda_face: Added simulator alias for Xcode pluginMichael Nikitochkin
It is often required to start simulator without Xcode.
2013-11-14basic command line xcode functionalityChris Martin