In the past I have built my Cordova apps with Visual Studio Tools for Apache Cordova and remote build on a provisioned Mac (from macincloud).
I'm now using VS Code rather than Visual Studio, and wondering if there is a way of doing it with command line tools instead?
Cordova is powered by Apache Foundation. It is an open-source mobile development framework. You can use standard web technologies like HTML5, CSS3, and JavaScript to build cross-platform mobile applications like Android, iOS and Blackberry apps.
Supported platforms As of version 9, Apache Cordova currently supports development for the operating systems Apple iOS, Google Android, Windows 8.1, Windows Phone 8.1 , Windows 10 and Electron (software framework) (which in turn runs on Windows, Linux and macOS).
Select Add new app from the menu. Enter a name for your application project, adding an optional description as needed. Select the appropriate OS for your application project (Android or iOS only), then select the Cordova platform option. Click the Add new app button on the bottom-right corner of the page.
Turns out you can with TACO CLI:
npm install -g taco-cli
taco remote add ios
Then it prompts you for the remote details
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With