blob: b20b15b95c80313a8456fe3706e1687a84dc71f5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CMClassImplementations</key>
<array>
<dict>
<key>CMClassID</key>
<string>com.apple.mediatoolbox.pluginformatreader</string>
<key>CMClassImplementationID</key>
<string>com.apple.mediatoolbox.pluginformatreader.webkit</string>
<key>CMClassImplementationName</key>
<string>WebKit Media Format Reader</string>
<key>CMClassImplementationVersion</key>
<integer>1</integer>
<key>CMCopyright</key>
<string>Copyright (C) 2020 Apple Inc.</string>
<key>CMExecutableArchitectures</key>
<array>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>CMFactoryFunction</key>
<string>CreateMediaFormatReaderInstance</string>
<key>CMManufacturer</key>
<string>Apple</string>
<key>CMMatchingInfo</key>
<dict>
<key>MTFileNameExtensionArray</key>
<array>
<string>webm</string>
</array>
<key>MTMaxDirectoryAscents</key>
<integer>0</integer>
<key>MTMaxDirectoryDescents</key>
<integer>0</integer>
<key>MTSupportsPlayableHorizonQueries</key>
<true/>
<key>MTUTTypeArray</key>
<array>
<string>org.webmproject.webm</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>