Skip to content

Commit 2dd9fbd

Browse files
committed
chore: download ios platform
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 09356a8 commit 2dd9fbd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/actions/setup-xcode/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ inputs:
44
xcode-version:
55
description: "Xcode version to use"
66
required: false
7-
default: "16.2.0"
7+
default: "16.4.0"
88

99
runs:
1010
using: "composite"
1111
steps:
1212
- uses: maxim-lobanov/setup-xcode@v1
1313
with:
1414
xcode-version: ${{ inputs.xcode-version }}
15+
16+
- name: Download iOS Platform
17+
run: xcodebuild -downloadPlatform iOS
18+
shell: bash

locales/errors/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"14002": "Upload failed",
7474
"15000": "AI token limit exceeded. Please try again later.",
7575
"15001": "You are not allowed to access AI chat",
76+
"15002": "AI attachment file limit exceeded. Please try again later.",
7677
"16000": "MCP OAuth error",
7778
"16001": "MCP discovery error",
7879
"16002": "MCP service not found",

0 commit comments

Comments
 (0)