metrue / Applize

Bundle your website into iOS native app with one line code.
26 stars 6 forks source link

                                    Applize( url ) = (iOS Native App)

A scaffold project to bundle your website into iOS Application.

Usage

  $ git clone https://github.com/metrue/Applize <your app>
  $ cd Applize.iOS
  $ Applize/Config.h

put your customize information there

  open  Applize.xcodeproj

and you know the shortcut keys for build and run yeah

  ⌘  + R

build it up, and you will see the magic.

Example

  1. Start testing localhost website
 $ cd Applize.Web
 $ npm install
 $ npm run start
  1. Build and Run Applize to bundle website to iOS app
 $ cd Applize.iOS
 $ open Applize.xcodeproj
 $ ⌘  + R

Then you should see a little interesting thing happens on your device.

Advance

LICENSE

MIT