Mathieu Triay
82641e946d
Update simulator shortcut for XCode 7
...
The location of the simulator has changed in XCode 7. It's now `"${devfolder}/Applications/Simulator.app"`. I've added an extra if to check for XCode 7 and change the path accordingly.
2015-10-01 16:42:16 +01: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
Andrew Janke
5584aa05c7
xcode: add version-based xcselv()
2015-09-07 11:50:45 +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