SkillAgentSearch skills...

SwiftGenKit

The framework behind SwiftGen, responsible for parsing various resources and turn them into Stencil contexts

Install / Use

/learn @SwiftGen/SwiftGenKit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

:warning: Deprecated :warning:

This repository has been merged into the main SwiftGen repository.

SwiftGenKit

CircleCI CocoaPods Compatible Platform Swift 3.0

This is the framework behind SwiftGen, responsible for parsing various resources and turning them into Stencil contexts.

Context

This framework contains various resource parsers (especially parsers for images, Localizable strings files, fonts, color palettes, storyboards, …) which are responsible for providing a dictionary representation of those resources suitable to be used by a template engine like Stencil.

The goal of this framework is to be used by Code Generation tools like SwiftGen to turn those resources into some internal representation that can then be used to generate custom code from it.

Documentation

Each parser provided by this framework has a corresponding documentation file explaining the expected input and the format of the generated output, so you can know how to exploit it:

Contributing

Please check the CONTRIBUTING file for guidelines on how to contribute to this repository.

During development, should you make changes to the code generating context, you can re-generate all the context files instead of modifying them manually. Use either of these methods:

  • In Xcode, select the "Generate Contexts" scheme and run the tests
  • From Terminal, execute rake generate_contexts

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks7

Languages

Swift

Security Score

70/100

Audited on Jan 28, 2023

No findings