Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xcselect

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcselect

  • 0.1.11
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Basic usage

$ xcselect 
Please Select an Xcode ?

   [1]    Xcode 4.1 (4B110) /Developer 
   [2]    Xcode 4.2 (4D5163b) /Xcode42 
   [3]    Xcode 4.4 (4F250) [current]

Selection: 

Use -a to switch to the next xcode

xcselect -a

Use show -s to print info about the current xcode

xcselect -s

To open the current xcode (but will open first .xcproject in working dir if exists)

xcselect -o

I use this in my bash profile to open an xcode project alias ox="xcselect -o"

xcsim command

xcsim command is a helper for opening particular directories in apps in the simulator support folder. It has support for opening newsstand issues. Most of its commands are based on app that was last built.

for help

$ xcsim -h

Show a list of apps, make a selection to open in finder

$ xcsim -a

Show all newsstand issues for last built app, and select to open in finder

$ xcsim -n

Open documents folder for last built app

$ xcsim -d

Open Caches folder for last built app

$ xcsim -c

Add -p before any of these and xcsim will print the path.

If there will be only 1 item to select from the menu will not be displayed and that item will be implicitly selected.

FAQs

Package last updated on 29 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc