WebShell:将 Web 应用打包成 OS X 原生应用

jopen 8年前

WebShell是一个OS X WebView shell,可以帮你轻松将Web App打包成原生 OS X app 而不需要编码。

Requirements

  • Xcode 7+ (Swift 2.0+ support)

Quick Start

$ git clone git@github.com:djyde/WebShell.git APP_NAME    $ cd APP_NAME && open WebShell.xcodeproj

EditWebShell/ViewController.swiftand change the url whatever you like:

let SETTINGS: [String: Any] = [ "url": "http://jsbin.com", // ... other options ]

Finally click therunbutton to run the app.

Demo

Document

For more detail configurations, please see document

Who's using WebShell

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

项目主页:http://www.open-open.com/lib/view/home/1450708789730