Skip to content

Commit

Permalink
wip: Upgrade to Quasar 2 / Vue 3 - try to fix cordova build #393
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 21, 2022
1 parent 4c39c98 commit 1b5a2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-cordova/config.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<splash density="port-xxxhdpi" src="res/screens/android/screen-xxxhdpi-portrait.png"/>
</platform>
<platform name="ios">
<hook src="hooks/ios-update-pods.sh" type="before_platform_add"/>
<hook src="hooks/ios-run-pods.sh" type="after_platform_add"/>
<!--hook src="hooks/ios-update-pods.sh" type="before_platform_add"/-->
<hook src="hooks/ios-run-pods.sh" type="before_build"/>
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<feature name="CDVWKWebViewEngine">
Expand Down

0 comments on commit 1b5a2f7

Please sign in to comment.