Slightly patched oh-my-zsh tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Marc Cornellà 213f46a296 Add xcselv documentation in the README 11 years ago
..
README.md Add xcselv documentation in the README 11 years ago
xcode.plugin.zsh xcode: add version-based xcselv() 11 years ago

README.md

Xcode

Description

This plugin provides a few utilities that can help you on your daily use of Xcode and iOS development.

To start using it, add the xcode plugin to your plugins array:

plugins=(... xcode)

Aliases

Alias Description Command
xcb Build Xcode projects and workspaces xcodebuild
xcdd Purge all temporary build information rm -rf ~/Library/Developer/Xcode/DerivedData/*
xcp Show currently selected Xcode directory xcode-select --print-path
xcsel Select different Xcode directory by path sudo xcode-select --switch

Functions

  • xc: Open one of the .xcworkspace and .xcodeproj files that it can find in the current working directory. Returns 1 if it didn't find any relevant files.

  • simulator: Open the iOS Simulator from your command line, dependant on whichever is the active developer directory for Xcode.

  • xcselv: Select different Xcode by version. Example: xcselv 6.2