Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddExternalProjectDependency(PBXProject, string, string, PBXSourceTree)

Adds an external project dependency to the project.
Read time 1 minuteLast updated 10 days ago

Definition

public static void AddExternalProjectDependency(this PBXProject proj, string path, string projectPath, 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.