1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-05 08:46:46 +00:00

Fix Apollo bug, add prefs, update Narwhal menu

This commit is contained in:
lint
2019-10-10 14:52:23 -04:00
parent cd121a43ce
commit 8a91513680
15 changed files with 219 additions and 155 deletions

View File

@ -0,0 +1,24 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>TFDidThatSayPrefs</string>
<key>CFBundleIdentifier</key>
<string>com.lint.undelete.prefs</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSPrincipalClass</key>
<string>TFDTSRootListController</string>
</dict>
</plist>

View File

@ -0,0 +1,29 @@
<?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>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Apollo </string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isApolloDeletedCommentsOnly</string>
<key>label</key>
<string>Only display eye on deleted comments</string>
</dict>
</array>
<key>title</key>
<string>TFDidThatSay?</string>
</dict>
</plist>

BIN
prefs/Resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
prefs/Resources/icon@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
prefs/Resources/icon@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB