File: Info.plist.in

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>CFBundleDisplayName</key>
        <string>HTML Tidy</string>
        <key>CFBundleIdentifier</key>
        <string>org.htacg.html-tidy.tidy5</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleShortVersionString</key>
        <string>@LIBTIDY_VERSION@</string>
        <key>CFBundleVersion</key>
        <string>@LIBTIDY_DATE@</string>
        <key>NSHumanReadableCopyright</key>
        <string>©@CURRENT_YEAR@ HTACG and Contributors</string>
</dict>
</plist>