John Regner
0d60bdd1dd
Handle fallback if Xcode is not installed
...
If Xcode is not installed the
active_path = /Library/Developer/CommandLineTools
Thus if the active_path does not contain the word Xcode, we will fall
back to opening the project file with the Finder's recommended program
2016-02-22 09:58:09 -08:00
John Regner
447db36d6e
improve style, allow space in paths
...
changed Parameter expansion to use the convention already in this
pluging. Also surrounded application path in quotes, just incase.
2016-02-22 09:57:54 -08:00
John Regner
fbf601eb6d
Use value of xcode-select path instead of just using the finder default
2016-02-22 09:57:54 -08: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