agentsclimarketplace

Ios deployment

Skill ComeOnOliver/skillshub/skills/HoangNguyen0403/agent-skills-standard/ios-deployment

Standards for Provisioning, Signing, and Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane. (triggers: Fastfile, Appfile, Matchfile, ios_bundle_id, provisioning_profile, testflight)From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill ios-deployment

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 239 tokens by cl100k_base, as published. Nobody here has run it

iOS Deployment Standards

Priority: P1

Implementation Guidelines

Signing & Provisioning

  • Match: Use fastlane match for centralized certificate and profile management. Avoid manual signing where possible.
  • Project Settings: Explicitly set PROVISIONING_PROFILE_SPECIFIER in build settings if using manual/CI.

CI/CD (Fastlane)

  • Fastfile: Script your build, test, and release flows. Use lanes for beta (TestFlight) and release (App Store).
  • Versioning: Automate build number increments using increment_build_number.

TestFlight

  • Internal Testers: Automate uploads to TestFlight for every successful merge to the staging branch.
  • Export Compliance: Automate the export compliance setting in Info.plist or Fastlane to avoid metadata pauses.

Anti-Patterns

  • No manual identities on CI: Use Match.
  • No certs in repo: Use a private git repo for Match certificates.
  • No manual version bumps: Use Fastlane increment tools.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.