bump

Update MARKETING_VERSION in Xcode project files via CLI.

10|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Aayush9029/homebrew-tap --skill bump-aayush9029
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump
Source: https://github.com/Aayush9029/homebrew-tap/tree/main/skills/bump
Command: npx skills add https://github.com/Aayush9029/homebrew-tap --skill bump-aayush9029

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bump MARKETING_VERSION in Xcode projects from the terminal. Use when the user needs patch/minor/major bumps or a direct version set for an app project.

Core Features & Use Cases

  • CLI-based version bump: Increment MARKETING_VERSION across an Xcode project, enabling automated release workflows.
  • Flexible bumps: Supports patch, minor, major increments or an explicit version (e.g. 2.0.0) to align with release schedules.
  • Use Case: Prepare a new app version by bumping the marketing version before a build to ensure consistent versioning across targets.

Quick Start

Run the bump command to increment the marketing version in your Xcode project.

Frequently Asked Questions about bump

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

FAQPage Schema
How do I bump the MARKETING_VERSION in an Xcode project from the terminal?

You can bump the MARKETING_VERSION in an Xcode project from the terminal by running a CLI command that updates the version across multiple project targets simultaneously.

Can I increment specific semantic versioning parts like patch or minor versions for my iOS app?

Yes, you can increment specific semantic versioning parts for your iOS app. The tool supports patch, minor, and major version increments, or you can set an exact version like 2.0.0 directly.

What is the best way to automate Xcode marketing version updates for a macOS release?

The best way to automate Xcode marketing version updates for a macOS release is using a CLI interface within automated workflows to apply incremental or exact version bumps across targets.

Does the CLI validate version formats before applying a bump to Xcode project files?

Yes, the CLI validates version formats before applying a bump to Xcode project files. It includes input validation to prevent invalid version formats from breaking your project configuration.

When do I need to update the marketing version in Xcode project files?

You need to update the marketing version in Xcode project files before a build to prepare a new app version, ensuring consistent versioning across targets to align with scheduled release cycles.

Can I set an exact app version across multiple Xcode targets instead of just incrementing?

Yes, you can set an exact app version across multiple Xcode targets instead of just incrementing. The CLI supports explicit version setting to align targets with specific release requirements.