ios-project-info

Retrieve iOS project schemes, targets, simulators, and build settings via xcodebuild.

5|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/no-problem-dev/claude-code-plugins --skill ios-project-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-project-info
Source: https://github.com/no-problem-dev/claude-code-plugins/tree/main/plugins/ios-dev/skills/ios-project-info
Command: npx skills add https://github.com/no-problem-dev/claude-code-plugins --skill ios-project-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly find essential information about their iOS projects, such as available schemes, targets, simulators, and build settings, which are not directly accessible through standard Claude Code commands.

Core Features & Use Cases

  • Scheme and Target Listing: View all available build schemes and targets within an Xcode project or workspace.
  • Simulator Information: List all available simulators and identify which ones are currently running.
  • Build Settings Retrieval: Display specific build settings like Bundle ID, version numbers, and deployment targets.
  • Use Case: Before running a build or configuring a CI/CD pipeline, a developer can use this Skill to confirm the correct scheme and target are selected, and to check the PRODUCT_BUNDLE_IDENTIFIER or MARKETING_VERSION.

Quick Start

Use the ios-project-info skill to list all available Xcode schemes for the current project.

Frequently Asked Questions about ios-project-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all available Xcode schemes and targets for my iOS project?

To list available Xcode schemes and targets, you can use this Skill to execute command-line tools like xcodebuild, retrieving a full list of build configurations within your project or workspace.

Can I check which iOS simulators are currently running from the command line?

Yes, you can check running iOS simulators by using this Skill to execute xcrun commands, which will list all available simulators and identify the ones currently booted.

How do I retrieve specific build settings like PRODUCT_BUNDLE_IDENTIFIER and MARKETING_VERSION?

You can retrieve specific build settings like PRODUCT_BUNDLE_IDENTIFIER and MARKETING_VERSION by using this Skill to run xcodebuild, which displays the exact configuration values for your selected scheme and target.

Do I need a specific CI environment to inspect iOS project configurations?

No, you do not need a specific CI environment; this Skill executes standard command-line tools like xcodebuild and xcrun directly, making it suitable for local development and CI/CD pipeline setup verification.

What is the best way to confirm the correct scheme before running an iOS build?

The best way to confirm the correct scheme before building is to use this Skill to introspect your Xcode project, validating available targets and build settings to prevent configuration mismatches.