Skip to content

Commit e4af194

Browse files
committed
release 0.1.7
1 parent fbd9d25 commit e4af194

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

WebShell.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WebShell/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.6</string>
20+
<string>0.1.7</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>201512221421</string>
24+
<string>201512231039</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSAppTransportSecurity</key>

WebShell/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ViewController: NSViewController, WebFrameLoadDelegate, WebUIDelegate {
2828

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

31-
// Do you want to use the docuent title?
31+
// Do you want to use the document title?
3232
"useDocumentTitle": true,
3333

3434
// Multilanguage loading text!

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ let SETTINGS: [String: Any] = [
4141

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

44+
## Bonus Features
45+
46+
- Standard [Notification API](https://developer.mozilla.org/en-US/docs/Web/API/notification) support
47+
4448
## Demo
4549

4650
- [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))

0 commit comments

Comments
 (0)