cordova-node-xcode
cordova-node-xcode copied to clipboard
Unity `AddFileToBuild` How to achieve?
Unity AddFileToBuild How to achieve?
// https://docs.unity3d.com/ScriptReference/iOS.Xcode.PBXProject.html
proj.AddFileToBuild(target, proj.AddFile(fileName, fileName, PBXSourceTree.Source));
The documentation is too smal.