mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-22 22:36:07 +08:00
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
<?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>CFBundleIconFile</key>
|
|
<string>icon.png</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.viko16.LaunchBar.action.WeChatTweak</string>
|
|
<key>CFBundleName</key>
|
|
<string>WeChatTweak</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>LBAbbreviation</key>
|
|
<string>wc</string>
|
|
<key>LBDescription</key>
|
|
<dict>
|
|
<key>LBAuthor</key>
|
|
<string>viko16</string>
|
|
<key>LBEmail</key>
|
|
<string></string>
|
|
<key>LBSummary</key>
|
|
<string>A LaunchBar action for WeChatTweak.</string>
|
|
<key>LBTwitter</key>
|
|
<string></string>
|
|
<key>LBWebsiteURL</key>
|
|
<string>https://github.com/viko16</string>
|
|
</dict>
|
|
<key>LBScripts</key>
|
|
<dict>
|
|
<key>LBDefaultScript</key>
|
|
<dict>
|
|
<key>LBAcceptedArgumentTypes</key>
|
|
<array>
|
|
<string>string</string>
|
|
</array>
|
|
<key>LBKeepWindowActive</key>
|
|
<true/>
|
|
<key>LBLiveFeedbackEnabled</key>
|
|
<true/>
|
|
<key>LBRequiresArgument</key>
|
|
<true/>
|
|
<key>LBResultType</key>
|
|
<string>unknown</string>
|
|
<key>LBReturnsResult</key>
|
|
<true/>
|
|
<key>LBScriptName</key>
|
|
<string>default.js</string>
|
|
</dict>
|
|
</dict>
|
|
<key>LBTextInputTitle</key>
|
|
<string>Search your friend...</string>
|
|
</dict>
|
|
</plist>
|