3327e41f58
* GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt. * GCC_Regression_Tester.wdgt/Info.plist (CFBundleDisplayName): Update for rename. (CFBundleName): Use shorter name. (CFBundleVersion): Update to 1.0.1. (CFBundleShortVersionString): Update to 1.0.1. (LSHasLocalizedDisplayName): New. (NSHumanReadableCopyright): New. * GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/widget.html: Use max-age=30 to help out intermediate caches. From-SVN: r107606
33 lines
944 B
Plaintext
33 lines
944 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>AllowNetworkAccess</key>
|
|
<true/>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>GCC_Regression_Tester</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.geoffk.widget.regress</string>
|
|
<key>CFBundleName</key>
|
|
<string>GCC Regr. Tester</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.1</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.1</string>
|
|
<key>CloseBoxInsetX</key>
|
|
<integer>0</integer>
|
|
<key>CloseBoxInsetY</key>
|
|
<integer>0</integer>
|
|
<key>Height</key>
|
|
<integer>192</integer>
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
<true/>
|
|
<key>MainHTML</key>
|
|
<string>widget.html</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2005 Free Software Foundation, Inc.</string>
|
|
<key>Width</key>
|
|
<integer>261</integer>
|
|
</dict>
|
|
</plist>
|