Speed up the apk reader
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-06-01 13:54:27 +08:00
parent 1a83848c2c
commit d18b33a18e
9 changed files with 52 additions and 1119 deletions

View File

@@ -158,7 +158,7 @@ public class IpaReader
}
}
}
if (!string.IsNullOrWhiteSpace(IconName))
if (string.IsNullOrWhiteSpace(IconName))
{
if (InfoPlistDict.TryGetValue("CFBundleIconFiles", out object iconFilesNode) && iconFilesNode is IList<object> iconFiles)
{