SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
QuickLook/Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeRole</key>
11 <string>QLGenerator</string>
12 <key>LSItemContentTypes</key>
13 <array>
14 <string>com.github.liji32.sameboy.gb</string>
15 <string>com.github.liji32.sameboy.gbc</string>
16 <string>com.github.liji32.sameboy.isx</string>
17 <string>public.gbrom</string>
18 </array>
19 </dict>
20 </array>
21 <key>CFBundleExecutable</key>
22 <string>SameBoyQL</string>
23 <key>CFBundleIdentifier</key>
24 <string>com.github.liji32.sameboy.previewer</string>
25 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string>
27 <key>CFBundleName</key>
28 <string>SameBoy</string>
29 <key>CFBundleShortVersionString</key>
30 <string>@VERSION</string>
31 <key>CFBundleSignature</key>
32 <string>????</string>
33 <key>CFPlugInDynamicRegisterFunction</key>
34 <string></string>
35 <key>CFPlugInDynamicRegistration</key>
36 <string>NO</string>
37 <key>CFPlugInFactories</key>
38 <dict>
39 <key>48BC750C-2BB9-49B1-AE80-786E22B3DEB4</key>
40 <string>QuickLookGeneratorPluginFactory</string>
41 </dict>
42 <key>CFPlugInTypes</key>
43 <dict>
44 <key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
45 <array>
46 <string>48BC750C-2BB9-49B1-AE80-786E22B3DEB4</string>
47 </array>
48 </dict>
49 <key>CFPlugInUnloadFunction</key>
50 <string></string>
51 <key>NSHumanReadableCopyright</key>
52 <string>Copyright © 2015-@COPYRIGHT_YEAR Lior Halphon</string>
53 <key>QLNeedsToBeRunInMainThread</key>
54 <false/>
55 <key>QLPreviewHeight</key>
56 <integer>144</integer>
57 <key>QLPreviewWidth</key>
58 <integer>160</integer>
59 <key>QLSupportsConcurrentRequests</key>
60 <true/>
61 <key>QLThumbnailMinimumSize</key>
62 <integer>64</integer>
63 </dict>
64 </plist>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.