fix(matrix-mobile): use sdk-55 build image instead of deprecated default

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-12 10:49:03 +01:00
parent 2491440fd8
commit 50b1a07669

View file

@ -27,7 +27,7 @@
"extends": "base",
"autoIncrement": true,
"ios": {
"image": "default"
"image": "sdk-55"
}
}
},