Validate @available attributes in Xcode against current deployment target
XcodeValidateAvailableAttributes is a Ruby script that validates all Swift files within your iOS Xcode project for the @available attributes against your current deployment target.
Installation & Usage
Copy the XcodeValidateAvailableSDK.rb script to ...
Posted on July 3rd, 2019
Validate JSON files in your Xcode project
XcodeValidateJson is a Ruby script that validates all JSON files within your Xcode project
Installation & Usage
Copy the XcodeValidateJson.rb script to the root of your Xcode projectCreate a New Run Script Phase and add the following
file="XcodeValid...
Posted on March 3rd, 2019
CocoaPods 101: Creating your first CocoaPod & Private Repository
Introduction
Doing a tech talk has been something I’ve wanted to do and get into for a while, and Greg Spiers who heads up NSManchester finally let me break my silence and do my first talk at December 2017’s meet up.
I’d recently done an internal com...
Posted on February 1st, 2018
CocoaPod - CBAudioPlayer
My first CocoaPod - had this little snippet laying around for a while now and thought it might be a nice little first contribution to the CocoaPod community.
A simple wrapper for AVAudioPlayer that gives you a completion handler the fires when the au...
Posted on March 26th, 2017