You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSString *diskEraseOperationText = [NSStringstringWithFormat:@"Device %@ (%@%@) is ready to be erased with the following properties: (partition_name: \"%@\", partition_scheme: \"%@\", filesystem: \"%@\", patch_security_checks: \"%d\").",
586
-
destinationDiskInfo.BSDName,
587
-
destinationDiskInfo.deviceVendor,
588
-
destinationDiskInfo.deviceModel,
607
+
destinationSavedDiskInfo.BSDName,
608
+
destinationSavedDiskInfo.deviceVendor,
609
+
destinationSavedDiskInfo.deviceModel,
589
610
newPartitionName,
590
611
selectedPartitionScheme,
591
612
selectedFileSystem,
@@ -600,7 +621,7 @@ - (void)writeAction {
600
621
[selfsetCurrentProgressTitle:@"Formatting the drive"];
0 commit comments