index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
xcode
Age
Commit message (
Collapse
)
Author
2015-09-28
Update Simulator's Path to XCode 7.x
Gutem
2015-09-11
xcode: extend xcselv to list versions and do completion
Andrew Janke
2015-09-07
Reorder xcode plugin file
Marc Cornellà
2015-09-07
Add xcselv documentation in the README
Marc Cornellà
2015-09-07
xcode: add version-based xcselv()
Andrew Janke
2015-09-05
Add README for the xcode plugin
Marc Cornellà
2015-09-05
Make simulator dependant of currently active dev directory
Marc Cornellà
This also gets rid of `xcode-select` command-not-found errors.
2015-09-05
Replace xcsel function with just an alias
Marc Cornellà
2015-09-05
Return error if no xcode files where found
Marc Cornellà
2015-09-05
Use zsh globbing instead of ls + grep in xc function
Marc Cornellà
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
2014-12-01
Added Xcode alias for deleting Derived Data.
Emil Marashliev
2014-10-27
Make the simulator alias work with older Xcode versions as well.
Neal
2014-10-14
Update path for the iOS simulator.
Neal
2014-06-02
use ls instead of find to avoid incompatibility with gnu find
Yachi Lo
2014-02-28
:panda_face: Added simulator alias for Xcode plugin
Michael Nikitochkin
It is often required to start simulator without Xcode.
2013-11-14
basic command line xcode functionality
Chris Martin