Skip to content

Commit

Permalink
merge PipePipe and Tubular
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Aug 2, 2024
1 parent 2835db6 commit 9abba73
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
19 changes: 7 additions & 12 deletions rules/apps/PipePipe.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
19 changes: 7 additions & 12 deletions rules/apps/Tubular.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 9abba73

Please sign in to comment.