From d97065ca393d6cede53886ffdde44192ad2a895f Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Sat, 5 May 2018 09:48:19 -0700 Subject: [PATCH] Update configuration schema (#893) --- Schemas/configuration.json | 3 ++- Source/ASExperimentalFeatures.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Schemas/configuration.json b/Schemas/configuration.json index 4cc58ecc79..8ddb2bfb3d 100644 --- a/Schemas/configuration.json +++ b/Schemas/configuration.json @@ -16,7 +16,8 @@ "exp_graphics_contexts", "exp_text_node", "exp_interface_state_coalesce", - "exp_unfair_lock" + "exp_unfair_lock", + "exp_infer_layer_defaults" ] } } diff --git a/Source/ASExperimentalFeatures.h b/Source/ASExperimentalFeatures.h index 12ee2081f7..382415ab3b 100644 --- a/Source/ASExperimentalFeatures.h +++ b/Source/ASExperimentalFeatures.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN ASDISPLAYNODE_EXTERN_C_BEGIN /** - * A bit mask of features. + * A bit mask of features. Make sure to update configuration.json when you add entries. */ typedef NS_OPTIONS(NSUInteger, ASExperimentalFeatures) { ASExperimentalGraphicsContexts = 1 << 0, // exp_graphics_contexts