From a80b8634b96f8d9712838c30eb5d9bbd06c70b31 Mon Sep 17 00:00:00 2001 From: neon <1234tvvt@gmail.com> Date: Thu, 16 Apr 2026 19:28:29 +0300 Subject: [PATCH] fix app icon --- scripts/build_ipa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_ipa.sh b/scripts/build_ipa.sh index 429dc227..6b505dfc 100755 --- a/scripts/build_ipa.sh +++ b/scripts/build_ipa.sh @@ -22,7 +22,7 @@ done PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" SCHEME="lara" -CONFIGURATION="Release" +CONFIGURATION="Debug" APP_NAME="lara" DIST_DIR="$PROJECT_DIR/dist" PAYLOAD_DIR="$DIST_DIR/Payload"