DuetHealth / Hexicon

Generate string definitions from code--like magic
MIT License
2 stars 0 forks source link
automatic code-generation diff incremental ios localization macos string-generation strings

Hexicon

Hexicon for painless localizations.

Usage

Installation

Swift Package Manager

Create a Package.swift file.

// swift-tools-version:5.2

import PackageDescription

let package = Package(
  name: "TestProject",
  dependencies: [
    .package(url: "https://github.com/DuetHealth/Hexicon.git", from: "1.0.0")
  ],
  targets: [
    .target(name: "TestProject", dependencies: ["Hexicon"])
  ]
)

Coming Soon: Carthage and Cocoapods

Install the tool

swift build -c release && mv .build/release/hexiconj /usr/local/bin

License

Hexicon is MIT-licensed. The MIT license is included in the root of the repository.