WebShell is an OS X WebView shell, which help you easily bundle the Web Apps to native OS X app without coding.
- Xcode 7+ (Swift 2.0+ support)
$ 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.
-
StackEdit - A markdown editor
For more detail configurations, please see document
If you built any wonderful app with WebShell, just let me know!
MIT License