A command line tool for managing Xcode projects, including asset management and color conversion.
make buildgo install github.com/TBXark/xcode-tool/cmd/xct@latestRename asset files in .imageset directories to match the asset name.
xct rename-asset ./path/to/project/Assets.xcassetsFind and report unused image assets by scanning Swift files.
xct clean-asset ./path/to/project/SourcesConvert a hex color string to UIColor format.
xct hex 232323
xct hex '#FF5733'Replace UIColor(hexString:) calls with UIColor(red:green:blue:alpha:) in Swift files.
xct replace-hex ./path/to/projectxcode-tool is licensed under the MIT License. See the LICENSE file for more details.