| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 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 |
<dict> |
|---|
| 5 |
<key>CFBundleDevelopmentRegion</key> |
|---|
| 6 |
<string>English</string> |
|---|
| 7 |
<key>CFBundleDocumentTypes</key> |
|---|
| 8 |
<array> |
|---|
| 9 |
<dict> |
|---|
| 10 |
<key>CFBundleTypeExtensions</key> |
|---|
| 11 |
<array> |
|---|
| 12 |
<string>qvm</string> |
|---|
| 13 |
</array> |
|---|
| 14 |
<key>CFBundleTypeIconFile</key> |
|---|
| 15 |
<string>q_doc_icon.icns</string> |
|---|
| 16 |
<key>CFBundleTypeName</key> |
|---|
| 17 |
<string>QVM</string> |
|---|
| 18 |
<key>CFBundleTypeOSTypes</key> |
|---|
| 19 |
<array> |
|---|
| 20 |
<string>????</string> |
|---|
| 21 |
</array> |
|---|
| 22 |
<key>CFBundleTypeRole</key> |
|---|
| 23 |
<string>Editor</string> |
|---|
| 24 |
<key>NSDocumentClass</key> |
|---|
| 25 |
<string>QDocument</string> |
|---|
| 26 |
</dict> |
|---|
| 27 |
</array> |
|---|
| 28 |
<key>CFBundleExecutable</key> |
|---|
| 29 |
<string>${EXECUTABLE_NAME}</string> |
|---|
| 30 |
<key>CFBundleIconFile</key> |
|---|
| 31 |
<string>q_icon</string> |
|---|
| 32 |
<key>CFBundleIdentifier</key> |
|---|
| 33 |
<string>ch.kberg.Q</string> |
|---|
| 34 |
<key>CFBundleInfoDictionaryVersion</key> |
|---|
| 35 |
<string>6.0</string> |
|---|
| 36 |
<key>CFBundleName</key> |
|---|
| 37 |
<string>${PRODUCT_NAME}</string> |
|---|
| 38 |
<key>CFBundlePackageType</key> |
|---|
| 39 |
<string>APPL</string> |
|---|
| 40 |
<key>CFBundleSignature</key> |
|---|
| 41 |
<string>????</string> |
|---|
| 42 |
<key>CFBundleVersion</key> |
|---|
| 43 |
<string>Qâ (0.9.1d107)</string> |
|---|
| 44 |
<key>NSMainNibFile</key> |
|---|
| 45 |
<string>MainMenu</string> |
|---|
| 46 |
<key>NSPrincipalClass</key> |
|---|
| 47 |
<string>QApplication</string> |
|---|
| 48 |
<key>SUFeedURL</key> |
|---|
| 49 |
<string>http://www.kju-app.org/kju/appcast.php</string> |
|---|
| 50 |
</dict> |
|---|
| 51 |
</plist> |
|---|