At WWDC 2017, there was an amazing talk on engineering for testability which focuses on the importance of quality of test code along with app code. The talk introduced various way […]
Author: Shashikant Jagtap
Code Signing iOS app extensions on Continuous Integration Server
Adding app extensions are the great way to place the power of app wherever users need it. Since Apple launched app extensions, it became very common to have them in […]
iOS Continuous Delivery with Fastlane and Ansible – Part 2
This is the second part of my experience at Photobox Group dealing with Continuous Deployment of iOS apps. In the previous post, we have seen that how we used Fastlane for […]
iOS Continuous Deployment with Fastlane and Ansible – Part 1
Note : This post has been published on official Moonpig Engineering blog. Read here At my previous role at Photobox Group, I have enjoyed working on DevOps practices for iOS […]
Hands-on XCUITest Features with Xcode 9
At WWDC 2017, there was a great session on What’s New in Testing which was mainly about new features of XCTest and XCUITest frameworks. The team working on developer tools at […]
BDD using XCTActivity feature of XCUITest ?
Apple has recently announced new features in XCUITest framework. One of the great feature is Activities which can be used to organise XCTest actions into human readable activities. The new protocol XCTActivity has […]
The Marriage of Github and Xcode 9 at WWDC
Finally, Xcode and Github realised that they can’t live without each other and it’s true. Since Apple made few project open-source on GitHub, more people involved and contributed to those project. […]
Xcode9 + Xcode Server = Comprehensive iOS Continuous Integration
At WWDC 2017, Apple announces something that made almost every iOS developer smile, a session on ‘What’s New in Signing for Xcode and Xcode Server‘. It’s hard to explain, how […]
Migrating XCFit to Swift 4 and Xcode 9
Apple has just released Xcode 9 with loads of new features including refactoring support. You can checkout full list of feature on Apple’s documentation What’s New in Xcode 9 but in summary […]
Ensuring Swift version using Fastlane Plugin
Apple made Swift open-source in December 2015 and since then a new version of Swift getting released frequently. In these changing environment of Swift development, it’s essential to make a sure version […]
