Skip to content

Commit

Permalink
release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djyde committed Dec 23, 2015
1 parent fbd9d25 commit e4af194
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions WebShell/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.6</string>
<string>0.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>201512221421</string>
<string>201512231039</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion WebShell/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ViewController: NSViewController, WebFrameLoadDelegate, WebUIDelegate {

"title": NSBundle.mainBundle().infoDictionary!["CFBundleName"] as! String,

// Do you want to use the docuent title?
// Do you want to use the document title?
"useDocumentTitle": true,

// Multilanguage loading text!
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ let SETTINGS: [String: Any] = [

Finally click the `run` button to run the app.

## Bonus Features

- Standard [Notification API](https://developer.mozilla.org/en-US/docs/Web/API/notification) support

## Demo

- [JS Bin](https://github.com/djyde/WebShell/releases/download/untagged-2dcb9795b04eb54e8b45/JSBin.zip) ([Chinese Mirror](http://7mnoy7.com1.z0.glb.clouddn.com/github/JSBin.zip))
Expand Down

0 comments on commit e4af194

Please sign in to comment.