From 09555ffa0b4824969e0eb19166cc697db0021f27 Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Thu, 19 Sep 2024 01:50:28 +0300 Subject: [PATCH] Solara --- .../template/android_template_validation_config.yml | 9 +++++++++ .../template/flutter_template_validation_config.yml | 9 +++++++++ .../template/ios_template_validation_config.yml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/solara/lib/core/doctor/validator/template/android_template_validation_config.yml b/solara/lib/core/doctor/validator/template/android_template_validation_config.yml index 6db136b..09c38df 100644 --- a/solara/lib/core/doctor/validator/template/android_template_validation_config.yml +++ b/solara/lib/core/doctor/validator/template/android_template_validation_config.yml @@ -6,6 +6,15 @@ structure: type: directory res: type: directory + contents: + values: + type: directory + contents: + strings.xml: + type: file + validations: + - type: content_includes + value: android_config.json: type: file validations: diff --git a/solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml b/solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml index 46fc2df..45fbc96 100644 --- a/solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml +++ b/solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml @@ -6,6 +6,15 @@ structure: type: directory res: type: directory + contents: + values: + type: directory + contents: + strings.xml: + type: file + validations: + - type: content_includes + value: android_config.json: type: file validations: diff --git a/solara/lib/core/doctor/validator/template/ios_template_validation_config.yml b/solara/lib/core/doctor/validator/template/ios_template_validation_config.yml index 6db136b..09c38df 100644 --- a/solara/lib/core/doctor/validator/template/ios_template_validation_config.yml +++ b/solara/lib/core/doctor/validator/template/ios_template_validation_config.yml @@ -6,6 +6,15 @@ structure: type: directory res: type: directory + contents: + values: + type: directory + contents: + strings.xml: + type: file + validations: + - type: content_includes + value: android_config.json: type: file validations: