From 3724c25273356b86fd74c73b4c7b59dbaf67642b Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:13:12 +0100 Subject: [PATCH] fix: update section identifier --- .vscode/settings.json | 2 +- .vscode/tasks.json | 14 +++++++------- Settings.x | 2 +- control | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e5da864..f943e0b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ { "label": "$(tools) Make and Copy", "task": "Make and Copy Gonerino", - "tooltip": "Make and copy Gonerino.dylib" + "tooltip": "Make and copy Gonerino" } ], } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6aece85..74ca4b2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,7 +7,7 @@ "command": "zsh", "args": [ "-c", - "make && cp .theos/obj/debug/Gonerino.dylib ~/Library/Mobile\\ Documents/com~apple~CloudDocs/Gonerino.dylib" + "make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless && cp ./packages/dev.adrian.gonerino_*arm64.deb ~/Library/Mobile\\ Documents/com~apple~CloudDocs/" ], "problemMatcher": { "owner": "cpp", @@ -24,12 +24,12 @@ "kind": "build", "isDefault": true }, - "presentation": { - "panel": "shared", - "showReuseMessage": false, - "clear": true, - "close": true - } + "presentation": { + "panel": "shared", + "showReuseMessage": false, + "clear": true, + "close": true + } } ] } diff --git a/Settings.x b/Settings.x index 3dece18..1ccaf51 100644 --- a/Settings.x +++ b/Settings.x @@ -8,7 +8,7 @@ #import "ChannelManager.h" #define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil] -static const NSInteger GonerinoSection = 200; +static const NSInteger GonerinoSection = 2002; @interface YTToastResponderEvent : NSObject + (instancetype _Nonnull)eventWithMessage:(NSString * _Nonnull)message diff --git a/control b/control index b1df7e8..31b0bf1 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: dev.adrian.gonerino Name: Gonerino -Version: 0.2.0 +Version: 0.2.1 Architecture: iphoneos-arm Description: Remove videos uploaded by specific channels Maintainer: Adrian Castro