|
| 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>22A380019</string> |
| 7 | + <key>CFBundleDevelopmentRegion</key> |
| 8 | + <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 9 | + <key>CFBundleDisplayName</key> |
| 10 | + <string>Webm</string> |
| 11 | + <key>CFBundleDocumentTypes</key> |
| 12 | + <array> |
| 13 | + <dict> |
| 14 | + <key>CFBundleTypeRole</key> |
| 15 | + <string>QLGenerator</string> |
| 16 | + <key>LSItemContentTypes</key> |
| 17 | + <array> |
| 18 | + <string>org.webmproject.webm</string> |
| 19 | + <string>public.webm</string> |
| 20 | + </array> |
| 21 | + </dict> |
| 22 | + </array> |
| 23 | + <key>CFBundleExecutable</key> |
| 24 | + <string>$(EXECUTABLE_NAME)</string> |
| 25 | + <key>CFBundleIdentifier</key> |
| 26 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 27 | + <key>CFBundleInfoDictionaryVersion</key> |
| 28 | + <string>6.0</string> |
| 29 | + <key>CFBundleName</key> |
| 30 | + <string>$(PRODUCT_NAME)</string> |
| 31 | + <key>CFBundleShortVersionString</key> |
| 32 | + <string>1.0</string> |
| 33 | + <key>CFBundleVersion</key> |
| 34 | + <string>1</string> |
| 35 | + <key>CFBundleSupportedPlatforms</key> |
| 36 | + <array> |
| 37 | + <string>MacOSX</string> |
| 38 | + </array> |
| 39 | + <key>CFPlugInDynamicRegisterFunction</key> |
| 40 | + <string></string> |
| 41 | + <key>CFPlugInDynamicRegistration</key> |
| 42 | + <string>NO</string> |
| 43 | + <key>CFPlugInFactories</key> |
| 44 | + <dict> |
| 45 | + <key>4E507F3B-F1A5-4B8B-836B-A71634941E17</key> |
| 46 | + <string>QuickLookGeneratorPluginFactory</string> |
| 47 | + </dict> |
| 48 | + <key>CFPlugInTypes</key> |
| 49 | + <dict> |
| 50 | + <key>5E2D9680-5022-40FA-B806-43349622E5B9</key> |
| 51 | + <array> |
| 52 | + <string>4E507F3B-F1A5-4B8B-836B-A71634941E17</string> |
| 53 | + </array> |
| 54 | + </dict> |
| 55 | + <key>CFPlugInUnloadFunction</key> |
| 56 | + <string></string> |
| 57 | + <key>NSAppTransportSecurity</key> |
| 58 | + <dict> |
| 59 | + <key>NSAllowsArbitraryLoads</key> |
| 60 | + <true/> |
| 61 | + <key>NSAllowsArbitraryLoadsInWebContent</key> |
| 62 | + <true/> |
| 63 | + </dict> |
| 64 | + <key>NSExtension</key> |
| 65 | + <dict> |
| 66 | + <key>NSExtensionAttributes</key> |
| 67 | + <dict> |
| 68 | + <key>NS</key> |
| 69 | + <string>$(PRODUCT_MODULE_NAME).PreviewViewController</string> |
| 70 | + <key>NSExtensionPointIdentifier</key> |
| 71 | + <string>com.apple.quicklook.preview</string> |
| 72 | + </dict> |
| 73 | + </dict> |
| 74 | + <key>NSHumanReadableCopyright</key> |
| 75 | + <string>© 2023 Almahdi Morris Quet</string> |
| 76 | + <key>NSPrincipalClass</key> |
| 77 | + <string>$(PRODUCT_MODULE_NAME).PreviewViewController</string> |
| 78 | + <key>QLPreviewProviderClass</key> |
| 79 | + <string>QuickLookPlugin</string> |
| 80 | + <key>QLSupportedContentTypes</key> |
| 81 | + <string>org.webmproject.webm</string> |
| 82 | + <key>DTCompiler</key> |
| 83 | + <string>com.apple.compilers.llvm.clang.1_0</string> |
| 84 | + <key>DTPlatformBuild</key> |
| 85 | + <string></string> |
| 86 | + <key>DTPlatformName</key> |
| 87 | + <string>macosx</string> |
| 88 | + <key>DTPlatformVersion</key> |
| 89 | + <string>14.2</string> |
| 90 | + <key>DTXcode</key> |
| 91 | + <string>1500</string> |
| 92 | + <key>DTXcodeBuild</key> |
| 93 | + <string>15A6160m</string> |
| 94 | + <key>LSMinimumSystemVersion</key> |
| 95 | + <string>14.2</string> |
| 96 | + <key>QLNeedsAccessToExternalResources</key> |
| 97 | + <true/> |
| 98 | + <key>QLNeedsToBeRunInMainThread</key> |
| 99 | + <true/> |
| 100 | + <key>QLPreviewHeight</key> |
| 101 | + <integer>768</integer> |
| 102 | + <key>QLPreviewWidth</key> |
| 103 | + <integer>1048</integer> |
| 104 | + <key>QLSupportsConcurrentRequests</key> |
| 105 | + <false/> |
| 106 | + <key>QLThumbnailMinimumSize</key> |
| 107 | + <real>17</real> |
| 108 | +</dict> |
| 109 | +</plist> |
0 commit comments