Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Mobile and desktop client for DIM using Cordova

Notifications You must be signed in to change notification settings

DestinyItemManager/dim-mobile

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published