comparison package-files/osx/Info.plist @ 25:a495f9ea498b mac-open

Initial attempts to make it respond to MacOS open message (not working).
author David Barts <n5jrn@me.com>
date Sun, 13 Dec 2020 10:29:08 -0800
parents 92afaa27f40a
children
comparison
equal deleted inserted replaced
24:a4737a525af8 25:a495f9ea498b
5 <!-- Apple says the following are a must --> 5 <!-- Apple says the following are a must -->
6 <key>CFBundleDevelopmentRegion</key> 6 <key>CFBundleDevelopmentRegion</key>
7 <string>English</string> 7 <string>English</string>
8 <key>CFBundleDisplayName</key> 8 <key>CFBundleDisplayName</key>
9 <string>@app.name@</string> 9 <string>@app.name@</string>
10 <key>CFBundleDocumentTypes</key>
11 <array>
12 <dict>
13 <key>CFBundleTypeName</key>
14 <string>@app.name@ Document</string>
15 <key>CFBundleTypeRole</key>
16 <string>Editor</string>
17 <key>LSItemContentTypes</key>
18 <array>
19 <string>com.compuserve.gif</string>
20 <string>com.microsoft.bmp</string>
21 <string>public.jpeg</string>
22 <string>public.png</string>
23 </array>
24 <key>CFBundleTypeExtensions</key>
25 <array>
26 <string>*</string>
27 </array>
28 <key>CFBundleTypeOSTypes</key>
29 <array>
30 <string>GIFf</string>
31 <string>BMPf</string>
32 <string>JPEG</string>
33 <string>PNGf</string>
34 <string>****</string>
35 </array>
36 </dict>
37 </array>
10 <key>CFBundleExecutable</key> 38 <key>CFBundleExecutable</key>
11 <string>JavaApplicationStub</string> 39 <string>JavaApplicationStub</string>
12 <key>CFBundleIconFile</key> 40 <key>CFBundleIconFile</key>
13 <string>@app.name@.icns</string> 41 <string>@app.name@.icns</string>
14 <key>CFBundleIdentifier</key> 42 <key>CFBundleIdentifier</key>