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 […]
Category: Continuous Integration
Five Killer Features of CocoaPods for iOS Development are In Transit
CocoaPods has been magical dependency managers for iOS developer so far. Very few developers understand what happens under the hood when they run pod install command. However, CocoaPods has been proved to […]
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 […]
Swift + Docker + Kubernetes = Awesome Deployments from macOS
At the moment, Kubernetes is the hottest tool in the DevOps industry for automating, managing and scaling deployments of the web apps. However, Kubernetes rarely managed to enter in the […]
2018: Biggest Shakeup in Years for iOS Release and CI/CD Process. How to Prepare for 2019
In 2018, Mobile DevOps and CI/CD world have been shaken up by some big announcements and news. These announcements are either from Apple or from the open-source communities, but these […]
GitHub Actions: Continuous Delivery of Swift Packages
GitHub is rolling out the GitHub Actions features which allow developers to automate CI/CD workflow without using any other apps. The Github Actions can be considered as GitHub’s own CI/CD […]
Full Stack iOS Continuous Delivery with xcodebuild and ExportOptions Plist
The process of uploading the iOS binary to App Store is time-consuming and boring. On top of this, Apple didn’t provide the better options to upload the binary to App […]
Five Things You Must Know About Xcode 10 New Build System
Apple released Xcode New Build System with Xcode 9 in the preview mode. It wasn’t activated by default at that time. With Xcode 10, new build system activated by default, by […]
The Fast, Furious and Flaky Continuous Integration with Xcode 10 Parallel Tests
Apple is truly investing in testing tools and technologies which is a great thing for app developers. There is no doubt that everyone appreciates their work to motivate them to keep […]
Enterprise Continuous Delivery of Mobile Frameworks at YNAP
In mobile application development, solid architectural patterns play an important role in building apps faster. Therefore, in order to assure the quality and reuse of existing code in multiple apps, […]