Skip to content

Commit

Permalink
Moved location of Bundle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb93 committed Nov 10, 2014
1 parent 1ab7945 commit bf417b6
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CyDelete8.xm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static NSOperationQueue *uninstallQueue;

//Loads the application translation bundle and stores it locally.
static void initTranslation() {
cyDelBundle = [NSBundle bundleWithPath:@"/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle"];
cyDelBundle = [NSBundle bundleWithPath:@"/Library/Application Support/CyDelete8/CyDelete8.bundle"];
}

static bool getCFBool(CFStringRef key, bool defaultValue) {
Expand Down

This file was deleted.

0 comments on commit bf417b6

Please sign in to comment.