fix(ios): send affine version on sign in (#11058)

This commit is contained in:
EYHN
2025-03-21 12:35:34 +08:00
committed by GitHub
parent 55a60906a5
commit bdd547d8db
6 changed files with 44 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"build": "affine bundle",
"dev": "affine bundle --dev",
"xcode": "cap open ios",
"sync": "cap sync",
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 cap sync"
},