From 9abba73ced7708b755ac4d5b118284350aed995d Mon Sep 17 00:00:00 2001 From: xz-dev Date: Fri, 2 Aug 2024 16:04:16 +0800 Subject: [PATCH] merge PipePipe and Tubular --- rules/apps/PipePipe.json | 19 +++++++------------ rules/apps/Tubular.json | 19 +++++++------------ 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/rules/apps/PipePipe.json b/rules/apps/PipePipe.json index ed430e4..450fd9e 100644 --- a/rules/apps/PipePipe.json +++ b/rules/apps/PipePipe.json @@ -1,18 +1,13 @@ { - "base_version": 1, + "base_version": 2, + "config_version": 1, "uuid": "306c9307-f126-4a2b-99f3-9b3b7151dc05", + "base_hub_uuid": "56fca689-47a7-496a-b290-8bd717c06960", "info": { - "app_name": "PipePipe", - "config_version": 1, - "url": "https://github.com/InfinityLoop1308/PipePipe" - }, - "app_config": { - "hub_info": { - "hub_uuid": "56fca689-47a7-496a-b290-8bd717c06960" - }, - "target_checker": { - "api": "android_app_package", - "extra_string": "InfinityLoop1309.NewPipeEnhanced" + "name": "PipePipe", + "url": "https://github.com/InfinityLoop1308/PipePipe", + "extra_map": { + "null": "InfinityLoop1309.NewPipeEnhanced" } } } \ No newline at end of file diff --git a/rules/apps/Tubular.json b/rules/apps/Tubular.json index c7df3ff..a10ce83 100644 --- a/rules/apps/Tubular.json +++ b/rules/apps/Tubular.json @@ -1,18 +1,13 @@ { - "base_version": 1, + "base_version": 2, + "config_version": 1, "uuid": "1d79404a-10b5-44e8-9077-07f55c76d83b", + "base_hub_uuid": "56fca689-47a7-496a-b290-8bd717c06960", "info": { - "app_name": "Tubular", - "config_version": 1, - "url": "https://github.com/polymorphicshade/Tubular" - }, - "app_config": { - "hub_info": { - "hub_uuid": "56fca689-47a7-496a-b290-8bd717c06960" - }, - "target_checker": { - "api": "android_app_package", - "extra_string": "org.polymorphicshade.tubular" + "name": "Tubular", + "url": "https://github.com/polymorphicshade/Tubular", + "extra_map": { + "null": "org.polymorphicshade.tubular" } } } \ No newline at end of file