Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3m committed Oct 10, 2009
0 parents commit 637dc19
Show file tree
Hide file tree
Showing 16 changed files with 3,133 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>mouse.icns</string>
<key>CFBundleIdentifier</key>
<string>com.rouge41.middleClick</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSBackgroundOnly</key>
<true/>
</dict>
</plist>
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Binary file added MiddleClick.xcodeproj/TemplateIcon.icns
Binary file not shown.
Loading

0 comments on commit 637dc19

Please sign in to comment.