Generating deterministic static libraries for iOS
When generating a static library there are times you may be required to generate the same binary. This means the binary hash is equal on consecutive builds (...
When generating a static library there are times you may be required to generate the same binary. This means the binary hash is equal on consecutive builds (...
The article Configuring XCode Project Signing with xcconfig describes setting up an XCode project for manual signing with xcconfig. This article uses the sam...
Version: The project is built with XCode 11.3 on MacOS Mojave
Introduction This document describes how to jailbreak iOS 10.x with doubleH3lix
This article describes the difference between a UITableView segue from a UICollectionView segue. If you first learned the UITableView segue you will be surpi...