Skip to content

Commit

Permalink
tfw adding logging causes the problem (#84) to disappear.... but for …
Browse files Browse the repository at this point in the history
…how long lol
  • Loading branch information
Samgisaninja committed Jan 16, 2020
1 parent 4212624 commit 84d39de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SuccessionRestore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"$(inherited)",
"$(PROJECT_DIR)/SuccessionRestore",
);
MARKETING_VERSION = "1.4.7~b2";
MARKETING_VERSION = 1.4.7;
PRODUCT_BUNDLE_IDENTIFIER = com.samgisaninja.SuccessionRestore;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -646,7 +646,7 @@
"$(inherited)",
"$(PROJECT_DIR)/SuccessionRestore",
);
MARKETING_VERSION = "1.4.7~b2";
MARKETING_VERSION = 1.4.7;
PRODUCT_BUNDLE_IDENTIFIER = com.samgisaninja.SuccessionRestore;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion SuccessionRestore/RestoreViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ -(void)successionRestore{
}];
[self logToFile:@"Updating UI to prepare for restore" atLineNumber:__LINE__];
[[self titleLabel] setText:@"Working, do not leave the app..."];
[[self subtitleLabel] setText:@""];
[[self subtitleLabel] setText:@"This should take less than 10 seconds."];
[[self eraseButton] setTitle:@"Restore in progress..." forState:UIControlStateNormal];
[[self eraseButton] setTitleColor:[UIColor darkGrayColor] forState:UIControlStateNormal];
[[self eraseButton] setEnabled:FALSE];
Expand Down
2 changes: 1 addition & 1 deletion Template/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.samgisaninja.successionrestore
Name: Succession
Version: 1.4.7-b2
Version: 1.4.7
Architecture: iphoneos-arm
Description: Restore without updating via rootfilesystem DMG
Maintainer: Samg_is_a_Ninja
Expand Down

0 comments on commit 84d39de

Please sign in to comment.