ReadFromFile(string)
Reads the scheme from a file identified by the given path.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public void ReadFromFile(string path)
Parameters
Path of the file.
Remarks
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 folder. Additional Resources: PostProcessBuildAttribute.
xcshareddata