Warning, /network/kdeconnect-kde/indicator/Info.plist is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0003 <plist version="1.0">
0004 <dict>
0005 <key>CFBundleDevelopmentRegion</key>
0006 <string>English</string>
0007 <key>CFBundleExecutable</key>
0008 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
0009 <key>CFBundleGetInfoString</key>
0010 <string>${MACOSX_BUNDLE_INFO_STRING}</string>
0011 <key>CFBundleIconFile</key>
0012 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0013 <key>CFBundleIdentifier</key>
0014 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
0015 <key>CFBundleInfoDictionaryVersion</key>
0016 <string>6.0</string>
0017 <key>CFBundleLongVersionString</key>
0018 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
0019 <key>CFBundleName</key>
0020 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
0021 <key>CFBundlePackageType</key>
0022 <string>APPL</string>
0023 <key>CFBundleShortVersionString</key>
0024 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
0025 <key>CFBundleSignature</key>
0026 <string>????</string>
0027 <key>CFBundleVersion</key>
0028 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
0029 <key>CSResourcesFileMapped</key>
0030 <true/>
0031 <key>NSHumanReadableCopyright</key>
0032 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
0033 <key>LSUIElement</key>
0034 <string>1</string>
0035 <key>NSHighResolutionCapable</key>
0036 <string>True</string>
0037 <key>NSServices</key>
0038 <array>
0039 <dict>
0040 <key>NSBackgroundColorName</key>
0041 <string>background</string>
0042 <key>NSIconName</key>
0043 <string>NSActionTemplate</string>
0044 <key>NSMenuItem</key>
0045 <dict>
0046 <key>default</key>
0047 <string>Send File via KDE Connect</string>
0048 </dict>
0049 <key>NSMessage</key>
0050 <string>sendViaKDEConnect</string>
0051 <key>NSPortName</key>
0052 <string>SendViaKDEConnect</string>
0053 <key>NSRequiredContext</key>
0054 <dict>
0055 <key>NSApplicationIdentifier</key>
0056 <string>com.apple.finder</string>
0057 </dict>
0058 <key>NSRequiredContext</key>
0059 <dict>
0060 <key>NSTextContent</key>
0061 <string>FilePath</string>
0062 </dict>
0063 <key>NSSendTypes</key>
0064 <array>
0065 <string>NSFilenamesPboardType</string>
0066 <string>public.plain-text</string>
0067 </array>
0068 </dict>
0069 </array>
0070 </dict>
0071 </plist>