rohanbimalraj / FontEnum

FontEnum is an example project showcasing the capabilities of Swift Package Plugins, specifically focusing on Build Tool Plugins. This project demonstrates how to automate the generation of type-safe font enums for custom fonts in iOS and macOS applications during the build process.

Repository from Github https://github.comrohanbimalraj/FontEnumRepository from Github https://github.comrohanbimalraj/FontEnum

FontEnum

This repository contains an example Swift Package created as part of the tutorial: Swift Package Plugins: Part 2 — Build Tool Plugins. The purpose of this project is to demonstrate how to create and use a Build Tool Plugin to automate the generation of a Swift enum for custom font names in your project.

About

FontEnum is an example project showcasing the capabilities of Swift Package Plugins, specifically focusing on Build Tool Plugins. This project demonstrates how to automate the generation of type-safe font enums for custom fonts in iOS and macOS applications during the build process.

License:MIT License


Languages

Language:Swift 100.0%