Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 690 Bytes

File metadata and controls

22 lines (14 loc) · 690 Bytes

ScannerString

A powerful Swift string scanning tool that helps you analyze and manage strings in your Swift projects.

Features

  • Scans Swift source files for string literals and regular expressions
  • Identifies localized strings (NSLocalizedString)
  • Provides detailed location information for each string (file, line, column)
  • Concurrent file scanning for improved performance
  • JSON, csv, .strings, .xcstrings output format for easy integration with other tools
  • Excludes common directories like Pods, Carthage, Tests, etc.

Requirements

  • Swift 5.0+
  • macOS 10.15+

License

This project is licensed under the MIT License - see the LICENSE file for details.