Additional extension methods for PBXProject class.
This class contains several extension methods that augment the PBXProject class. Insert using UnityEditor.iOS.Xcode.Extensions;
declaration in order to use it.
AddAppExtension | Creates an app extension. |
AddExternalLibraryToEmbedFrameworks | Adds a library from the external project to the embedded frameworks list. |
AddExternalProjectDependency | Adds an external project dependency to the project. |
AddFileToEmbedFrameworks | Configures file for embed framework section for the given native target. |
AddWatchApp | Creates a watch application. |
AddWatchExtension | Creates a watch extension. |