From 829621cd4b2a4a182134a9cd8ddb3da5e4d3c1cd Mon Sep 17 00:00:00 2001 From: Gilbert Gilb's Date: Thu, 31 Mar 2022 18:21:05 +0200 Subject: [PATCH] Add summary and description of the app through Fastlane. As requested by F-Droid maintainers for inclusion: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_896286679 See #41 --- fastlane/metadata/en-US/full_description.txt | 4 ++++ fastlane/metadata/en-US/short_description.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 fastlane/metadata/en-US/full_description.txt create mode 100644 fastlane/metadata/en-US/short_description.txt diff --git a/fastlane/metadata/en-US/full_description.txt b/fastlane/metadata/en-US/full_description.txt new file mode 100644 index 0000000..b2cc8a2 --- /dev/null +++ b/fastlane/metadata/en-US/full_description.txt @@ -0,0 +1,4 @@ +This app is not officially supported by Magisk or its developers. + +The modules shown in this app are not affiliated with this app. Please contact +repo owners instead. diff --git a/fastlane/metadata/en-US/short_description.txt b/fastlane/metadata/en-US/short_description.txt new file mode 100644 index 0000000..7a9bd1f --- /dev/null +++ b/fastlane/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +A module manager for Magisk because the official app dropped support for it.