onevcat / FengNiao

A command line tool for cleaning unused resources in Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can support R.swift

yushuyi opened this issue · comments

can support R.swift

struct SwiftImageSearchRule: RegPatternSearchRule {
let extensions: [String]
let patterns = [""(.?)"", "R.image.(.?)\(\)"]
}