|
5 | 5 | <key>CFBundleDevelopmentRegion</key> <string>English</string>
|
6 | 6 | <key>CFBundleExecutable</key> <string>universalJavaApplicationStub.sh</string>
|
7 | 7 | <key>CFBundleName</key> <string>JD-GUI</string>
|
8 |
| - <key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string> |
| 8 | + <key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string> |
9 | 9 | <key>CFBundleIconFile</key> <string>jd-gui.icns</string>
|
10 | 10 | <key>CFBundleIdentifier</key> <string>jd.jd-gui</string>
|
11 | 11 | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
12 | 12 | <key>CFBundlePackageType</key> <string>APPL</string>
|
13 |
| - <key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string> |
| 13 | + <key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string> |
14 | 14 | <key>CFBundleShortVersionString</key> <string>${VERSION}</string>
|
15 | 15 | <key>CSResourcesFileMapped</key> <true/>
|
16 | 16 | <key>LSRequiresCarbon</key> <true/>
|
17 |
| - <key>NSHumanReadableCopyright</key> <string>Copyright 2008-2019 Emmanuel Dupuy</string> |
| 17 | + <key>NSHumanReadableCopyright</key> <string>Copyright 2008, 2019 Emmanuel Dupuy</string> |
18 | 18 | <key>NSPrincipalClass</key> <string>NSApplication</string>
|
19 | 19 | <key>NSHighResolutionCapable</key> <true/>
|
20 | 20 | <key>CFBundleDocumentTypes</key>
|
|
24 | 24 | <array>
|
25 | 25 | <string>class</string>
|
26 | 26 | </array>
|
| 27 | + <key>CFBundleTypeMIMETypes</key> |
| 28 | + <array> |
| 29 | + <string>application/java</string> |
| 30 | + </array> |
27 | 31 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
28 | 32 | <key>CFBundleTypeName</key> <string>Class File</string>
|
29 | 33 | <key>LSIsAppleDefaultForType</key> <true/>
|
|
34 | 38 | <array>
|
35 | 39 | <string>java</string>
|
36 | 40 | </array>
|
| 41 | + <key>CFBundleTypeMIMETypes</key> |
| 42 | + <array> |
| 43 | + <string>text/plain</string> |
| 44 | + </array> |
37 | 45 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
38 | 46 | <key>CFBundleTypeName</key> <string>Java File</string>
|
39 | 47 | <key>LSIsAppleDefaultForType</key> <false/>
|
|
44 | 52 | <array>
|
45 | 53 | <string>jar</string>
|
46 | 54 | </array>
|
| 55 | + <key>CFBundleTypeMIMETypes</key> |
| 56 | + <array> |
| 57 | + <string>application/java-archive</string> |
| 58 | + </array> |
47 | 59 | <key>CFBundleTypeName</key> <string>Jar File</string>
|
48 | 60 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
49 | 61 | <key>LSIsAppleDefaultForType</key> <false/>
|
|
54 | 66 | <array>
|
55 | 67 | <string>war</string>
|
56 | 68 | </array>
|
| 69 | + <key>CFBundleTypeMIMETypes</key> |
| 70 | + <array> |
| 71 | + <string>application/java-archive</string> |
| 72 | + </array> |
57 | 73 | <key>CFBundleTypeName</key> <string>War File</string>
|
58 | 74 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
59 | 75 | <key>LSIsAppleDefaultForType</key> <false/>
|
|
64 | 80 | <array>
|
65 | 81 | <string>ear</string>
|
66 | 82 | </array>
|
| 83 | + <key>CFBundleTypeMIMETypes</key> |
| 84 | + <array> |
| 85 | + <string>application/java-archive</string> |
| 86 | + </array> |
67 | 87 | <key>CFBundleTypeName</key> <string>Ear File</string>
|
68 | 88 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
69 | 89 | <key>LSIsAppleDefaultForType</key> <false/>
|
70 | 90 | <key>LSTypeIsPackage</key> <false/>
|
71 | 91 | </dict>
|
| 92 | + <dict> |
| 93 | + <key>CFBundleTypeExtensions</key> |
| 94 | + <array> |
| 95 | + <string>aar</string> |
| 96 | + </array> |
| 97 | + <key>CFBundleTypeName</key> <string>Android archive File</string> |
| 98 | + <key>CFBundleTypeRole</key> <string>Viewer</string> |
| 99 | + <key>LSIsAppleDefaultForType</key> <false/> |
| 100 | + <key>LSTypeIsPackage</key> <false/> |
| 101 | + </dict> |
| 102 | + <dict> |
| 103 | + <key>CFBundleTypeExtensions</key> |
| 104 | + <array> |
| 105 | + <string>jmod</string> |
| 106 | + </array> |
| 107 | + <key>CFBundleTypeMIMETypes</key> |
| 108 | + <array> |
| 109 | + <string>application/java-archive</string> |
| 110 | + </array> |
| 111 | + <key>CFBundleTypeName</key> <string>Java module File</string> |
| 112 | + <key>CFBundleTypeRole</key> <string>Viewer</string> |
| 113 | + <key>LSIsAppleDefaultForType</key> <false/> |
| 114 | + <key>LSTypeIsPackage</key> <false/> |
| 115 | + </dict> |
72 | 116 | <dict>
|
73 | 117 | <key>CFBundleTypeExtensions</key>
|
74 | 118 | <array>
|
75 | 119 | <string>zip</string>
|
76 | 120 | </array>
|
| 121 | + <key>CFBundleTypeMIMETypes</key> |
| 122 | + <array> |
| 123 | + <string>application/zip</string> |
| 124 | + </array> |
77 | 125 | <key>CFBundleTypeName</key> <string>Zip File</string>
|
78 | 126 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
79 | 127 | <key>LSIsAppleDefaultForType</key> <false/>
|
|
85 | 133 | <string>log</string>
|
86 | 134 | <string>txt</string>
|
87 | 135 | </array>
|
| 136 | + <key>CFBundleTypeMIMETypes</key> |
| 137 | + <array> |
| 138 | + <string>text/plain</string> |
| 139 | + </array> |
88 | 140 | <key>CFBundleTypeName</key> <string>Log File</string>
|
89 | 141 | <key>CFBundleTypeRole</key> <string>Viewer</string>
|
90 | 142 | <key>LSIsAppleDefaultForType</key> <false/>
|
|
0 commit comments