XCBlog is bringing all the live coverage of the developer tools announcements at #WWDC19. Apple hosts the World Wide Developer Conference (WWDC) every year to announce new products software and […]
Tag: XcodeServer
Apple’s 2FA announcement will break all Your iOS CI/CD Pipelines. How to Prepare For It
Everyone who has Apple ID might have received an email that Apple will enforce Two-Factor Authentication (2FA) starting from 27th Feb 2019. The purpose of 2FA is to add an extra layer […]
Announcing the trailer of iOS DevOps Book
Glad to announce my new adventure of writing a book on iOS DevOps which cover almost everything to deliver the quality app to AppStore. This book is aimed to solve the challenges […]
Xcode Server with Xcode 10
Xcode Server is a continuous integration service launched by Apple a few years back. In the previous post about Xcode Server and Xcode 9, we have covered most of the major […]
WWDC 2018 Wishlist for Native Developer and DevOps Tools
There is a lot of excitement about Apple’s World Wide Developer Conference (WWDC 2018) that kicks off next week on 4th June 2018. Unfortunately, we don’t have access to Apple’s […]
Apple Acquires BuddyBuild. Oh, My Xcode Server !
I didn’t expect that this will be my first blog post of 2018. On my holiday, I read the tweet that ‘Apple Buys BuddyBuild’ and It raised my eyebrow, I […]
Xcode Server + Ansible: Scalable and Programmable iOS CI/CD Infrastructure
One of the complaints about Xcode Server is it’s not scalable to be used as large-scale or enterprise level. However, if you have skills to understand and manage an infrastructure […]
Xcode Server: Enabling Code Diagnostic Tools
Xcode comes up with some cool tools that can be used to detect some crazy bugs that are hard to catch with manual or functional automated testing. The memory and […]
Xcode Server + Slack = Rockstar Combo for iOS CI/CD
Xcode Server is Continuous Integration service provide by Apple to analyse, build, test and archive iOS apps. Xcode Server has been recently inbuilt with Xcode 9, which made Continuous Integration and Continuous Delivery […]
Xcode Server: iOS Over The Air (OTA) Installation Tips
Since Apple released Xcode 9 with inbuilt Xcode Server, the process setting up Continuous Integration for iOS projects became the matter of few clicks. In my previous post on Xcode Server, […]