macOS
brew install configenlocal Homebrew formula metadata
brew
Configuration file code generator for use in Xcode projects. Version 1.1.2 via Homebrew; verified from local package data.
install
brew install configenlocal Homebrew formula metadata
overview
Configuration file code generator for use in Xcode projects
history
configen is a small Xcode-oriented configuration code generator. It reads a mapping file and one or more property-list files, then generates Swift or Objective-C configuration code for app builds.
The project was published by The App Business as ConfigGenerator, with the executable named configen. The README frames it around robust multi-environment iOS builds: developers keep per-environment values in plist files, describe expected keys and types in a .map file, and add configen as an external build step.
The release feed shows a compact lifecycle: v1.0.0 in 2017, Swift 4 and Xcode 9 compatibility soon after, Swift 4.2/Xcode 10 compatibility in 2018, array support in 2019, and a Swift 5 update in 2020.
Official installation guidance is project-local: download a release binary or build the Xcode project, copy the executable into the app repository, and wire it into Xcode schemes. The supplied Homebrew package fact shows how the same binary-oriented workflow was also made installable through a package manager.
Typical usage is configen --plist-path <plist> --hints-path <mapping-file> --class-name <output-class-name> --output-directory <output-directory>, optionally with --objective-c. It is aimed at build-time generation of typed configuration constants for multiple app environments.
configen is package-nerd relevant as a narrow, app-build helper that Homebrew turns into a repeatable CLI dependency. It is less a general configuration system than a fossil of a common iOS packaging need: typed, generated build configuration from plist-era project assets.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
<project>/Config/*.map<project>/Config/*.plistexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
configen | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/theappbusiness/ConfigGenerator
install metadata
| Package key | brew:configen |
|---|---|
| Version | 1.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/configen |
| Homepage | https://github.com/theappbusiness/ConfigGenerator |
| Repository | https://github.com/theappbusiness/ConfigGenerator |
| Upstream docs | https://github.com/theappbusiness/ConfigGenerator#readme |
| License | MIT |
| Source archive | https://github.com/theappbusiness/ConfigGenerator/archive/refs/tags/1.1.2.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | configen |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.