LoginSignup
1
1

More than 5 years have passed since last update.

Xcode plugin管理ツールのAlcatrazをProxy経由で使う

Last updated at Posted at 2015-03-23

所要時間:3分くらい

Alcatrazって?

Xcode plugin便利ですね。
便利なんですが、github上に散在していて、ものによってインストールの仕方もちょっと違ってたりします。

Alcatrazはそんな悩みを解決してくれるパッケージ管理ツールです。
Xcode pluginやテーマを簡単にインストール/削除できるようになります。
余談ですがAlcatraz自体もXcode pluginとして実装されていますね。
https://github.com/supermarin/Alcatraz

Proxy経由でのインストール方法

いつもの感じ。Proxy経由じゃないならcurlの行だけでOK

# your.proxy.domain.comとportは経由するプロキシ
export https_proxy=[your.proxy.domain.com]:[port]
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

使い方

[Window] -> [Package Manager] からパッケージやテーマを検索して[INSTALL]を押すだけ。
アンインストールは[REMOVE]押すだけ。超簡単です。

Alcatraz Tour

「Alcatrazは便利!けどどのPlug-inが便利だったり人気があるのか分からない!」

って方向けの、人気Plugin検索ツールです。
COCOAPODS SEARCHみたいな感じで、githubで人気のPluginを一覧表示させてくれます。
https://github.com/haranicle/AlcatrazTour

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1