|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
| 5 | + <key>CFBundleName</key> |
| 6 | + <string>IanniX</string> |
5 | 7 | <key>CFBundleExecutable</key> |
6 | 8 | <string>IanniX</string> |
7 | | - <key>CFBundleDevelopmentRegion</key> |
8 | | - <string>English</string> |
9 | | - <key>CFBundlePackageType</key> |
10 | | - <string>APPL</string> |
| 9 | + <key>CFBundleShortVersionString</key> |
| 10 | + <string>0.9.16</string> |
| 11 | + <key>CFBundleVersion</key> |
| 12 | + <string>0.9.16</string> |
| 13 | + |
| 14 | + <key>CFBundleIdentifier</key> |
| 15 | + <string>org.iannix.desktop</string> |
| 16 | + <key>NSHumanReadableCopyright</key> |
| 17 | + <string>IanniX Association</string> |
| 18 | + |
| 19 | + <key>LSApplicationCategoryType</key> |
| 20 | + <string>public.app-category.music</string> |
| 21 | + |
11 | 22 | <key>CFBundleIconFile</key> |
12 | 23 | <string>icon.icns</string> |
| 24 | + <key>CFBundlePackageType</key> |
| 25 | + <string>APPL</string> |
| 26 | + <key>CFBundleGetInfoString</key> |
| 27 | + <string>buzzing light</string> |
| 28 | + <key>CFBundleSignature</key> |
| 29 | + <string>????</string> |
| 30 | + <key>LSMinimumSystemVersion</key> |
| 31 | + <string>10.6.0</string> |
| 32 | + <key>CFBundleDevelopmentRegion</key> |
| 33 | + <string>English</string> |
| 34 | + <key>NSPrincipalClass</key> |
| 35 | + <string>NSApplication</string> |
| 36 | + <key>NSHighResolutionCapable</key> |
| 37 | + <string>True</string> |
| 38 | + |
13 | 39 | <key>CFBundleDocumentTypes</key> |
14 | 40 | <array> |
15 | 41 | <dict> |
|
65 | 91 | <string>Editor</string> |
66 | 92 | </dict> |
67 | 93 | </array> |
68 | | - <key>NSHumanReadableCopyright</key> |
69 | | - <string>IanniX Association</string> |
70 | | - <key>LSApplicationCategoryType</key> |
71 | | - <string>public.app-category.music</string> |
72 | | - <key>CFBundleSignature</key> |
73 | | - <string>INNX</string> |
74 | | - <key>CFBundleVersion</key> |
75 | | - <string>0.9.16</string> |
76 | | - <key>NSPrincipalClass</key> |
77 | | - <string>NSApplication</string> |
78 | | - <key>NSHighResolutionCapable</key> |
79 | | - <string>True</string> |
80 | 94 | </dict> |
81 | 95 | </plist> |
0 commit comments