Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closeproj | 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. |
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.