These are high-level instructions for building the app.
- Run
yarnto install the latest version of the deps. - From the
iosdirectory 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 exportthe 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.bundlecp dist/ios-index.json ios/etesync/Supporting/shell-app-manifest.json- Follow the basic build instructions above.