Codebase list jd-gui / 3bbfa5d
Update OSX information property list file emmanue1 4 years ago
1 changed file(s) with 55 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
44 <key>CFBundleDevelopmentRegion</key> <string>English</string>
55 <key>CFBundleExecutable</key> <string>universalJavaApplicationStub.sh</string>
66 <key>CFBundleName</key> <string>JD-GUI</string>
7 <key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string>
7 <key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string>
88 <key>CFBundleIconFile</key> <string>jd-gui.icns</string>
99 <key>CFBundleIdentifier</key> <string>jd.jd-gui</string>
1010 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
1111 <key>CFBundlePackageType</key> <string>APPL</string>
12 <key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008-2019 Emmanuel Dupuy</string>
12 <key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string>
1313 <key>CFBundleShortVersionString</key> <string>${VERSION}</string>
1414 <key>CSResourcesFileMapped</key> <true/>
1515 <key>LSRequiresCarbon</key> <true/>
16 <key>NSHumanReadableCopyright</key> <string>Copyright 2008-2019 Emmanuel Dupuy</string>
16 <key>NSHumanReadableCopyright</key> <string>Copyright 2008, 2019 Emmanuel Dupuy</string>
1717 <key>NSPrincipalClass</key> <string>NSApplication</string>
1818 <key>NSHighResolutionCapable</key> <true/>
1919 <key>CFBundleDocumentTypes</key>
2222 <key>CFBundleTypeExtensions</key>
2323 <array>
2424 <string>class</string>
25 </array>
26 <key>CFBundleTypeMIMETypes</key>
27 <array>
28 <string>application/java</string>
2529 </array>
2630 <key>CFBundleTypeRole</key> <string>Viewer</string>
2731 <key>CFBundleTypeName</key> <string>Class File</string>
3337 <array>
3438 <string>java</string>
3539 </array>
40 <key>CFBundleTypeMIMETypes</key>
41 <array>
42 <string>text/plain</string>
43 </array>
3644 <key>CFBundleTypeRole</key> <string>Viewer</string>
3745 <key>CFBundleTypeName</key> <string>Java File</string>
3846 <key>LSIsAppleDefaultForType</key> <false/>
4250 <key>CFBundleTypeExtensions</key>
4351 <array>
4452 <string>jar</string>
53 </array>
54 <key>CFBundleTypeMIMETypes</key>
55 <array>
56 <string>application/java-archive</string>
4557 </array>
4658 <key>CFBundleTypeName</key> <string>Jar File</string>
4759 <key>CFBundleTypeRole</key> <string>Viewer</string>
5365 <array>
5466 <string>war</string>
5567 </array>
68 <key>CFBundleTypeMIMETypes</key>
69 <array>
70 <string>application/java-archive</string>
71 </array>
5672 <key>CFBundleTypeName</key> <string>War File</string>
5773 <key>CFBundleTypeRole</key> <string>Viewer</string>
5874 <key>LSIsAppleDefaultForType</key> <false/>
6379 <array>
6480 <string>ear</string>
6581 </array>
82 <key>CFBundleTypeMIMETypes</key>
83 <array>
84 <string>application/java-archive</string>
85 </array>
6686 <key>CFBundleTypeName</key> <string>Ear File</string>
6787 <key>CFBundleTypeRole</key> <string>Viewer</string>
6888 <key>LSIsAppleDefaultForType</key> <false/>
7191 <dict>
7292 <key>CFBundleTypeExtensions</key>
7393 <array>
94 <string>aar</string>
95 </array>
96 <key>CFBundleTypeName</key> <string>Android archive File</string>
97 <key>CFBundleTypeRole</key> <string>Viewer</string>
98 <key>LSIsAppleDefaultForType</key> <false/>
99 <key>LSTypeIsPackage</key> <false/>
100 </dict>
101 <dict>
102 <key>CFBundleTypeExtensions</key>
103 <array>
104 <string>jmod</string>
105 </array>
106 <key>CFBundleTypeMIMETypes</key>
107 <array>
108 <string>application/java-archive</string>
109 </array>
110 <key>CFBundleTypeName</key> <string>Java module File</string>
111 <key>CFBundleTypeRole</key> <string>Viewer</string>
112 <key>LSIsAppleDefaultForType</key> <false/>
113 <key>LSTypeIsPackage</key> <false/>
114 </dict>
115 <dict>
116 <key>CFBundleTypeExtensions</key>
117 <array>
74118 <string>zip</string>
119 </array>
120 <key>CFBundleTypeMIMETypes</key>
121 <array>
122 <string>application/zip</string>
75123 </array>
76124 <key>CFBundleTypeName</key> <string>Zip File</string>
77125 <key>CFBundleTypeRole</key> <string>Viewer</string>
83131 <array>
84132 <string>log</string>
85133 <string>txt</string>
134 </array>
135 <key>CFBundleTypeMIMETypes</key>
136 <array>
137 <string>text/plain</string>
86138 </array>
87139 <key>CFBundleTypeName</key> <string>Log File</string>
88140 <key>CFBundleTypeRole</key> <string>Viewer</string>