Skip to content

Instantly share code, notes, and snippets.

View wojtek717's full-sized avatar
👋
Hello there

Wojciech Konury wojtek717

👋
Hello there
View GitHub Profile
@shakaib-arif
shakaib-arif / README.md
Last active July 16, 2024 06:43
Azure Pipeline: iOS Application with App Extension

Pipeline: iOS Application with App Extension

Unfortunately there is not a straight forward way for the iOS application with App extension in Azure. But to make it work you'll have to do a couple of changes in the project that I'll share later.

Azure Pipeline: Xcode task

As per my recent experience to create the pipeline for such sort of application, the given xcode task from Azure is not capable to handle this case.

And I have later confirmed this from the PG team by reaching out to Azure DevOps support.