Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PBXProjectExtensions

Additional extension methods for PBXProject class.
Read time 1 minuteLast updated 7 days ago

Definition

public static class PBXProjectExtensions

Remarks

This class contains several extension methods that augment the PBXProject class. Insert
using UnityEditor.iOS.Xcode.Extensions;
declaration in order to use it.

Static Methods

Method

Description

AddAppExtensionCreates an app extension.
AddExternalLibraryToEmbedFrameworksAdds a library from the external project to the embedded frameworks list.
AddExternalProjectDependencyAdds an external project dependency to the project.
AddFileToEmbedFrameworksAdds a framework to a target's Embed Frameworks build phase.
AddWatchAppCreates a watch application.
AddWatchExtensionCreates a watch extension.