This version of Unity is unsupported.

PBXProjectExtensions.AddExternalProjectDependency

Declaration

public static void AddExternalProjectDependency(iOS.Xcode.PBXProject proj, string path, string projectPath, iOS.Xcode.PBXSourceTree sourceTree);

Parameters

path The path to the external Xcode project (the .xcodeproj file).
projectPath The project path to the new project.
sourceTree The source tree the path is relative to. The PBXSourceTree.Group tree is not supported.

Description

Adds an external project dependency to the project.