From 22e9628270612fbb59c4b724d9cdb957ea6dbed0 Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:19:51 +0900 Subject: [PATCH] fix: Fix CFBundleIdentifier --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 837125a..5fe59a1 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ LogshExec tee "${APP_DIR:?}/Contents/Info.plist" <CFBundleExecutable ${APP_NAME:?} CFBundleIdentifier - com.example.${APP_NAME:?} + com.hakadoriya.${APP_NAME:?} CFBundleName ${APP_NAME:?} CFBundleVersion