Build Automation

Carthage or CocoaPods: That is the question

An every mature and modern programming languages come with an official solution for code distribution to share and reuse code that has been already written. The mechanism to share, distribute and re-use the code is usually handled by the package manager. The examples of popular package managers are RubyGems for Ruby, Composer for PHP, NPM for NodeJS, Gradle for Java etc, which not only provides official Read more…

Build Automation

A History of Ruby inside iOS Development

Today, the 24th Feb marks 25th birthday of Ruby programming language since it named by Yukihiro “Matz” Matsumoto in Japan. Since released in 1993, it becomes most dynamic, easy to learn and most fashionable programming language. In the world of iOS development, Ruby has been used almost everywhere from package management, automating releases or managing Xcode projects using scripts. Why is that? What Read more…

Build Automation

iOS Code Signing: 1. Getting Started

iOS Code Signing Tutorials This is Part-1 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts in the series linked below iOS Code Signing: 1. Getting Started iOS Code Signing: 2. Certificate Signing Requests iOS Code Signing: 3. Certificates iOS Code Signing: 4. Provisioning Profiles iOS Read more…

Build Automation

iOS Code Signing: 5. Signing iOS App

iOS Code Signing Tutorials This is the final part of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts in the series linked below iOS Code Signing: 1. Getting Started iOS Code Signing: 2. Certificate Signing Requests iOS Code Signing: 3. Certificates iOS Code Signing: 4. Provisioning Read more…

Build Automation

iOS Code Signing: 3. Certificates

iOS Code Signing Tutorials This is Part-3 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts in the series linked below iOS Code Signing: 1. Getting Started iOS Code Signing: 2. Certificate Signing Requests iOS Code Signing: 3. Certificates iOS Code Signing: 4. Provisioning Profiles iOS Read more…