option(
        'profile',
        type: 'combo',
        choices: [
                'default',
                'development'
        ],
        value: 'default'
)
option('sized-app-icon', type: 'boolean', value: true)
