This template is a starting point for building EOS Blox apps for IOS.
Yes, you need a Mac. It's the basic requirement for iOS development. To develop an iPhone (or iPad) app, you need to first get a Mac with Intel-based processor running on Mac OS X version 10.8 (or up).
Install Polymer CLI using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli@next
Install Cordova CLI
sudo npm install -g cordova
Check you have all prerequisiites for IOS
cordova requirements
npm run build
npm run serve
npm run emulate
Detailed instructions for deploying to a device and signing an app