AFFiNE/packages/frontend/apps/ios
2024-12-10 03:43:35 +00:00
..
App feat(ios,android): setup uniffi infra (#8828) 2024-12-10 03:43:35 +00:00
src fix(ios): fix login (#9011) 2024-12-04 05:19:41 +00:00
.gitignore feat(ios,android): setup uniffi infra (#8828) 2024-12-10 03:43:35 +00:00
capacitor.config.ts chore(ios): allow debugging webcontent (#8998) 2024-12-03 09:31:25 +00:00
package.json chore: bump up @blocksuite/affine version to v0.18.5 (#9078) 2024-12-09 13:18:12 +00:00
project.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
README.md feat(ios): live reload script and docs (#8863) 2024-11-20 01:33:18 +00:00
tsconfig.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00

iOS

AFFiNE iOS app.

Build

  • yarn install
  • BUILD_TYPE=canary PUBLIC_PATH="/" yarn workspace @affine/ios build
  • yarn workspace @affine/ios cap sync
  • yarn workspace @affine/ios cap open ios

Live Reload

Capacitor doc: https://capacitorjs.com/docs/guides/live-reload#using-with-framework-clis

  • yarn install
  • yarn dev
    • select ios for the "Distribution" option
  • yarn workspace @affine/ios sync:dev
  • yarn workspace @affine/ios cap open ios