Commit Graph

18 Commits

Author SHA1 Message Date
Paul Ossenbruggen 6ace3cd18d add xx command to Xcode plugin. Allows quick opening of files in Xcode. (#6812) 2018-06-05 06:37:20 -07:00
Ash Furrow 973c92cd91 Adds option for directory to Xcode xc function. (#5253) 2016-09-21 17:55:58 +02:00
Gutem 1e305e0186 Update Simulator's Path to XCode 7.x 2015-09-28 16:04:25 -03:00
Andrew Janke 6642a99fac xcode: extend xcselv to list versions and do completion 2015-09-11 21:06:18 +02:00
Marc Cornellà 82ae41ca4c Reorder xcode plugin file 2015-09-07 12:09:08 +02:00
Marc Cornellà 213f46a296 Add xcselv documentation in the README 2015-09-07 12:08:50 +02:00
Andrew Janke 5584aa05c7 xcode: add version-based xcselv() 2015-09-07 11:50:45 +02:00
Marc Cornellà d95589d4e4 Add README for the xcode plugin 2015-09-05 23:17:38 +02:00
Marc Cornellà ec3694c788 Make simulator dependant of currently active dev directory
This also gets rid of `xcode-select` command-not-found errors.
2015-09-05 22:47:52 +02:00
Marc Cornellà 24bdd8e29a Replace xcsel function with just an alias 2015-09-05 22:47:52 +02:00
Marc Cornellà 6a830f39b6 Return error if no xcode files where found 2015-09-05 22:47:52 +02:00
Marc Cornellà cbdad588e6 Use zsh globbing instead of ls + grep in xc function
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
2015-09-05 22:47:52 +02:00
Emil Marashliev 575bb91b5f Added Xcode alias for deleting Derived Data. 2014-12-01 13:34:18 +02:00
Neal 071de5fb39 Make the simulator alias work with older Xcode versions as well. 2014-10-27 22:17:26 -05:00
Neal d794a502f6 Update path for the iOS simulator. 2014-10-14 13:57:19 -05:00
Yachi Lo 3cdfdad28a use ls instead of find to avoid incompatibility with gnu find 2014-06-02 16:11:22 +02:00
Michael Nikitochkin 6dcdfe61e2 🐼 Added simulator alias for Xcode plugin
It is often required to start simulator without Xcode.
2014-02-28 13:55:15 +02:00
Chris Martin 51b273a66f basic command line xcode functionality 2013-11-14 16:04:38 -08:00