<!--
  FileCap for iOS: Google endpoint management managed configuration
  (Google Admin console > Apps > Web and mobile apps > FileCap >
  Managed configurations > Add configuration). Bundle id: com.contec.FileCap.
  Requires advanced mobile management.

  The API key is the portal's key from the admin panel (Configuration >
  Add-ins and apps > API Key) and serves all users. ${user_email} is
  replaced with the user's primary Google Workspace address. Google has no
  token for the mobile number, so phone is left out and stays editable in
  the app. Everything listed here is locked on the device.
  See docs/mdm-configuration.md.
-->
<dict>
    <key>host</key>
    <string>company.filecap.eu</string>
    <key>apiKey</key>
    <string>0123456789ABCDEF0123456789ABCD</string>
    <key>email</key>
    <string>${user_email}</string>
    <key>maxDays</key>
    <integer>14</integer>
</dict>
