Skip to content

Commit

Permalink
wording + starship theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 8, 2024
1 parent 434aa0e commit 2e085c4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "starship.jpg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Application/Dopamine/Jailbreak/DOBootstrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ - (void)extractBootstrap:(NSString *)path withCompletion:(void (^)(NSError *))co

- (void)prepareBootstrapWithCompletion:(void (^)(NSError *))completion
{
[[DOUIManager sharedInstance] sendLog:@"Updating BaseBin (8/12)" debug:NO];
[[DOUIManager sharedInstance] sendLog:@"Updating Basebins (8/12)" debug:NO];

// Ensure /private/preboot is mounted writable (Not writable by default on iOS <=15)
NSError *error = [self ensurePrivatePrebootIsWritable];
Expand Down
18 changes: 18 additions & 0 deletions Application/Dopamine/UI/Themes/Themes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,23 @@
<key>titleShadow</key>
<true/>
</dict>
<dict>
<key>key</key>
<string>starship</string>
<key>icon</key>
<string>AppIcon_Purple</string>
<key>name</key>
<string>Starship</string>
<key>image</key>
<string>Background_Starship.jpg</string>
<key>actionMenuColor</key>
<string>4F150C71</string>
<key>windowColor</key>
<string>6008040A</string>
<key>blur</key>
<integer>10</integer>
<key>titleShadow</key>
<false/>
</dict>
</array>
</plist>
2 changes: 1 addition & 1 deletion Application/Dopamine/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"Bypassing PAC (%@)" = "Bypassing PAC (%@) (3/12)";
"Bypassing PPL (%@)" = "Bypassing PPL (%@) (4/12)";
"Checking For Duplicate Apps" = "Checking For Duplicate Apps (12/12)";
"Updating BaseBin" = "Updating BaseBin (8/12)";
"Updating BaseBin" = "Updating Basebins (8/12)";

// Package Manager selection
"Status_Title_Select_Package_Managers" = "Select Package Manager(s)";
Expand Down

0 comments on commit 2e085c4

Please sign in to comment.