Skip to content

Commit 1199591

Browse files
grdsdevclaude
andcommitted
ci: configure examples build with iOS targeting
Add iOS build configuration for Examples, SlackClone, and UserManagement schemes with Xcode 26.0 and iPhone 17 Pro targeting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6876439 commit 1199591

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ jobs:
195195
uses: brightdigit/swift-build@v1.3.0
196196
with:
197197
scheme: ${{ matrix.scheme }}
198+
type: ios
199+
xcode: "/Applications/Xcode_26.0.app"
200+
deviceName: "iPhone 17 Pro"
201+
osVersion: "26.0"
202+
download-platform: true
198203
working-directory: ./Examples
199204

200205
docs:

0 commit comments

Comments
 (0)