@@ -102,7 +102,7 @@ static void distributedNotificationCallback(CFNotificationCenterRef center,
102
102
{
103
103
NSDictionary *userInfoObject = (__bridge NSDictionary *)(userInfo);
104
104
NSString *pname = [userInfoObject objectForKey: @" name" ];
105
- [(__bridge MainViewController *)observer setStatusString: [NSString stringWithFormat: @" Extracting %@ " , pname]];
105
+ [(__bridge MainViewController *)observer setStatusString: [NSString stringWithFormat: @" Extracting Assets.car %@ " , pname]];
106
106
}
107
107
108
108
- (void )setupNotification {
@@ -270,7 +270,7 @@ - (IBAction)clickButton:(NSButton*)sender {
270
270
XMFileItem *fileItem = carArray[i];
271
271
272
272
NSString *outputPath = [existCarPath stringByAppendingPathComponent: [NSString stringWithFormat: @" car_images_%@ " , [MainViewController getRandomStringWithCount: 5 ]]];
273
- [self setStatusString: [NSString stringWithFormat: @" Processing %@ ..." , fileItem.fileName]];
273
+ // [self setStatusString:[NSString stringWithFormat:@"Processing %@ ...", fileItem.fileName]];
274
274
[self exportCarFileAtPath: fileItem.filePath outputPath: outputPath tag: nil ];
275
275
}
276
276
}
@@ -564,7 +564,7 @@ - (void)doZipFilesWithPath:(NSString*)path outputPath:(NSString*)outputPath
564
564
565
565
for (int i = 0 ; i < carArrayM.count ; ++i) {// 处理car文件
566
566
XMFileItem *fileItem = carArrayM[i];
567
- [self setStatusString: [NSString stringWithFormat: @" Processing %@ ..." , fileItem.fileName]];
567
+ // [self setStatusString:[NSString stringWithFormat:@"Processing %@ ...", fileItem.fileName]];
568
568
NSString *tag = nil ;
569
569
// ipa安装包不只1个car文件时,放在不同的文件夹
570
570
if (carArrayM.count > 1 ) {
0 commit comments