mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
* Add an experimental framesetter cache in ASTextNode2, and stop keeping framesetters around * Update configuration schema * Fix imports * Fix import again and remove set statement
30 lines
839 B
JSON
30 lines
839 B
JSON
{
|
|
"id": "configuration.json",
|
|
"title": "configuration",
|
|
"description" : "Schema definition of a Texture Configuration",
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"version" : {
|
|
"type" : "number"
|
|
},
|
|
"experimental_features": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"exp_graphics_contexts",
|
|
"exp_text_node",
|
|
"exp_interface_state_coalesce",
|
|
"exp_unfair_lock",
|
|
"exp_infer_layer_defaults",
|
|
"exp_network_image_queue",
|
|
"exp_dealloc_queue_v2",
|
|
"exp_collection_teardown",
|
|
"exp_framesetter_cache"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|