LSUnusedResources
LSUnusedResources copied to clipboard
A Mac App to find unused images and resources in Xcode project.
我这边有个Swift的业务模块,抽成了Pods放在了本地,请教应该怎么找到没用到的图片
图片在plist文件的二级目录中,却被认为是没有使用过。
I have false positives because of .realm files and because I have in my project a complex concatenating algorithm: title_subtitle_category1 But I guess for that - no tool could do...
My app has the night mode, it will automatically find the image name with the suffix "_night" when the user opens night mode. So how to ignore these images? 你好,我们应用有夜间模式,会自动找到带有...
Would it be possible to have an option to ignore letter case (lowercase, uppercase, etc.)?
Any ideas on how this could be automated? Doing checks like this on every build in Xcode with warning messages etc might be overkill and a performance hog, but maybe...
在自定义bundle 中的图片怎么办
for (NSString *path in resPaths) { NSString *name = [path lastPathComponent]; if (!name.length) { continue; } NSString *keyName = [StringUtils stringByRemoveResourceSuffix:name]; if (!tempResNameInfoDict[keyName]) { BOOL isDir = NO; ResourceFileInfo *info...
https://github.com/mac-cain13/R.swift 因为swift项目管理资源使用这个库,希望可以适配一下