<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Improved the iOS release workflow to include automated version setup and code signing identity updates during the release process. * Introduced a script to automatically update iOS project code signing settings for enhanced reliability. * Enhanced versioning script to update the iOS marketing version in the project file. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
iOS
AFFiNE iOS app.
Build
yarn install
BUILD_TYPE=canary PUBLIC_PATH="/" yarn affine @affine/ios build
yarn affine @affine/ios cap sync
yarn affine @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
- select
yarn affine @affine/ios sync:dev
yarn affine @affine/ios cap open ios