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.
- Host: GitHub
- URL: https://github.com/metrue/applize
- Owner: metrue
- Created: 2015-12-27T11:13:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T02:23:29.000Z (about 9 years ago)
- Last Synced: 2025-03-18T20:08:19.415Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 465 KB
- Stars: 26
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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