Skip to content

Commit 3bbfa5d

Browse files
author
emmanue1
committed
Update OSX information property list file
1 parent ff66efb commit 3bbfa5d

File tree

1 file changed

+55
-3
lines changed

1 file changed

+55
-3
lines changed

src/osx/resources/Info.plist

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<key>CFBundleDevelopmentRegion</key> <string>English</string>
66
<key>CFBundleExecutable</key> <string>universalJavaApplicationStub.sh</string>
77
<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>
99
<key>CFBundleIconFile</key> <string>jd-gui.icns</string>
1010
<key>CFBundleIdentifier</key> <string>jd.jd-gui</string>
1111
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
1212
<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>
1414
<key>CFBundleShortVersionString</key> <string>${VERSION}</string>
1515
<key>CSResourcesFileMapped</key> <true/>
1616
<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>
1818
<key>NSPrincipalClass</key> <string>NSApplication</string>
1919
<key>NSHighResolutionCapable</key> <true/>
2020
<key>CFBundleDocumentTypes</key>
@@ -24,6 +24,10 @@
2424
<array>
2525
<string>class</string>
2626
</array>
27+
<key>CFBundleTypeMIMETypes</key>
28+
<array>
29+
<string>application/java</string>
30+
</array>
2731
<key>CFBundleTypeRole</key> <string>Viewer</string>
2832
<key>CFBundleTypeName</key> <string>Class File</string>
2933
<key>LSIsAppleDefaultForType</key> <true/>
@@ -34,6 +38,10 @@
3438
<array>
3539
<string>java</string>
3640
</array>
41+
<key>CFBundleTypeMIMETypes</key>
42+
<array>
43+
<string>text/plain</string>
44+
</array>
3745
<key>CFBundleTypeRole</key> <string>Viewer</string>
3846
<key>CFBundleTypeName</key> <string>Java File</string>
3947
<key>LSIsAppleDefaultForType</key> <false/>
@@ -44,6 +52,10 @@
4452
<array>
4553
<string>jar</string>
4654
</array>
55+
<key>CFBundleTypeMIMETypes</key>
56+
<array>
57+
<string>application/java-archive</string>
58+
</array>
4759
<key>CFBundleTypeName</key> <string>Jar File</string>
4860
<key>CFBundleTypeRole</key> <string>Viewer</string>
4961
<key>LSIsAppleDefaultForType</key> <false/>
@@ -54,6 +66,10 @@
5466
<array>
5567
<string>war</string>
5668
</array>
69+
<key>CFBundleTypeMIMETypes</key>
70+
<array>
71+
<string>application/java-archive</string>
72+
</array>
5773
<key>CFBundleTypeName</key> <string>War File</string>
5874
<key>CFBundleTypeRole</key> <string>Viewer</string>
5975
<key>LSIsAppleDefaultForType</key> <false/>
@@ -64,16 +80,48 @@
6480
<array>
6581
<string>ear</string>
6682
</array>
83+
<key>CFBundleTypeMIMETypes</key>
84+
<array>
85+
<string>application/java-archive</string>
86+
</array>
6787
<key>CFBundleTypeName</key> <string>Ear File</string>
6888
<key>CFBundleTypeRole</key> <string>Viewer</string>
6989
<key>LSIsAppleDefaultForType</key> <false/>
7090
<key>LSTypeIsPackage</key> <false/>
7191
</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>
72116
<dict>
73117
<key>CFBundleTypeExtensions</key>
74118
<array>
75119
<string>zip</string>
76120
</array>
121+
<key>CFBundleTypeMIMETypes</key>
122+
<array>
123+
<string>application/zip</string>
124+
</array>
77125
<key>CFBundleTypeName</key> <string>Zip File</string>
78126
<key>CFBundleTypeRole</key> <string>Viewer</string>
79127
<key>LSIsAppleDefaultForType</key> <false/>
@@ -85,6 +133,10 @@
85133
<string>log</string>
86134
<string>txt</string>
87135
</array>
136+
<key>CFBundleTypeMIMETypes</key>
137+
<array>
138+
<string>text/plain</string>
139+
</array>
88140
<key>CFBundleTypeName</key> <string>Log File</string>
89141
<key>CFBundleTypeRole</key> <string>Viewer</string>
90142
<key>LSIsAppleDefaultForType</key> <false/>

0 commit comments

Comments
 (0)