| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | <?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>AvailableLibraries</key>	<array>		<dict>			<key>BinaryPath</key>			<string>libAVProVideo.a</string>			<key>LibraryIdentifier</key>			<string>tvos-arm64_x86_64-simulator</string>			<key>LibraryPath</key>			<string>libAVProVideo.a</string>			<key>SupportedArchitectures</key>			<array>				<string>arm64</string>				<string>x86_64</string>			</array>			<key>SupportedPlatform</key>			<string>tvos</string>			<key>SupportedPlatformVariant</key>			<string>simulator</string>		</dict>		<dict>			<key>BinaryPath</key>			<string>libAVProVideo.a</string>			<key>LibraryIdentifier</key>			<string>tvos-arm64</string>			<key>LibraryPath</key>			<string>libAVProVideo.a</string>			<key>SupportedArchitectures</key>			<array>				<string>arm64</string>			</array>			<key>SupportedPlatform</key>			<string>tvos</string>		</dict>	</array>	<key>CFBundlePackageType</key>	<string>XFWK</string>	<key>XCFrameworkFormatVersion</key>	<string>1.0</string></dict></plist>
 |