mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-05 12:42:50 +00:00
* Fork dealloc queue in an experiment * Fix and put back * Use the right selector * Go simpler * Clarify name * Type inference * Use CFTypeRefs like a boss * Improve comments * License header
28 lines
747 B
JSON
28 lines
747 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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|