AFFiNE/packages/frontend/apps/ios
2024-12-13 08:08:06 +00:00
..
App feat(mobile): use mobile fallback for index, open home when workspace changed (#9106) 2024-12-13 07:41:06 +00:00
src fix(mobile): disable navigation gesture for swipe-dialog (#8993) 2024-12-12 06:55:16 +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: refresh dependencies by yarn upgrade-interactive (#9139) 2024-12-13 08:08:06 +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