Mercurial > cgi-bin > hgweb.cgi > ImagePrep
annotate 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 |
rev | line source |
---|---|
23 | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <plist version="1.0"> | |
3 <!-- see: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html --> | |
4 <dict> | |
5 <!-- Apple says the following are a must --> | |
6 <key>CFBundleDevelopmentRegion</key> | |
7 <string>English</string> | |
8 <key>CFBundleDisplayName</key> | |
9 <string>@app.name@</string> | |
25
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
10 <key>CFBundleDocumentTypes</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
11 <array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
12 <dict> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
13 <key>CFBundleTypeName</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
14 <string>@app.name@ Document</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
15 <key>CFBundleTypeRole</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
16 <string>Editor</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
17 <key>LSItemContentTypes</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
18 <array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
19 <string>com.compuserve.gif</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
20 <string>com.microsoft.bmp</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
21 <string>public.jpeg</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
22 <string>public.png</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
23 </array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
24 <key>CFBundleTypeExtensions</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
25 <array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
26 <string>*</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
27 </array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
28 <key>CFBundleTypeOSTypes</key> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
29 <array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
30 <string>GIFf</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
31 <string>BMPf</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
32 <string>JPEG</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
33 <string>PNGf</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
34 <string>****</string> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
35 </array> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
36 </dict> |
a495f9ea498b
Initial attempts to make it respond to MacOS open message (not working).
David Barts <n5jrn@me.com>
parents:
23
diff
changeset
|
37 </array> |
23 | 38 <key>CFBundleExecutable</key> |
39 <string>JavaApplicationStub</string> | |
40 <key>CFBundleIconFile</key> | |
41 <string>@app.name@.icns</string> | |
42 <key>CFBundleIdentifier</key> | |
43 <string>@app.domain@</string> | |
44 <key>CFBundleInfoDictionaryVersion</key> | |
45 <string>6.0</string> | |
46 <key>CFBundleName</key> | |
47 <string>@app.name@</string> | |
48 <key>CFBundlePackageType</key> | |
49 <string>APPL</string> | |
50 <key>CFBundleShortVersionString</key> | |
51 <string>@app.version@</string> | |
52 <key>CFBundleVersion</key> | |
53 <string>@app.version@</string> | |
54 <key>NSHumanReadableCopyright</key> | |
55 <string>@app.copyright@</string> | |
56 <!-- most package builders throw the following in --> | |
57 <key>CFBundleAllowMixedLocalizations</key> | |
58 <string>false</string> | |
59 <key>LSApplicationCategoryType</key> | |
60 <string>public.app-category.photography</string> | |
61 <!-- JavaApplicationStub wants the following stuff --> | |
62 <key>JVMMainClassName</key> | |
63 <string>@app.entry@</string> | |
64 <key>JVMClassPath</key> | |
65 <string>Contents/Java/@lc.app.name@.jar</string> | |
66 <key>JVMVersion</key> | |
67 <string>@jvm.version@+</string> | |
68 <key>JVMOptions</key> | |
69 <array> | |
70 <string>-Dapple.awt.textantialiasing=true</string> | |
71 <string>-Dapple.laf.useScreenMenuBar=true</string> | |
72 <string>-Dapple.awt.antialiasing=true</string> | |
73 </array> | |
74 </dict> | |
75 </plist> |