From 615b0aefe92fb5d7b1fae821f91eb98e3f403bfe Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 16 Aug 2021 16:09:37 -0400 Subject: QuickActions: Add new tweak --- .../QuickActionsPrefs/QASRootListController.m | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 QuickActions/QuickActionsPrefs/QASRootListController.m (limited to 'QuickActions/QuickActionsPrefs/QASRootListController.m') diff --git a/QuickActions/QuickActionsPrefs/QASRootListController.m b/QuickActions/QuickActionsPrefs/QASRootListController.m new file mode 100644 index 0000000..e781ab6 --- /dev/null +++ b/QuickActions/QuickActionsPrefs/QASRootListController.m @@ -0,0 +1,20 @@ +#import +#import "QASRootListController.h" + +@implementation QASRootListController + +-(NSArray *)specifiers +{ + if (!_specifiers) { + _specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self]; + } + + return _specifiers; +} + +-(void)openSource +{ + [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://git.cameronkatri.com/tweaks/tree/QuickActions"] options:@{} completionHandler:nil]; +} + +@end -- cgit v1.2.3-56-ge451