Structure of File Containing List of Published Objects

The default file that contains the list of published objects is named <mobile application identifier>.xml and is stored in the folder <path to the folder with installed Foresight Analytics Platform>/Mobile/Pub/.

This file has the following structure:

<plist version="1">
  <dict>
    <key>Repository</key>
    <dict><!--Description of mobile application container -->
      <key>version</key>
      <string>1</string>
      <key>key</key>
      <string>844698</string>
      <!-- Key -->
      <key>objId</key>
      <string>MOBILE_APP</string>
      <!--Identifier-->
      <key>Contents</key>
      <array>
        <dict><!--Description of an object included into mobile application container -->
          <key>name</key>
          <string>World Development Indicators for OLAP world</string>
          <!-- Object name-->
          <key>type</key>
          <string>CUBE</string>
          ...
        </dict>
      </array>     </dict>   </dict> </plist>

See also:

Purpose and Main Features: Plist