- run
pnpm i - run
pnpm build:ios:zephyrto upload bundles to Zephyr - run
pnpm podsto install pods - on Zephyr for each remote app create new environment for example
staging - Open
apps/host/iosin Xcode, inSigning and Capabilitieschoose your Team to signing build - run
pnpm release:ios:zephyr
- go to
apps/[app-name] - run
pnpm bundle:ios:zephyr
pnpm build:ios- build bundlespnpm serve:ios- serve remotes locally- run
pnpm podsto install pods - on Zephyr for each remote app create new environment for example
staging - Open
apps/host/iosin Xcode, inSigning and Capabilitieschoose your Team to signing build - in new terminal
pnpm release:ios- build ios
- go to
apps/[app-name] - make any code change
pnpm build:ios- build bundlespnpm serve:ios- serve remotes locally
pnpm clean:ios