Skip to content

Commit

Permalink
Merge pull request tinymind#48 from pedrovieira/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
tinymind authored Oct 9, 2020
2 parents 9f9e57c + 6da9d15 commit e4599f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LSUnusedResources
A Mac App to find unused images and resources in an XCode project. It is heavily influenced by jeffhodnett‘s [Unused](http://jeffhodnett.github.io/Unused/), but Unused is very slow, and the results are not entirely correct. So I made some performance optimization, the search speed is more faster than Unused.
A Mac App to find unused images and resources in an Xcode project. It is heavily influenced by jeffhodnett‘s [Unused](http://jeffhodnett.github.io/Unused/), but Unused is very slow, and the results are not entirely correct. So I made some performance optimization, the search speed is more faster than Unused.

## Example

Expand Down Expand Up @@ -54,7 +54,7 @@ UIImage *img2 = [self createImageWithPrefix:@"icon_test" andIndex:index];
## Installation
* Download: [LSUnusedResources.app.zip](https://github.com/tinymind/LSUnusedResources/raw/master/Release/LSUnusedResources.app.zip)
* Or build and run the project using XCode.
* Or build and run the project using Xcode.
## How it works
Expand Down

0 comments on commit e4599f3

Please sign in to comment.