<!--
  FileCap for iOS: Microsoft Intune app configuration policy without API key
  (managed devices, iOS/iPadOS, "Enter XML data"). Targeted app:
  com.contec.FileCap.

  Locks host and email only. Users enter the portal's API key (and their
  mobile number) themselves or receive them through a FileCap configuration
  link, which cannot change the locked values.
  See docs/mdm-configuration.md.
-->
<dict>
    <key>host</key>
    <string>company.filecap.eu</string>
    <key>email</key>
    <string>{{mail}}</string>
</dict>
