MyConfiguration.plist file
The file MyConfiguration.plist, provided in the DeploymentKitApp project, is a standard Apple XML plist file containing keynames and their allowable values. MyConfiguration.plist also refers to example string resources, settings, and images, which are contained in the DeploymentKitApp project. You can customize theMyConfiguration.plist with values that are appropriate to your customized app.
Key | Type | Possible Values |
---|---|---|
AppStartupAction | String | analysis:
url
browse: url custom: url |
DisableAddEditLibraries | Boolean | YES, NO (default NO) |
DisableAddEditGallery | Boolean | YES, NO (default NO) |
HideGallery | Boolean | YES, NO (default NO) |
HideRecentlyViewed | Boolean | YES, NO (default NO) |
HideCustomViewCloseButton | Boolean | YES, NO (default NO) |
DisableLoginPrompting | Boolean | YES, NO (default NO) |
SplashScreenDuration | Number | Any number of seconds or fraction of seconds. (default 0) |
HideAnalyisisInfo | Boolean | YES, NO (default NO) |
PopulateGalleryFromURL | String | url |
GoogleAnalyticsID | String | Set to your unique Google Analytics Identifier assigned to your Google Analytics account for your app. (The default is empty. If left empty, no tracking is done in the app you create.) |
GoogleTagManagerContainerID | String | Set to your unique Google Tag Manager Container ID for your app from your Google Tag Manager account. (The default is empty. If left empty, no tracking is done in the app you create.) |
CustomMenuItems | Array of Dictionaries | See CustomMenuItems |
CustomConnections | Array of Dictionaries | See CustomConnections |
Copyright © Cloud Software Group, Inc. ALL RIGHTS RESERVED.