This version of Unity is unsupported.

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.