Unused icon indicating copy to clipboard operation
Unused copied to clipboard

A Mac app for checking Xcode projects for unused resources

Results 9 Unused issues
Sort by recently updated
recently updated
newest added

Fix issue with images names that do not having file extensions not coming up in the results. I.e [UIImage imageNamed:@"some_image_name"] not being checked as it does not have a file...

Problem: for filename in `find %@ -name '*.%@'`; do cat $filename 2>/dev/null | grep -o %@ ; done The for filename part will separate file names by the space character,...

from tiwtter: @ScottDavisRVA it might prove useful to also be able to find class files that go unreferenced. Possibly even unused methods as well.

enhancement

in Images.xcassets, there is different name between Images.xcassets and image ...

crash message --- Process: Unused [59136] Path: /Users/USER/Library/Developer/Xcode/DerivedData/Unused-beclpkhgtkonvkbgvtcdwhquktce/Build/Products/Debug/Unused.app/Contents/MacOS/Unused Identifier: com.jeffhodnett.Unused Version: 1.1 (1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Unused [59136] User ID: 501 Date/Time: 2015-11-03 17:51:42.117...

I have the following project structure: Project/ - Images/ - Project/*.(m|h|xib) - Project.xcodeproj The folder that I set in Unused is top-level Project folder. It finds for example album_photo_bg.png which...

Say you pull in a third party framework (eg. KIF) that has image resources for a tutorial page. These aren't ever compiled in to the app, but they show up...

enhancement