Ubuntu CI: make apt update before apt install
[llpp.git] / wsi / cocoa / genplist.sh
blob197f6f9286ea73ae4b28c9d8c5642a089b94832c
1 cat <<EOF
2 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
4 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <plist version="1.0">
6 <dict>
7 <key>BuildMachineOSBuild</key>
8 <string>15G31</string>
9 <key>CFBundleDevelopmentRegion</key>
10 <string>en</string>
11 <key>CFBundleDocumentTypes</key>
12 <array>
13 <dict>
14 <key>CFBundleTypeExtensions</key>
15 <array>
16 <string>pdf</string>
17 </array>
18 <key>CFBundleTypeName</key>
19 <string>PDF File</string>
20 <key>CFBundleTypeRole</key>
21 <string>Viewer</string>
22 <key>LSTypeIsPackage</key>
23 <true/>
24 <key>LSItemContentTypes</key>
25 <array>
26 <string>com.adobe.pdf</string>
27 </array>
28 </dict>
29 </array>
30 <key>CFBundleExecutable</key>
31 <string>llpp</string>
32 <key>CFBundleIdentifier</key>
33 <string>llpp.llpp</string>
34 <key>CFBundleInfoDictionaryVersion</key>
35 <string>6.0</string>
36 <key>CFBundleName</key>
37 <string>llpp</string>
38 <key>CFBundlePackageType</key>
39 <string>APPL</string>
40 <key>CFBundleSignature</key>
41 <string>????</string>
42 <key>CFBundleSupportedPlatforms</key>
43 <array>
44 <string>MacOSX</string>
45 </array>
46 <key>CFBundleVersion</key>
47 <string>$ver</string>
48 <key>LSMinimumSystemVersion</key>
49 <string>10.10</string>
50 <key>NSPrincipalClass</key>
51 <string>NSApplication</string>
52 </dict>
53 </plist>
54 EOF