DTBonjour simplifies the communication between client and server over Bonjour by allowing you to send any object which conforms to NSCoding. This update adds a new delegate method to inform about client disconnects. The rest is house-keeping.
Category Archive for ‘Updates’ 
Kvitto 1.0.1
Kvitto is my first Swift component. I built it to decode universal app store receipts for the purpose of purchase validation and determining subscription durations.
Somehow the podspec for Kvitto had gotten lost. So I needed to reconstruct it from the JSON version which I found in the Cocoapods specs repo. Also there was some cleanup work and experiments trying to get unit testing and code coverage for Swift working. So this is purely a housekeeping release.
DTKeychain 1.0.2
This update to DTKeychain adds the ability to use it as a dynamic framework. This nifty little component is what we use for all things required to store account information.
DTCoreText 1.6.17
This update to DTCoreText aggregates and release half a year worth of fixes. The previous update was in July 2015.
DTFoundation 1.7.9
I’m doing this year-end update for DTFoundation to not have any unreleased contributions.
DTRichTextEditor 1.6.12 + DTLoupe 1.5.8
These updates to DTRichTextEditor and DTLoupe address some tenacious crashes occurring from invalid geometry of sublayers.
DTFoundation 1.7.8
This update for DTFoundation fixes some building problems for tvOS and extensions. Also most of the work happened on DTASN1 in preparation for Kvitto, my new open source framework for reading App Store receipt files.
DTFoundation 1.7.7
This maintenance update for DTFoundation cleans up a few Xcode 7 and OCLint warnings and fixes an issue in DTSidePanelController.
DTRichTextEditor 1.6.11
I had moved DTRichTextEditor to be Open Source because I wanted bright individuals to be able to contribute to this complex component. I had hatched the plan to ask people who are using the component commercially to set a bounty for fixed issues. This is the second release where a bounty was successfully captured.
DTRichTextEditor 1.6.10
This is the first update since the project has been open-sourced. Together with the updates in all sub-modules it now supports Cocoapods frameworks and modules.