Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Manko committed May 6, 2018
1 parent c7ac802 commit 411d48c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Open Terminal Finder Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<string>$(PRODUCT_MODULE_NAME).FinderSync</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 QP. All rights reserved.</string>
<string>Copyright © 2018 QP. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Open Terminal/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {

fileprivate func helpMe() {
let info = NSLocalizedString("information", comment: "Information presented on startup")
helpMe(info + "\n\n(c) Quentin PÂRIS 2016 - http://quentin.paris")
helpMe(info + "\n\n(c) Quentin PÂRIS 2018 - http://quentin.paris")
}

func applicationWillTerminate(_ aNotification: Notification) {
Expand Down
2 changes: 1 addition & 1 deletion Open Terminal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 QP. All rights reserved.</string>
<string>Copyright © 2018 QP. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FinderOpenTerminal

Open Terminal contextual menu for Finder

Tested on OSX 10.11.3
Worked on OSX 10.11 - 10.13

See http://openterminal.quentin.paris to get more details or to download binaries
See releases for downloading binaries

0 comments on commit 411d48c

Please sign in to comment.