These are high-level instructions for building the app.
- Run
yarn
to install the latest version of the deps. - From the
ios
directory runpod install
- Build from xcode
Before doing the above build do the following:
- Update the deploy version (the number in the export url) in:
- ios/etesync/Supporting/EXShell.{plist,json}
deploy_dist.sh
- run
yarn export
the same way it's run indeploy_dist.sh
(you can essentially run the script and just let the deployment itself fail). - Copy over the bundle and the manifest to the right place:
cp dist/bundles/ios-*.js ios/etesync/Supporting/shell-app.bundle
cp dist/ios-index.json ios/etesync/Supporting/shell-app-manifest.json
- Follow the basic build instructions above.