The deployment of an iOS app to iTunes Connect involves various things and it’s time-consuming and fragile activity. It’s very common practice for iOS developers use Xcode to build, test, […]
Author: Shashikant Jagtap
simctl: Control iOS Simulators from Command Line
While developing iOS apps, simulators are the best friends of developers. It’s the quick and easy way to test app while development as we can interact with iOS simulators using GUI. […]
Free Continuous Integration for open-source Swift Packages
Apple has released it’s own package manager called ‘Swift Package Manager‘ to share and distribute Swift packages. It’s a good idea to add free Continuous Integration to our open-source Swift […]
Video: Live Demo Protocol Oriented BDD in Swift for iOS Apps
Recently, I have spoken at iOSConBytes meetup, SkillsMatter, London on Full Stack BDD inside Xcode with use of XCFit framework. This talk covered live demo of following things Building a sample iOS app […]
Introducing Protocol-Oriented BDD in Swift for iOS Apps
Swift is truly protocol-oriented language. Since introduced in WWDC 2014 and open sourced in December 2015, it become one of the popular language for developing iOS application. You can watch this WWDC […]
Running XCUITests in Parallel with Fastlane and Bluepill
LinkedIn recently open-sourced Bluepill which is a tool to run iOS tests in parallel. There is a Bluepill announcement blog post on LinkedIn Engineering blog here. Bluepill wasn’t supporting Apple’s XCTest […]
Announcing the Launch of ‘XCBlog’ iOS App
Today, I am glad to announce launch of new mobile (iOS) app ‘XCBlog’ for this blog. XCBlog is already available on Web and Apple News which covers topics like Continuous […]
Top 5 Command Line Tools for iOS Developer
Xcode comes with lot of command line tools which you can find at path /Applications/Xcode.app/Contents/Developer/usr/bin each one has a specific purpose but some of them are very important in day […]
XCBlog on Apple News
Apple announced Apple News recently, to read interesting stories and share them with world. Apple news is currently available in USA, UK and Australia. I am glad to announce that my personal […]
Speed up iOS CI using Test Without Building, xctestrun and Fastlane
At WWDC 2016, there was an awesome talk on ‘Advance Testing and Continuous Integration‘ which mentioned lot of new features in the XCTest Framework, Xcode-Sever and xcodebuild command line tool. […]
