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 […]
Tag: Swift
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, […]
Automated iOS Code Reviews with SwiftLint and Danger at YNAP
At Yoox Net-A-Porter(YNAP), we use Swift for building iOS apps. Swift is a modern, fast and type-safe programming language. In the iOS app development, getting an instant feedback on Swift […]
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 […]
Working with iOS App Metadata from Linux using Transporter
Apple has announced new AppStore Connect API at WWDC18 to comunicate directly with App Store. In order to know more about these API, refer previous blog post. This was clearly […]
WWDC18: Modern Tips for Optimising Swift Build Time in Xcode 10
With Xcode 10, there are some big enhancements in the performance and developer productivity while building Swift projects. The build times are boring and might distract developers if builds are […]
WWDC18: What’s New in Code Coverage, XCTest and XCUITest
At WWDC18, there was a session on What’s New in Testing describing new features in Code Coverage, XCTest, and XCUITests. It was presented by the Honza and Ethan. This session consists […]
WWDC18: Create ML-Complete Machine Learning in Swift
Apple announced Core ML framework for the machine learning in last year WWDC17. The idea behind the Core ML framework was to get the trained machine learning model which was […]