no message

This commit is contained in:
songwei
2025-04-17 19:21:02 +08:00
parent 05e5c86982
commit 53a4a7a5fc
2 changed files with 5 additions and 1 deletions

View File

@@ -397,10 +397,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-GJLocalDigitalDemo/Pods-GJLocalDigitalDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-GJLocalDigitalDemo/Pods-GJLocalDigitalDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GJLocalDigitalDemo/Pods-GJLocalDigitalDemo-frameworks.sh\"\n";

View File

@@ -335,7 +335,7 @@
{
filePath=[filePath stringByReplacingOccurrencesOfString:@"file://" withString:@""];
NSString *unzipPath = [self getHistoryCachePath:@"unZipCache"];
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0),^{
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),^{
[SSZipArchive unzipFileAtPath:filePath toDestination:unzipPath progressHandler:^(NSString * _Nonnull entry, unz_file_info zipInfo, long entryNumber, long total) {
} completionHandler:^(NSString * _Nonnull path, BOOL succeeded, NSError * _Nullable error) {