From 9852d7bef4752ff01d4300015946a3e964ab90ba Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 5 Jun 2025 15:43:56 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Safari=20?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=9A=84=20bundle=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 bundle ID 从 com.astrian.msrmod 改为 moe.astrian.ext-msrmod - 使用反向域名规范,更符合项目命名规范 --- .gitea/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 8153f89..bb7070b 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -90,7 +90,7 @@ jobs: - name: 创建 Safari 扩展项目 run: | - xcrun safari-web-extension-converter dist --project-location safari-extension --app-name "MSR Mod" --bundle-identifier "com.astrian.msrmod" --swift --no-open + xcrun safari-web-extension-converter dist --project-location safari-extension --app-name "MSR Mod" --bundle-identifier "moe.astrian.ext-msrmod" --swift --no-open - name: 构建 Safari 扩展 run: |