Currently, the module only supports private projects because it compresses and uploads the app. Through the file upload approach, PhoneGap/Build requires the project to be private (closed-source).
Goal
We need to add support for public projects.
Problem
This means that we need to implement a new workflow to support linking to open source repositories.
Current State
Currently, the module only supports private projects because it compresses and uploads the app. Through the file upload approach, PhoneGap/Build requires the project to be private (closed-source).
Goal
We need to add support for public projects.
Problem
This means that we need to implement a new workflow to support linking to open source repositories.