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 (
Expand
)
Author
2023-10-11
fix(xcode): open Xcode in current Desk if already open in another (#10384)
Marc Cornellà
2022-11-04
docs: fix some capitalization typos(#11293)
Frieder Bluemle
2021-11-25
feat(xcode): support `.swiftpm` as project file in `xc` (#10434)
Kyle
2021-10-29
feat(xcode): support `Package.swift` as project file in `xc` (#10358)
YR Chen
2018-08-07
use https everywhere (#6574)
Janosch Schwalm
2018-07-19
[plugins/xcode] Fix opening project using a wrong Xcode version (#6829)
Thi
2018-06-05
add xx command to Xcode plugin. Allows quick opening of files in Xcode. (#6812)
Paul Ossenbruggen
2016-09-21
Adds option for directory to Xcode xc function. (#5253)
Ash Furrow
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à
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à
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
2013-11-14
basic command line xcode functionality
Chris Martin