Commit 2173bf7 1 parent de3c0b4 commit 2173bf7 Copy full SHA for 2173bf7
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Allows to easily find unused resources in XCode project.
14
14
- If it's ` .m ` file, the script searches ` [UIImage imageNamed:@"imageName"] ` & ` [UIImage imageNamed:@"imageName.extension"] ` occurences;
15
15
- If it's ` .xib ` /` .storyboard ` file, the script searches ` image="imageName" ` & ` image="imageName.extension" ` occurences;
16
16
4 . If the script could find unused image in these files, it prints them in a good-looking way:
17
- ![ Result] ( https://i.imgur.com/8dL37RJ .png )
17
+ ![ Result] ( https://i.imgur.com/HFISKQM .png )
18
18
19
19
## Installation
20
20
The easiest way to install Taza is using Swift Package Manager:
33
33
34
34
To Do:
35
35
-------
36
- - [ ] Pluralize and singularize logs
37
36
- [ ] List files
38
37
- [ ] List resources
39
38
- [ ] Removing images
You can’t perform that action at this time.
0 commit comments