tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

style(ios): adjust to changes after clang-format update #14050

Closed ewanharris closed 6 months ago

ewanharris commented 6 months ago

clang-format was updated as part of #13886, this would have bought along some changes with the expected formatting.

I ran npm ci to install the fresh dependencies, then npm run format:ios to format the iOS codebase to make it pass the updated formatting rules.

I've also removed the pnpm lockfile, I'm not sure when it was committed but it hasn't been touched in a year and this project should not just switch to pnpm. It would impact the entire build process for the SDK if we did that and is probably a larger undertaking