2006-07-26 03:48:06 -04:00
|
|
|
<?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>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string></string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.fireflymediaserver.prefpanel</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>BNDL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2006-08-19 19:56:53 -04:00
|
|
|
<string>103</string>
|
2006-07-26 03:48:06 -04:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2006-08-19 19:56:53 -04:00
|
|
|
<string>1.0</string>
|
2006-07-26 03:48:06 -04:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>© 2006 Roku LLC</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>FireflyPrefsPref</string>
|
|
|
|
<key>NSPrefPaneIconFile</key>
|
|
|
|
<string>FireflyPrefsPref.tiff</string>
|
|
|
|
<key>NSPrefPaneIconLabel</key>
|
|
|
|
<string>Firefly</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>OrgFireflyMediaServerPrefs</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|