Skip to main content

BuildProcessing.IosBuildProcessor Class

BFG SDK build processor for iOS. More...

Public Member Functions

void OnPostprocessBuild (BuildReport report)
 

Static Public Member Functions

static void Postprocess (iOSBuildSettings settings, string buildPath)
 Apply all settings and modifications to an exported Xcode project required by the BFG SDK. More...
 

Properties

int callbackOrder [get]
 

Detailed Description

BFG SDK build processor for iOS. As a part of Unity's build postprocess, Postprocess will be invoked with the settings you have configured via BFGBuildSettings, or skipped if you have SDK postprocessing disabled. You can invoke certain postprocess behaviors by calling Postprocess directly with a custom-tailored instance of iOSBuildSettings.

Member Function Documentation

◆ Postprocess()

static void BFGSDK.BuildProcessing.IosBuildProcessor.Postprocess (iOSBuildSettings settings,
string buildPath 
)
inlinestatic
Apply all settings and modifications to an exported Xcode project required by the BFG SDK.
Parameters
settingsSettings that dictate which steps are performed, and specify game-specific information.
buildPathWhere Unity exported the Xcode project.