XcScheme.ReadFromFile

public void ReadFromFile(string path);

Parameters

path Path of the file.

Description

Reads the scheme from a file identified by the given path.

The existing values of this XcScheme instance are discarded and replaced with the values read from the file.

Get 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. See Also: PostProcessBuildAttribute.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答