Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obocat/xcode-xlsx
xcode-xlsx is a command line tool for importing translations from a .xlsx file to iOS strings resources .strings as simple key/value pairs accordingly.
https://github.com/obocat/xcode-xlsx
command-line-tool localization-tool swift swiftpackagemanager xcode xlsx
Last synced: 2 days ago
JSON representation
xcode-xlsx is a command line tool for importing translations from a .xlsx file to iOS strings resources .strings as simple key/value pairs accordingly.
- Host: GitHub
- URL: https://github.com/obocat/xcode-xlsx
- Owner: obocat
- License: mit
- Created: 2022-05-21T17:50:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T15:29:56.000Z (12 months ago)
- Last Synced: 2023-11-30T15:32:54.225Z (12 months ago)
- Topics: command-line-tool, localization-tool, swift, swiftpackagemanager, xcode, xlsx
- Language: Swift
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcode-xlsx
**xcode-xlsx** is a command line tool for importing translations from a `.xlsx` file to iOS strings resources `.strings` as simple key/value pairs accordingly.# Installation
- **Homebrew**
```
brew install obocat/formulae/xcode-xlsx
```
- **Manual**
```
git clone https://github.com/obocat/xcode-xlsx.git .
make install
```# Usage
```
usage: xcode-xlsx infile outfile
infile: XLSX file path.
outfile: Xcode localization resource path.
```
# Requirements
- swift-tools version >= 5.3
- macOS version >= 10.11