From da002c81ed2f64776d3e5ec3c76865c24f7d0e95 Mon Sep 17 00:00:00 2001 From: AKosmachyov Date: Mon, 1 Jul 2024 13:05:53 -0400 Subject: [PATCH] style: update indents for iOS bash script --- port/iOS/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/port/iOS/build.sh b/port/iOS/build.sh index 1adaa3891..39df1e3d0 100755 --- a/port/iOS/build.sh +++ b/port/iOS/build.sh @@ -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 \ No newline at end of file