Posts tagged with ‘Objective-C’

  • The Xcode 11 and Swift Package Combo Platter

    September 12, 2019

    Since the Swift Package Manager (Swift PM or SPM) was introduced in late 2015 it has seemed like a natural fit for Xcode and SPM packages to work well together at some point in the future. At WWDC 2019, Apple announced that future was arriving in Xcode 11.

  • Breakpoints Recap WWDC 2014

    June 11, 2014

    There was no WWDC ticket for me this year, but it was still a very enjoyable and busy week for James Dempsey and the Breakpoints. Here are some of the highlights from last week in San Francisco.

  • New Breakpoints Song at Renaissance!

    January 7, 2013

    James Dempsey and the Breakpoints will be debuting a new song at the Renaissance conference later this month. The song will be part of a noon performance on Wednesday, January 23rd, which will include old favorites along with the new single.

  • Moving to new Objective-C literals

    July 30, 2012

    Last week, I moved one of my projects over to use the new Objective-C literals for NSNumber, NSArray and NSDictionary as well as the new syntax for boxing expressions into NSNumber and NSString objects.  Here are a few comments on how it went.