iOS CI/CD

The fastest iOS CI/CD platform

Automate every step of your iOS delivery pipeline — from building and signing to TestFlight uploads and App Store publishing. Ship faster with zero manual steps.

5 min
setup time
100%
automated signing
1-click
App Store publish

Built specifically for iOS teams

Every feature is designed around the Apple ecosystem — no generic CI workarounds required.

Automated Code Signing

Auto-import certificates and provisioning profiles directly from your Apple Developer Portal. Never expire, never misconfigure.

Xcode Version Management

Pin any Xcode version per workflow. Automatic SDK and simulator runtime updates keep your pipeline current without manual intervention.

TestFlight Integration

One-click TestFlight uploads triggered automatically after a successful build. Internal and external tester groups updated instantly.

App Store Publishing

Automated App Store Connect submissions with release notes, screenshots, and phased rollout configuration — all from your pipeline.

Fastlane Compatible

Run your existing Fastlane lanes alongside Lycan workflows. Migrate gradually or use both together with full environment parity.

Apple Silicon Builders

Native M-series Mac runners deliver up to 3x faster build times versus Intel-based alternatives. Pay only for what you use.

How it works

From first commit to the App Store in four simple steps.

01

Connect your repo

Link GitHub, GitLab, Bitbucket, or Azure DevOps in under a minute. Lycan auto-detects your Xcode project structure.

02

Configure build

Choose your scheme, configuration, and Xcode version. Set branch triggers and build environment variables.

03

Manage certificates

Connect your Apple Developer Portal. Lycan auto-imports and renews certificates and provisioning profiles.

04

Ship to App Store

Push a commit. Lycan builds, signs, uploads to TestFlight, and submits to App Store Connect automatically.

Workflow as code

Define your iOS pipeline in YAML

Store your build configuration alongside your code. Version it, review it, and promote it across environments with full Git history.

  • Branch and tag trigger rules
  • Xcode version pinning per workflow
  • Automatic certificate & profile management
  • TestFlight + App Store targets
lycan.yml
# lycan.yml — iOS build & publish workflow
name: iOS Release

trigger:
  branches:
    - main
    - "release/*"

build:
  xcode_version: "16.2"
  scheme: MyApp
  configuration: Release
  platform: ios

signing:
  method: automatic
  apple_developer_portal: true
  profile_type: app-store

distribute:
  testflight:
    enabled: true
    groups:
      - internal-qa
      - beta-testers
  app_store:
    submit_for_review: false
    release_notes: "Bug fixes and performance improvements"

Ready to automate your iOS pipeline?

14-day free trial. No credit card required. Cancel anytime.