Skip to content

CaptureContext/swift-xcstrings-catalog

 
 

Repository files navigation

swift-xcstrings-catalog

CI

Library for parsing and generating xcstrings files

Table of Contents

Motivation

This fork of liamnichols/swift-localized-strings brings the following adjustments:

To match our vision for capturecontext/package-resources-cli localized strings support

Installation

Basic

You can add swift-xcstrings-catalog to an Xcode project by adding it as a package dependency.

  1. From the File menu, select Swift Packages › Add Package Dependency…
  2. Enter "https://github.com/capturecontext/swift-xcstrings-catalog" into the package repository URL text field
  3. Choose products you need to link to your project.

Recommended

If you use SwiftPM for your project structure, add swift-xcstrings-catalog dependency to your package file

.package(
  url: "https://github.com/capturecontext/swift-xcstrings-catalog.git", 
  .upToNextMinor(from: "1.0.0")
)

Do not forget about target dependencies

.product(
  name: "XCStringsCatalog", 
  package: "swift-xcstrings-catalog"
)

License

This library is released under the MIT license. See LICENSE for details.

About

A set of small libraries used for parsing localized string resources.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Swift 100.0%