XcScheme.WriteToFile

Declaration

public void WriteToFile(string path);

Parameters

path Path to write the project contents to.

Description

Writes the scheme contents to the specified file.

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 xcshareddata folder.

Additional resources: PostProcessBuildAttribute.


Did you find this page useful? Please give it a rating: