LoginSignup
2
0

More than 3 years have passed since last update.

【iOS】Carthage でリモートブランチを指定する

Posted at

背景

Xcode11対応がmasterにはMergeされておらず、developブランチで対応されていたときに以下のように対応しました。

リモートブランチの指定方法

github [リポジトリ] [ブランチ名] で指定する。
以下、実際には以下のように指定します。

Cartfile
github "radex/SwiftyUserDefaults" "develop"
2
0
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
2
0