ios-add-file

Community

Add Swift files to Xcode projects, no GUI needed.

Authorasnar00
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables command-line workflows for iOS development by allowing you to add Swift source files to an Xcode project without opening the Xcode IDE. It automates the complex process of directly editing the project.pbxproj file, saving time and facilitating headless development.

Core Features & Use Cases

  • Headless Project Management: Programmatically updates the Xcode project file to include new Swift files, ensuring they are part of the build system.
  • UUID Generation: Handles the creation of unique identifiers required for project file entries, preventing manual errors.
  • Use Case: When generating a new Swift file from a template or another skill, use this skill to automatically integrate it into your Xcode project, ensuring it's included in the build without manual Xcode interaction.

Quick Start

Add a new Swift file named 'MyHelper.swift' to the 'NoobTest' Xcode project.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ios-add-file
Download link: https://github.com/asnar00/miso/archive/main.zip#ios-add-file

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository