style: update indents for iOS bash script

pull/5648/head
AKosmachyov 2024-07-01 13:05:53 -04:00
parent b3632cd305
commit da002c81ed
1 changed files with 4 additions and 4 deletions

View File

@ -230,10 +230,10 @@ if [[ "$DEPLOY_XCFramework" -eq 1 ]]; then
echo '[+] Creating XCFramework ...'
if [[ "$BUILD_TYPE" =~ "Debug" ]]; then
make_xcframework 'libassimpd'
else
make_xcframework 'libassimp'
fi
make_xcframework 'libassimpd'
else
make_xcframework 'libassimp'
fi
echo "[!] Done! The XCFramework can be found at $BUILD_DIR"
fi