-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added iPad layout support Added Slide Over support Added proper support for nested URLs eg: `tweaks:root=<IDENTIFIER>/<NESTED_IDENTIFIER>` Added options menu for a few basic settings Added Changelog and Version check
- Loading branch information
1 parent
da87e77
commit 3dd6925
Showing
34 changed files
with
1,293 additions
and
300 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Frameworks/Preferences.framework/Headers/PSListItemsController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#import <UIKit/UIViewController.h> | ||
#import <Preferences/PSListController.h> | ||
|
||
@class PSSpecifier; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
#import <UIKit/UINavigationController.h> | ||
|
||
@class PSListController; | ||
@class PSViewController; | ||
|
||
@interface PSRootController : UINavigationController | ||
|
||
- (instancetype)initWithTitle:(NSString *)title identifier:(NSString *)identifier; | ||
|
||
- (void)handleURL:(id)url ; | ||
- (void)pushController:(PSListController *)controller; // < 3.2 | ||
- (void)pushController:(PSViewController *)controller; // < 3.2 | ||
- (void)suspend; | ||
- (void)setSupportedInterfaceOrientations:(NSUInteger)orientations; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Created by Dana Buehre on 11/21/21. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <Preferences/PSListController.h> | ||
|
||
|
||
@interface TSChangelogController : PSListController | ||
|
||
@end |
Oops, something went wrong.