Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

A wrapper for xcode-select that can be called without sudo.

NotificationsYou must be signed in to change notification settings

detroit-labs/safe-xcode-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

safe-xcode-select is a way for us to wrapxcode-select on the command lineto allow us to change the path to Xcode for an individual script, Jenkins task,etc.

Usage

/path/to/safe-xcode-select /Applications/Xcode.app

Pass the path to the Xcode app bundle, not to the/Contents/Developer path.safe-xcode-select will append that path.

Warning

This is not 100% safe. Please exercise caution. Don’t put this on a server thatis not otherwise secured.

Installation

Copy to/usr/local/bin or wherever and run this command to give it the correctpermissions:

sudo chown root:wheel /usr/local/bin/safe-xcode-selectsudo chmod 4755 /usr/local/bin/safe-xcode-select

About

A wrapper for xcode-select that can be called without sudo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp