### Run Build Script for Common Objective-C Library Source: https://github.com/azuread/microsoft-authentication-library-common-for-objc/wiki/PR-checks-and-how-to-fix-failures This command executes a Python script to validate the build and potentially fix test failures in the common Objective-C library. It's a local step to ensure code health before pushing changes. ```shell python ./build.py ``` -------------------------------- ### Update Git Submodules Source: https://github.com/azuread/microsoft-authentication-library-common-for-objc/wiki/PR-checks-and-how-to-fix-failures This command updates all initialized Git submodules within a repository. It's crucial when changes are made to dependent libraries, ensuring the project references the latest versions. ```shell git submodule update --init ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.