Skip to content

Commit 12ed368

Browse files
committed
2.0 final release
1 parent 4e06d55 commit 12ed368

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Bootstrap.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
"$(PROJECT_DIR)",
602602
"$(PROJECT_DIR)/basebin/common/lib",
603603
);
604-
MARKETING_VERSION = "2.0-beta7";
604+
MARKETING_VERSION = "2.0";
605605
OTHER_LDFLAGS = "";
606606
PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap;
607607
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -647,7 +647,7 @@
647647
"$(PROJECT_DIR)",
648648
"$(PROJECT_DIR)/basebin/common/lib",
649649
);
650-
MARKETING_VERSION = "2.0-beta7";
650+
MARKETING_VERSION = "2.0";
651651
OTHER_LDFLAGS = "";
652652
PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap;
653653
PRODUCT_NAME = "$(TARGET_NAME)";

Bootstrap/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ void bootstrapAction()
699699
[AppDelegate addLogText:[NSString stringWithFormat:@"ERR: %@\n",str]];
700700
});
701701
if(status2 != 0) {
702-
[AppDelegate showMesage:Localized(@"Inject System Apps Failed!") title:[NSString stringWithFormat:@"code(%d)",status2]];
702+
[AppDelegate showMesage:Localized(@"Inject System Apps Failed!\n\nPlease rebuild icon cache in TrollStore and try again.") title:[NSString stringWithFormat:@"code(%d)",status2]];
703703
[AppDelegate dismissHud];
704704
return;
705705
}

sileo.deb

-6.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)