chiark / gitweb /
Merge pull request #601 from CapnBry/reloadscene
[cura.git] / scripts / darwin / STLQuickLook.qlgenerator / Contents / 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>BuildMachineOSBuild</key>
6         <string>13B42</string>
7         <key>CFBundleDevelopmentRegion</key>
8         <string>English</string>
9         <key>CFBundleDocumentTypes</key>
10         <array>
11                 <dict>
12                         <key>CFBundleTypeRole</key>
13                         <string>QLGenerator</string>
14                         <key>LSItemContentTypes</key>
15                         <array>
16                                 <string>com.pleasantsoftware.uti.stl</string>
17                         </array>
18                 </dict>
19         </array>
20         <key>CFBundleExecutable</key>
21         <string>STLQuickLook</string>
22         <key>CFBundleIdentifier</key>
23         <string>com.pleasantsoftware.qlgenerator.STLQuickLook</string>
24         <key>CFBundleInfoDictionaryVersion</key>
25         <string>6.0</string>
26         <key>CFBundleName</key>
27         <string>STLQuickLook</string>
28         <key>CFBundleShortVersionString</key>
29         <string>1.1</string>
30         <key>CFBundleVersion</key>
31         <string>2</string>
32         <key>CFPlugInDynamicRegisterFunction</key>
33         <string></string>
34         <key>CFPlugInDynamicRegistration</key>
35         <string>YES</string>
36         <key>CFPlugInFactories</key>
37         <dict>
38                 <key>C02E94A7-9A81-43CB-9663-4C4F30F4D259</key>
39                 <string>QuickLookGeneratorPluginFactory</string>
40         </dict>
41         <key>CFPlugInTypes</key>
42         <dict>
43                 <key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
44                 <array>
45                         <string>C02E94A7-9A81-43CB-9663-4C4F30F4D259</string>
46                 </array>
47         </dict>
48         <key>CFPlugInUnloadFunction</key>
49         <string></string>
50         <key>DTCompiler</key>
51         <string>com.apple.compilers.llvm.clang.1_0</string>
52         <key>DTPlatformBuild</key>
53         <string>5A3005</string>
54         <key>DTPlatformVersion</key>
55         <string>GM</string>
56         <key>DTSDKBuild</key>
57         <string>13A595</string>
58         <key>DTSDKName</key>
59         <string>macosx10.9</string>
60         <key>DTXcode</key>
61         <string>0502</string>
62         <key>DTXcodeBuild</key>
63         <string>5A3005</string>
64         <key>QLNeedsToBeRunInMainThread</key>
65         <false/>
66         <key>QLPreviewHeight</key>
67         <real>600</real>
68         <key>QLPreviewWidth</key>
69         <real>800</real>
70         <key>QLSupportsConcurrentRequests</key>
71         <false/>
72         <key>QLThumbnailMinimumSize</key>
73         <real>48</real>
74 </dict>
75 </plist>