-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44acd0b
commit cd996d0
Showing
9 changed files
with
44 additions
and
37 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#import "ToneHelper.h" | ||
#import "JFTHHeaders.h" | ||
#import "JFTHRingtoneImporter.h" | ||
|
||
#import <objc/runtime.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,7 +1,7 @@ | ||
Package: fi.flodin.tonehelper | ||
Name: ToneHelper | ||
Depends: mobilesubstrate, ws.hbang.common (>= 1.12) | ||
Version: 0.2.7 | ||
Version: 0.2.8 | ||
Architecture: iphoneos-arm | ||
Description: Automatically adds ringtones from Audiko to device | ||
Maintainer: Jesper Flodin <[email protected]> | ||
|
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,32 @@ | ||
#import <Foundation/Foundation.h> | ||
#import <UIKit/UIKit.h> | ||
#import <Preferences/PSListController.h> | ||
#import <Preferences/PSSpecifier.h> | ||
|
||
//libcephei prefs headers we need | ||
#import <CepheiPrefs/HBTintedTableCell.h> | ||
#import <CepheiPrefs/HBRootListController.h> | ||
#import <CepheiPrefs/HBLinkTableCell.h> | ||
#import <CepheiPrefs/HBTwitterCell.h> | ||
#import <CepheiPrefs/HBImageTableCell.h> | ||
#import <CepheiPrefs/HBPackageNameHeaderCell.h> | ||
#import <CepheiPrefs/HBSupportController.h> | ||
|
||
#import <SafariServices/SFSafariViewController.h> | ||
#import <TechSupport/TechSupport.h> | ||
|
||
#import "../Log.h" | ||
|
||
@interface NSTask : NSObject | ||
|
||
- (id)init; | ||
- (void)launch; | ||
- (void)setArguments:(id)arg1; | ||
- (void)setLaunchPath:(id)arg1; | ||
- (void)setStandardOutput:(id)arg1; | ||
- (id)standardOutput; | ||
|
||
@end | ||
|
||
@interface PSEditableListController : PSListController | ||
@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