Apple app signing needs several pieces. You need bundle IDs, certificates, and provisioning profiles. The ASC CLI makes this process simple and fast.
You can create new bundle IDs and add capabilities like iCloud. Then generate signing certificates and download profiles. The tool also helps you rotate old assets and clean up expired ones.
A special sync feature lets you share encrypted certificates and profiles with your team. It works like a secure git repository for your signing files. This saves time and keeps everything organized.
Global
mkdir -p ~/.claude/skills/asc-signing-setupProject
mkdir -p .claude/skills/asc-signing-setupSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability