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 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!