Version: 2017.3

PBXProjectExtensions.AddFileToEmbedFrameworks

Cambiar al Manual
public static void AddFileToEmbedFrameworks (iOS.Xcode.PBXProject proj, string targetGuid, string fileGuid);

Parámetros

proj A project passed as this argument.
targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The file GUID returned by AddFile or AddFolderReference.

Descripción

Configures file for embed framework section for the given native target.

This function also internally calls proj.AddFileToBuild(targetGuid, fileGuid) to ensure that the framework is added to the list of linked frameworks.

If the target has already configured the given file as embedded framework, this function has no effect.

On projects containing multiple native targets, a single file or folder reference can be configured to be built in all, some or none of the targets. The file or folder reference is added to appropriate build section depending on the file extension.