WebShell:将 Web 应用打包成 OS X 原生应用
jopen
9年前
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
-
StackEdit - A markdown editor
Document
For more detail configurations, please see document
Who's using WebShell
If you built any wonderful app withWebShell, just let me know!