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()
| inlinestatic |
Apply all settings and modifications to an exported Xcode project required by the BFG SDK.
- Parameters
settings Settings that dictate which steps are performed, and specify game-specific information. buildPath Where Unity exported the Xcode project.