forked from LoPablo/MiddleClick
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
1 parent
8037de6
commit 692eaaf
Showing
7 changed files
with
321 additions
and
347 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
MiddleClick.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.