Skip to content

Commit

Permalink
Fixes & Copyright
Browse files Browse the repository at this point in the history
- Restarts itself until it gets accessibility permission

- Replaced unnecessary contrubution comments with a copyright notice
- Removed CFBundleSignature property list key
- Replaced LSBackgroundOnly property with LSUIElement (It's not background only, it's agent (UIElement) as it has a Status Item)
- Reindented the code
  • Loading branch information
artginzburg committed Aug 22, 2019
1 parent 8037de6 commit 692eaaf
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 347 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
8 changes: 0 additions & 8 deletions MiddleClick/Controller.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// Controller.h
// MiddleClick
//
// Created by Alex Galonsky on 11/9/09.
// Extended by Pascal Hartmann on 13.02.2019
//

#import <Cocoa/Cocoa.h>

@interface Controller : NSObject {
Expand Down
Loading

0 comments on commit 692eaaf

Please sign in to comment.