Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed Nov 2, 2017
1 parent b97572c commit 48dfd91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ Starting searching globally it can take a while
Item< func getSelectedIds [] from: AnotherFile.swift:82:0>
```

## Xcode integration
In order to integrate this to Xcode just add *Custom Build Phase/Run Script*
```~/Projects/swift-scripts/unused.rb xcode``


## Known issues:
- Fully text search (no fancy stuff)
- A lot of false-positives (protocols, functions, objc interoop, System delegate methods)
- A lot of false-negatives (text search, yep)
- A lot of false-negatives (text search, yep)

0 comments on commit 48dfd91

Please sign in to comment.