SYNTAX mfpdev app config [ []] | [--list|-l] DESCRIPTION Configures application-specific settings. Specify the --list option to display a list of available settings for the current app. The settings vary by platform. You must be in the root directory of your project, or one of its subdirectories. The settings are configured in the following client properties files, depending on your type of app: Cordova - /config.xml iOS native - /mfpclient.plist Android native - /app/src/main/assets/mfpclient.properties Windows native (Windows 10 UWP and Windows 8.1) - /strings/mfpclient.resw Note: If your Windows 8.1 native project contains both Windows 8.1 desktop and Windows Phone 8.1, two client properties files exist and are updated: Windows Phone 8.1 - /WindowsPhone/strings/mfpclient.resw Windows 8.1 desktop - /Windows/strings/mfpclient.resw OPTIONS : The application setting to be configured. If no is specified, the command returns the current value for the setting. : A value to assign to the specified setting. [--list|-l]: Lists and describes the valid settings for the current project. Use this option to display a list and explanation of the settings that are applicable to your app, for use in direct mode. For more information on settings and values, run 'mfpdev app config --list' or see "Configuring the application from the CLI" in the IBM Knowledge Center. EXAMPLES Interactive Mode: $ mfpdev app config Prompts you for the settings to change. Use the up and down arrow keys to move among selections and press the Enter key to select. Direct Mode: $ mfpdev app config language_preferences Displays the currently set language preference. $ mfpdev app config language_preferences en Sets the language preference to English. $ mfpdev app config ios_security_ignore_file_extensions jpg,gif Specifies that files with extensions jpg and gif should be ignored when testing the web resources checksum for Cordova applications that include the iOS platform.