DestinyItemManager / dim-mobile

Mobile and desktop client for DIM using Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIM Mobile (and Desktop)

This is a Cordova 7.x project that wraps the DIM website in mobile (and eventually desktop) clients. It's still under development.

NPX

We have all our dependencies local to the project, so run npx cordova instead of just cordova.

Setup (iOS)

See Cordova iOS guide.

  • Install XCode 9
  • Run xcode-select --install
  • Run npm install
  • Run open ./platforms/ios/DIM.xcworkspace

Running in Simulator

  • npx cordova run ios --list: list simulators/devices
  • npx cordova run ios --target="iPhone-7": run in simulator

Or, open the project in XCode, then:

  • Run npx cordova build ios. You need to do this after each change - just building in XCode isn't enough.
  • Hit "Run" to run in simulator.

About

Mobile and desktop client for DIM using Cordova


Languages

Language:CSS 41.0%Language:JavaScript 29.1%Language:Shell 18.8%Language:HTML 11.1%