---
title: "CI/CD Integration"
description: "Automate iOS app sealing with DoveRunner Mobile App Security using Fastlane or Azure DevOps Pipelines."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

Integrate DoveRunner Mobile App Security into your iOS CI/CD pipeline to automate the SDK integration, IPA post-processing, and App Store upload steps.

The following guides are available:

<CardGrid>
  <LinkCard
    title="Fastlane Integration"
    href="./fastlane-automation-toolkit-ios/"
    description="Automate iOS sealing with Fastlane — both local and GitHub Actions setups."
  />
  <LinkCard
    title="Azure DevOps Integration"
    href="./azure-ci-cd-ios/"
    description="Set up an automated iOS sealing pipeline with Azure DevOps Pipelines."
  />
</CardGrid>