From 30591e4c0d9fccf84f1a0ce14dabbec51331e851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Wed, 17 Dec 2025 22:11:47 +0800 Subject: [PATCH] fix: Corrected the icon specifying an invalid color parameter (#3657) --- src/content/docs/distribute/app-store.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/distribute/app-store.mdx b/src/content/docs/distribute/app-store.mdx index da386821b..069bb0b3e 100644 --- a/src/content/docs/distribute/app-store.mdx +++ b/src/content/docs/distribute/app-store.mdx @@ -24,12 +24,12 @@ Additionally, you must setup code signing for [macOS][macOS code signing] and [i After running `tauri ios init` to setup the Xcode project, you can use the `tauri icon` command to update the app icons. The `--ios-color` argument defines the background color for the iOS icons.