<?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>com.apple.mlhost.worker</key>
	<dict>
		<key>EXExtensionPointIsPublic</key>
		<false/>
        <key>EXPresentsUserInterface</key>
        <false/>
		<key>EXRequiredEntitlements</key>
		<dict>
            <key>com.apple.mlhost.worker-host-entitlement</key>
            <true/>
        </dict>
        <key>EXSupportedPlatforms</key>
        <array>
           <string>iOS</string>
           <string>watchOS</string>
           <string>tvOS</string>
           <string>macOS</string>
           <string>xrOS</string>
        </array>
	</dict>
</dict>
</plist>
