JSPM

xcode-switch

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q12655F
    • License MIT

    Easy run the xcode-select command

    Package Exports

    • xcode-switch

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xcode-switch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    xcode-switch

    Easy run the xcode-select command.

    Install

    $ [sudo] npm install -g umi-uyura/xcode-switch

    Prepare

    Main Xcode, name Xcode.app .

    Sub Xcode, name Xcode<suffix>.app .

    ex) Xcode 5.1.1 "Xcode511.app", suffix is "511".

    Main Xcode path

    /Applications/Xcode.app

    Sub Xcode path

    /Applications/Xcode[suffix].app

    ex) Xcode 5.1.1 ... /Applications/Xcode511.app

    Usage

    xcode-switch or xcs .

    $ xcs

    Switch Xcode

    Main Xcode

    $ sudo xcs main

    Sub Xcode

    $ sudo xcs <suffix>