This app was created using @capacitor/create-app
,
and comes with a very minimal shell for building an app.
- Copy the webapp output to the
src
folder. - apply the patch
gpsupport.diff
togpSupport.js
patch src/gpSupport.js < gpsupport.diff
- Run
npm run build
to build the app. - Run
npx cap sync
to sync the app with the webapp. - Run
npx cap open
to open the app in Xcode.