Skip to content

Commit

Permalink
[Home] Update utility source for Electra to Chimera Repo
Browse files Browse the repository at this point in the history
Two things:
- Closes zbrateam#1997
- Renames the Odyssey Repo name for Odyssey to align with what the Taurine name
  is (as well as what the repo is named as of now)
  • Loading branch information
TheMasterOfMike authored and kirb committed Dec 11, 2022
1 parent 7f775e4 commit 22acf4d
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,18 @@ - (NSArray *)utilitySources {
[result addObject:dict];

NSDictionary *dict2 = @{@"type": @"utility",
@"name": @"Odyssey",
@"name": @"Odyssey Repo",
@"url" : @"https://repo.theodyssey.dev/",
@"icon": @"https://repo.theodyssey.dev/CydiaIcon.png"};
[result addObject:dict2];
}
else if ([ZBDevice jailbreak] == ZBJailbreakChimera) {
else if ([ZBDevice jailbreak] == ZBJailbreakChimera || [ZBDevice jailbreak] == ZBJailbreakElectra) {
NSDictionary *dict = @{@"type": @"utility",
@"name": @"Chimera",
@"name": @"Chimera Repo",
@"url" : @"https://repo.chimera.sh/",
@"icon": @"https://repo.chimera.sh/CydiaIcon.png"};
[result addObject:dict];
}
else if ([ZBDevice jailbreak] == ZBJailbreakElectra) { // electra
NSDictionary *dict = @{@"type": @"utility",
@"name": @"Electra's iOS Utilities",
@"url" : @"https://electrarepo64.coolstar.org/",
@"icon": @"https://electrarepo64.coolstar.org/CydiaIcon.png"};
[result addObject:dict];
}
else if ([ZBDevice bootstrap] == ZBBootstrapProcursus) { // Unknown JB but it has procursus
NSDictionary *dict = @{@"type": @"utility",
@"name": @"Procursus",
Expand Down

0 comments on commit 22acf4d

Please sign in to comment.