Skip to content

Commit

Permalink
fix: update section identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Oct 29, 2024
1 parent b536c03 commit 3724c25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
}
14 changes: 7 additions & 7 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
}
]
}
2 changes: 1 addition & 1 deletion Settings.x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3724c25

Please sign in to comment.