<!--
  FileCap for iOS: Jamf Pro App Configuration payload (Mobile Device Apps →
  FileCap → App Configuration → Preferences). Bundle id: com.contec.FileCap.

  $EMAIL and $PHONE come from the device's User and Location inventory
  fields. The API key is the portal's key from the admin panel
  (Configuration > Add-ins and apps > API Key) and serves all users.
  An empty variable is treated as "not delivered": that field stays
  editable on the device instead of being locked to an empty value.
  See docs/mdm-configuration.md.
-->
<dict>
    <key>host</key>
    <string>company.filecap.eu</string>
    <key>apiKey</key>
    <string>0123456789ABCDEF0123456789ABCD</string>
    <key>email</key>
    <string>$EMAIL</string>
    <key>phone</key>
    <string>$PHONE</string>
</dict>
