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

  Locks host, API key and email on the device. The API key is the portal's
  key (admin panel: Configuration > Add-ins and apps > API Key) and serves
  all users, so one policy assigned to all users is enough; Intune fills
  {{mail}} with each user's Entra ID mail attribute. There is no Intune
  token for the mobile number, so phone is left out and stays editable in
  the app. See docs/mdm-configuration.md.
-->
<dict>
    <key>host</key>
    <string>company.filecap.eu</string>
    <key>apiKey</key>
    <string>0123456789ABCDEF0123456789ABCD</string>
    <key>email</key>
    <string>{{mail}}</string>
    <key>maxDays</key>
    <integer>14</integer>
</dict>
