Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RapidMVP/WebShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebShell

WebShell is an OS X WebView shell, which help you easily bundle the Web Apps to native OS X app without coding.

Requirements

  • Xcode 7+ (Swift 2.0+ support)

Quick Start

$ git clone [email protected]:djyde/WebShell.git APP_NAME

$ cd APP_NAME && open WebShell.xcodeproj

Edit WebShell/ViewController.swift and change the url whatever you like:

let SETTINGS: [String: Any]  = [

  "url": "http://jsbin.com",

  // ... other options
]

Finally click the run button to run the app.

Demo

Document

For more detail configurations, please see document

Who's using WebShell

If you built any wonderful app with WebShell, just let me know!

License

MIT License

About

Bundle web apps to native OS X app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%