mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
- Followup to #1742 - At Pinterest this shipped with D516974 in late 02/2020 - As discussed in #858 this is iOS10 or later, so the runtime `gMutex_unfair` check is still necessary for Texture.
32 lines
969 B
JSON
32 lines
969 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_infer_layer_defaults",
|
|
"exp_collection_teardown",
|
|
"exp_framesetter_cache",
|
|
"exp_skip_clear_data",
|
|
"exp_did_enter_preload_skip_asm_layout",
|
|
"exp_dispatch_apply",
|
|
"exp_oom_bg_dealloc_disable",
|
|
"exp_do_not_cache_accessibility_elements",
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|