Xcp
Xcode utility for reading and writing pbxproj file format.
Install / Use
/learn @bannzai/XcpREADME
xcp
xcp is Xcode utility for reading and writing project.pbxproj file format.
Usage
let pbxPath = projectFilePath + "project.pbxproj"
let xcodeprojectFileUrl = URL(fileURLWithPath: pbxPath)
// Read pbxproj when create XCProject instance
let project = try XCProject(for: xcodeprojectFileUrl)
// Append for PBX Object with
// project root direcotry path,
// will append file path relative for project root directory path,
// will append project target name.
...
project.appendFilePath(
with: projectRootPath,
filePath: filePath,
targetName: targetName
)
...
// Write in pbxproj.
// If you added the PBX Object it will be reflected
try project.write()
Used in
Kuri
Kuri is code generate for iOS CleanArchitecture.
License
xcp is available under the MIT license. See the LICENSE file for more info.
Related Skills
docs-writer
99.3k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
339.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
ddd
Guía de Principios DDD para el Proyecto > 📚 Documento Complementario : Este documento define los principios y reglas de DDD. Para ver templates de código, ejemplos detallados y guías paso
