macOS
brew install configenlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für configen in AI-Agent-Workflows.
Installation
brew install configenlocal Homebrew formula metadata
Überblick
Configuration file code generator for use in Xcode projects
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
configen | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/theappbusiness/ConfigGenerator
Installationsmetadaten
| Paketschlüssel | brew:configen |
|---|---|
| Version | 1.1.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/configen |
| Homepage | https://github.com/theappbusiness/ConfigGenerator |
| Repository | https://github.com/theappbusiness/ConfigGenerator |
| Upstream-Dokumentation | https://github.com/theappbusiness/ConfigGenerator#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/theappbusiness/ConfigGenerator/archive/refs/tags/1.1.2.tar.gz |
| Bottle | verfügbar (auf arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.