WriteToFile(string)
Writes the scheme contents to the specified file.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public void WriteToFile(string path)
Parameters
Path to write the project contents to.
Remarks
Set the path to the Unity project build folder containing your Xcode project using a post-process build callback function. XcScheme files are stored within the Xcode project package under the folder.
xcshareddataAdditional Resources: PostProcessBuildAttribute.