playcanvas / playcanvas-rest-api-tools

A set of tools to use with the PlayCanvas REST API for common jobs such as downloading a build and archiving a project
MIT License
23 stars 7 forks source link

Added script to publish a build ready to be used for Cordova #25

Closed yaustar closed 3 years ago

yaustar commented 3 years ago

There's an issue with iOS where audio assets won't load. A workaround is to convert them to base64 instead which is what this script primarily does.

We can expand on this script as time goes on if there are common steps that need to taken with Cordova that we find.