WebShell:将 Web 应用打包成 OS X 原生应用
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!
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!