AddExternalProjectDependency(PBXProject, string, string, PBXSourceTree)
Adds an external project dependency to the project.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.iOS.Xcode.Extensions
- Assembly: UnityEditor.iOS.Extensions.Xcode
public static void AddExternalProjectDependency(this PBXProject proj, string path, string projectPath, PBXSourceTree sourceTree)
Parameters
The path to the external Xcode project (the .xcodeproj file).
The project path to the new project.
The source tree the path is relative to. The PBXSourceTree.Group tree is not supported.