Version: 2018.4
public static void AddFileToEmbedFrameworks (iOS.Xcode.PBXProject proj, string targetGuid, string fileGuid);

パラメーター

projA project passed as this argument.
targetGuid[[TargetGuidByName()]] によって取得できる target の GUID
fileGuidThe file GUID returned by AddFile or AddFolderReference.

説明

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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961