summaryrefslogtreecommitdiff
path: root/plugins/xcode
AgeCommit message (Collapse)Author
2022-11-04docs: fix some capitalization typos(#11293)Frieder Bluemle
2021-11-25feat(xcode): support `.swiftpm` as project file in `xc` (#10434)Kyle
2021-10-29feat(xcode): support `Package.swift` as project file in `xc` (#10358)YR Chen
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2018-07-19[plugins/xcode] Fix opening project using a wrong Xcode version (#6829)Thi
2018-06-05add xx command to Xcode plugin. Allows quick opening of files in Xcode. (#6812)Paul Ossenbruggen
2016-09-21Adds option for directory to Xcode xc function. (#5253)Ash Furrow
2015-09-28Update Simulator's Path to XCode 7.xGutem
2015-09-11xcode: extend xcselv to list versions and do completionAndrew Janke
2015-09-07Reorder xcode plugin fileMarc Cornellà
2015-09-07Add xcselv documentation in the READMEMarc Cornellà
2015-09-07xcode: add version-based xcselv()Andrew Janke
2015-09-05Add README for the xcode pluginMarc Cornellà
2015-09-05Make simulator dependant of currently active dev directoryMarc Cornellà
This also gets rid of `xcode-select` command-not-found errors.
2015-09-05Replace xcsel function with just an aliasMarc Cornellà
2015-09-05Return error if no xcode files where foundMarc Cornellà
2015-09-05Use zsh globbing instead of ls + grep in xc functionMarc Cornellà
Uses zsh arrays and globbing to find .xcworkspace and .xcodeproj files.
2014-12-01Added Xcode alias for deleting Derived Data.Emil Marashliev
2014-10-27Make the simulator alias work with older Xcode versions as well.Neal
2014-10-14Update path for the iOS simulator.Neal
2014-06-02use ls instead of find to avoid incompatibility with gnu findYachi Lo
2014-02-28:panda_face: Added simulator alias for Xcode pluginMichael Nikitochkin
It is often required to start simulator without Xcode.
2013-11-14basic command line xcode functionalityChris Martin