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
srcfolder. - apply the patch
gpsupport.difftogpSupport.js
patch src/gpSupport.js < gpsupport.diff
- Run
npm run buildto build the app. - Run
npx cap syncto sync the app with the webapp. - Run
npx cap opento open the app in Xcode.