Set up iOS asset catalog automatically

This commit is contained in:
Skylar Ittner 2021-01-22 23:03:12 -07:00
parent ed01b25ea8
commit 11db39805b

View File

@ -35,7 +35,7 @@
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
</platform>
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
</widget>