ios-release

Automate iOS app versioning, building, archiving, and TestFlight distribution.

232|8|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/decentpaste/decentpaste --skill ios-release-decentpaste
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-release
Source: https://github.com/decentpaste/decentpaste/tree/main/.claude/skills/ios-release
Command: npx skills add https://github.com/decentpaste/decentpaste --skill ios-release-decentpaste

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tauri, xcode, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, archiving, and preparing iOS apps for TestFlight and App Store distribution, ensuring smooth release management.

Core Features & Use Cases

  • Build and Archive: Automates the build and archiving process for iOS apps.
  • Version and Build Number Management: Handles version bumping and build number configuration.
  • Xcode Archiving: Generates Xcode archives ready for submission.
  • TestFlight and App Store Upload: Guides users through the upload process to TestFlight and App Store.
  • Use Case: Ideal for developers who need to regularly push updates to their iOS apps and want to ensure a smooth release process.

Quick Start

To prepare your iOS app for release, run the ios-release skill and follow the prompts to update version numbers, build the app, and archive it for submission.

Frequently Asked Questions about ios-release

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

FAQPage Schema
How do I automate iOS app archiving and TestFlight uploads?

Automating iOS app archiving and TestFlight uploads involves using a release management script to handle version bumping, generate Xcode archives, and prepare the app for distribution to TestFlight and the App Store.

What do I need to prepare iOS releases for the App Store?

Preparing iOS releases for the App Store requires Tauri and Xcode as build dependencies, plus Git for version control to automate version bumping and generate Xcode archives ready for submission.

Can I manage version and build numbers automatically when releasing an iOS app?

Managing version and build numbers automatically when releasing an iOS app is possible through a release management skill that handles version bumping and build number configuration prior to archiving in Xcode.

Does this iOS release workflow work with Tauri applications?

This iOS release workflow supports Tauri applications, using Tauri and Xcode together to automate building, archiving, and distributing your iOS app to TestFlight and the App Store.

What is the best way to push iOS app updates to TestFlight regularly?

Regularly pushing iOS app updates to TestFlight is best achieved by automating the release process, which handles version bumping, Xcode archiving, and upload preparation for TestFlight and the App Store.

Why does my iOS release archive fail during the build process?

An iOS release archive failure during the build process often stems from missing or misconfigured Tauri and Xcode build dependencies, or unresolved Git version control issues during the automated version bumping phase.