Skip to content

Instantly share code, notes, and snippets.

View shakaib-arif's full-sized avatar
🎯
Focusing

Shakaib Arif shakaib-arif

🎯
Focusing
View GitHub Profile
@shakaib-arif
shakaib-arif / Free.README.md
Last active September 14, 2022 18:03
DevOps learning resources

Free DevOps learning resources

This is not a sponsored list of resources but rather my recommendation, to anyone looking for free resources. In order to learn DevOps related tools & technologies. Thank you!

YouTube

  • [Tech World with Nana][TechWorldwithNana]
  • [Kode Kloud][KodeKloud]
  • [A Cloud Guru][ACG]
  • [John Savill][JohnSavill]
@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.