Skip to content

craigpilcher/mobilepub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Assuming you have nodejs, npm, and a development environment already installed, building MobilePub is quite simple.

  1. Install Cordova
sudo npm install -g cordova
  1. Install your target platform(s)
cordova platforms add android
cordova platforms add ios
  1. Build for your target platforms
cordova build android
cordova build ios

Your built files will be stored under /platforms, and the output will tell you the exact location.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.6%
  • Java 19.0%
  • Objective-C 15.9%
  • C# 11.0%
  • C++ 4.0%
  • HTML 1.3%
  • Other 1.2%