ScriptBatch.PerformIOSDebugBuildAndRun C# (CSharp) Method

PerformIOSDebugBuildAndRun() private method

private PerformIOSDebugBuildAndRun ( ) : void
return void
    public static void PerformIOSDebugBuildAndRun()
    {
        _excelSuccessCallback = DoIOSDebugBuild;

        _buildOptions = BuildOptions.Il2CPP | BuildOptions.Development |
            BuildOptions.AllowDebugging | BuildOptions.SymlinkLibraries  | BuildOptions.AutoRunPlayer;

        // Process the Excel Files
        ProcessExcelFiles();
    }