|
@@ -1,6 +1,6 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
|
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
3
|
|
-<plist version="0.9">
|
|
2
|
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+<plist version="1.0">
|
4
|
4
|
<dict>
|
5
|
5
|
<key>CFBundleIconFile</key>
|
6
|
6
|
<string>@ICON@</string>
|
|
@@ -21,6 +21,6 @@
|
21
|
21
|
<key>CFBundleVersion</key>
|
22
|
22
|
<string>1.7.0</string>
|
23
|
23
|
<key>NSHumanReadableCopyright</key>
|
24
|
|
- <string>© 2007–2015 Neal Wilson</string>
|
|
24
|
+ <string>© 2007–2016 Neal Wilson</string>
|
25
|
25
|
</dict>
|
26
|
26
|
</plist>
|