DevOps and Continuous Delivery practices enable continuous builds deployed to our internal or beta testing platform. It’s essential to manage the version and build numbers of iOS apps. As a best […]
Author: Shashikant Jagtap
Core Data with Swift 4 for Beginners
Core Data is one of the most popular frameworks provided by Apple for iOS and macOS apps. Core data is used to manage the model layer object in our application. […]
Painless JSON Parsing with Swift Codable
Recently, JSON has become most widely used format to transfer data all over the internet. In the world of iOS development, it’s very common for the developer to work with JSON data in Swift and use […]
XCFit 7.0 Released: XCTActivity, New Xcode Templates and Multiple CI Services Support
The new version of XCFit-7.0 has been just released with some new features. XCFit already supports for Xcode 9 and Swift 4 as part of version 6.0 release. XCFit is Full Stack Protocol Oriented […]
Main Thread Checker and XCUITests with Xcode 9
Apple has released the stable version of Xcode 9 recently with loads of new features. The most of the iOS developers are saying Xcode 9 is the best release so far […]
Activating Code Diagnostics Tools on the iOS CI Server
One of the goals of having Continuous Integration setup is to find the issues or bugs early in the application development lifecycle. Sooner we detect bugs, cheaper to fix them. The […]
Announcing Winner of the 2017 Cloud iOS CI Olympics
For one week, top 5 cloud-based iOS Continuous Integration Services were involved in the Olympics competitions. The competitions have been held to evaluate the performance of each player against the […]
iOS CI Olympics-Player Five: CircleCI
Before diving into this article, make sure you take a look at the intro article on iOS CI Olympics game here. In the introductory post on iOS CI Olympics, we have selected the […]
iOS CI Olympic-Player Four: Nevercode
Before diving into this article, make sure you take a look at the intro article on iOS CI Olympics game here. In the introductory post on iOS CI Olympics, we have selected the […]
iOS CI Olympics-Player Three: TravisCI
Before diving into this article, make sure you take a look at the intro article on iOS CI Olympics game here. In the introductory post on iOS CI Olympics, we have selected the […]
