An open API service indexing awesome lists of open source software.

https://github.com/metrue/applize

Bundle your website into iOS native app with one line code.
https://github.com/metrue/applize

Last synced: about 1 month ago
JSON representation

Bundle your website into iOS native app with one line code.

Awesome Lists containing this project

README

        



```
Applize( url ) = (iOS Native App)
```

A scaffold project to bundle your website into iOS Application.

## Usage

* clone this project

```
$ git clone https://github.com/metrue/Applize
```

* configure it a little bit, quite simple

```
$ cd Applize.iOS
$ Applize/Config.h
```

put your customize information there

* build your application

you need xcode installed, instll it via Apple Store, or get it directly from [https://developer.apple.com/downloads/](https://developer.apple.com/downloads/)

```
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
```

2. 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

* How to Change the name of your APP

[http://stackoverflow.com/questions/238980/how-to-change-the-name-of-an-ios-app](http://stackoverflow.com/questions/238980/how-to-change-the-name-of-an-ios-app)

* How to Change the icon of your APP

[https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/chapters/AddingLaunchImagestoanAssetCatalog.html](https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/chapters/AddingLaunchImagestoanAssetCatalog.html)

## LICENSE

MIT