Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.AddRemotePackageReferenceAtBranch

Declaration

public string AddRemotePackageReferenceAtBranch(string url, string branch);

Parameters

url The URL of the repository.
branch The name of the branch in the repository.

Returns

string Returns the GUID of the remote package reference.

Description

Adds a reference to the remote package at the given branch.