AFFiNE/packages/frontend/apps/ios
renovate[bot] cc0462e7fe
chore: bump up @blocksuite/affine version to v0.17.33 (#8873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 07:26:43 +00:00
..
App fix(mobile): use mobile app-fallback in app-container (#8804) 2024-11-18 02:31:16 +00:00
src feat(mobile): hide tab when virtual-keyboard show up (#8862) 2024-11-20 01:33:19 +00:00
.gitignore feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
capacitor.config.ts feat(ios): live reload script and docs (#8863) 2024-11-20 01:33:18 +00:00
package.json chore: bump up @blocksuite/affine version to v0.17.33 (#8873) 2024-11-20 07:26:43 +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