chore(ios): optimize build workflow (#11132)

This commit is contained in:
EYHN
2025-03-24 14:32:45 +00:00
parent 80d451cc51
commit c1b3e25fc7
123 changed files with 3964 additions and 109 deletions

View File

@@ -2,14 +2,16 @@
"name": "@affine/ios",
"version": "0.20.0",
"description": "AFFiNE Desktop Web application",
"type": "module",
"private": true,
"browser": "src/index.tsx",
"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"
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 cap sync",
"xcode": "cap open ios",
"codegen": "r ./codegen.ts"
},
"dependencies": {
"@affine/component": "workspace:*",
@@ -35,6 +37,8 @@
"yjs": "^13.6.21"
},
"devDependencies": {
"@affine-tools/cli": "workspace:*",
"@affine-tools/utils": "workspace:*",
"@affine/native": "workspace:*",
"@capacitor/cli": "^7.0.0",
"@types/react": "^19.0.1",