/core/prefpane/Info.plist
Unknown | 36 lines | 36 code | 0 blank | 0 comment | 0 complexity | 3014e996a510e523d9bb90900c9ae7bc MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
- <?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>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string>MacFUSE.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.google.${PRODUCT_NAME:identifier}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>2.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>2.0</string>
- <key>NSMainNibFile</key>
- <string>MacFUSEPref</string>
- <key>NSPrefPaneIconFile</key>
- <string>MacFUSE.icns</string>
- <key>NSPrefPaneIconLabel</key>
- <string>MacFUSE</string>
- <key>NSPrefPaneSearchParameters</key>
- <string>MacFUSE</string>
- <key>NSPrincipalClass</key>
- <string>MacFUSEPref</string>
- </dict>
- </plist>