bump-ios-version — android bump-ios-version, community, android, ide skills, app-store, objective-c, react-native, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Perfect for iOS Development Agents needing seamless integration with CircleCI and GitHub Actions for version updates. The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.

# Core Topics

artsy artsy
[3.8k]
[592]
Updated: 3/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
43
Canonical Locale
en
Detected Body Locale
en

Perfect for iOS Development Agents needing seamless integration with CircleCI and GitHub Actions for version updates. The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.

Core Value

Empowers agents to update iOS and Xcode versions while ensuring compatibility with CircleCI and GitHub Actions, utilizing iPhone simulators and verifying version support through macOS runner images and CircleCI's image manifest, including protocols like https and file formats like json.

Ideal Agent Persona

Perfect for iOS Development Agents needing seamless integration with CircleCI and GitHub Actions for version updates.

Capabilities Granted for bump-ios-version

Verifying version support for CircleCI and GitHub Actions before making changes
Updating ios-config.json for single source of truth on project configurations
Debugging CI build failures due to incompatible Xcode or iOS versions

! Prerequisites & Limits

  • Requires access to CircleCI and GitHub Actions for version verification
  • Limited to iOS and Xcode version updates, not supporting other platforms
  • Needs to verify iPhone model compatibility for target iOS versions

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is bump-ios-version?

Perfect for iOS Development Agents needing seamless integration with CircleCI and GitHub Actions for version updates. The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.

How do I install bump-ios-version?

Run the command: npx killer-skills add artsy/eigen. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for bump-ios-version?

Key use cases include: Verifying version support for CircleCI and GitHub Actions before making changes, Updating ios-config.json for single source of truth on project configurations, Debugging CI build failures due to incompatible Xcode or iOS versions.

Which IDEs are compatible with bump-ios-version?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for bump-ios-version?

Requires access to CircleCI and GitHub Actions for version verification. Limited to iOS and Xcode version updates, not supporting other platforms. Needs to verify iPhone model compatibility for target iOS versions.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add artsy/eigen. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use bump-ios-version immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

bump-ios-version

Install bump-ios-version, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Bump iOS/Xcode Version

This skill guides you through bumping the iOS and Xcode version in Eigen.

Before You Start

Prompt the user for the target version:

  • Ask which iOS version they want to bump to (e.g., "26.2")
  • Ask which Xcode version they want to use (e.g., "26.2")
  • Ask which iPhone model to use for simulators (e.g., "iPhone 17 Pro")

Verify version support before making changes:

CircleCI Support

Check supported Xcode versions at: https://circleci.com/developer/machine/image/xcode

Currently supported versions include:

  • 26.2, 26.1.1, 26.1, 26.0.1, 26.0
  • 16.4, 16.3, 16.2

GitHub Actions Support

Check macOS runner images at: https://github.com/actions/runner-images

For macOS 15 runners, available Xcode versions include:

  • 26.2, 26.1.1, 26.0.1
  • 16.4 (default), 16.3, 16.2, 16.1, 16.0

If the requested version is not supported by both CI systems, warn the user that CI builds may fail.

iPhone Device Compatibility

Different iOS versions require specific iPhone simulator models. You must verify the iPhone model is available for the target iOS version in CircleCI's image manifest.

How to verify:

  1. Go to https://circleci.com/docs/guides/test/testing-ios/#supported-xcode-versions
  2. Find the target Xcode version row
  3. Click on "Installed software" link in the "VM Software Manifest" column
  4. In the manifest, search for the iOS version to see which iPhone simulators are available

Example compatibility (from CircleCI Xcode 26.2 manifest):

iOS VersionAvailable iPhone Models
iOS 18.xiPhone 16 Pro, iPhone 16 Pro Max, iPhone 16, iPhone 16 Plus, iPhone 16e
iOS 26.xiPhone 17 Pro, iPhone 17 Pro Max, iPhone 17, iPhone Air, iPhone 16e

Important: iOS 26 simulators require iPhone 17 series devices. Using iPhone 16 Pro with iOS 26 will fail because it's not available in the manifest.

Steps

1. Update ios-config.json (single source of truth)

Update ALL fields in ios-config.json at the project root:

json
1{ 2 "xcode_version": "<NEW_XCODE_VERSION>", 3 "ios_version": "<NEW_IOS_VERSION>", 4 "iphone_model": "<NEW_IPHONE_MODEL>", 5 "simulator_device_type": "com.apple.CoreSimulator.SimDeviceType.<DEVICE-TYPE-ID>", 6 "simulator_runtime": "com.apple.CoreSimulator.SimRuntime.iOS-<MAJOR>-<MINOR>" 7}

2. Update .circleci/config.yml (cannot read from JSON at runtime)

CircleCI pipeline parameter defaults must be static YAML values. Update these three values in the parameters section:

yaml
1parameters: 2 xcode_version: 3 type: string 4 default: "<NEW_XCODE_VERSION>" 5 simulator_version: 6 type: string 7 default: "<NEW_IOS_VERSION>"

Also update the device in the macos/preboot-simulator step of the build-test-app-ios job:

yaml
1- macos/preboot-simulator: 2 version: << pipeline.parameters.simulator_version >> 3 platform: "iOS" 4 device: "<NEW_IPHONE_MODEL>"

3. That's It!

The following files read directly from ios-config.json and need NO manual updates:

  • scripts/ci/ci-setup-export-vars (reads via jq)
  • scripts/utils/doctor.js (reads via fs.readFileSync + JSON.parse)
  • fastlane/Fastfile (reads via File.read + JSON.parse)
  • .github/actions/setup-ios-environment/action.yml (reads via jq)
  • .github/workflows/ios-e2e-maestro.yml (reads via jq)
  • ios/ArtsyTests/Supporting_Files/ARTestHelper.m (reads via NSJSONSerialization from test bundle)

Summary Checklist

  • Verify target Xcode version is supported by CircleCI
  • Verify target Xcode version is supported by GitHub Actions
  • Verify iPhone model is available for target iOS version (check CircleCI manifest)
  • Update ios-config.json
  • Update .circleci/config.yml (xcode_version, simulator_version, preboot-simulator device)

Testing (done by user)

After making changes:

  1. Push changes and verify CircleCI builds pass
  2. Verify GitHub Actions E2E tests create the simulator correctly

Related Skills

Looking for an alternative to bump-ios-version or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer