Ad

Our DNA is written in Swift
Jump

Category Archive for ‘Updates’ rss

Rewriting SpeakerClock in SwiftUI

When I started out developing iOS apps, 11 years ago I put several apps on the App Store. Since they became fewer and fewer as the income from them didn’t warrant updating them. Amongst those my most successful one was iWoman, which I sold in 2015. My second-most-valuable (in terms of revenue) remained my beloved SpeakerClock, the last app standing.

Read more

Kvitto 1.0.5

Following the previous release, I received word that Apple had added a new kind of sales receipt which is used for IAP testing. This release adds support for those.

Read more

Kvitto 1.0.4

Kvitto is an open source component that lets you parse Apple sales receipt files, for example to determine if the user has an active auto-renewing subscription on device.

This new release fixes an urgent issue that appeared the first time on September 24th, in iOS 14, where about half the sales receipts could not be parsed. I also added support for Swift Package Manager 2 weeks ago and had forgotten to announce the release, so there you go.

Read more

DTCoreText 1.6.25

This goes hand-in-hand with the latest update to DTFoundation, which added support for Swift Package Manager.

Changes

  • FIXED: URLs containing CJK characters are not parsed
  • FIXED: iOS 13 openURL crash
  • FIXED: References to deprecated classes
  • FIXED: Cannot parse CSS with empty font-family
  • FIXED: iOS 14 warnings
  • NEW: Swift Package Manager Support

This update has been tagged on GitHub and is available via CocoaPods.

DTCoreText 1.6.23

Hot on the heels of the previous maintenance release, which was only 3 Months ago, this one was required because Apple no longer allows Apps to contain references to UIWebView.

Read more

DTFoundation 1.7.14

Several recent pull requests, as well as an acute deprecation of UIWebView made it necessary to push out this maintenance update. Even more so, because this framework is a dependency of DTCoreText which also needs an update.

Read more

DTCoreText 1.6.22

The previous release was almost 2 years ago, and several people requested this one, so I finally got around to doing it.

Read more

BarCodeKit 1.3.2

This new release of BarCodeKit fixes an issue with iOS-compatibility and several new warnings pointed out by Xcode 9.4.

Read more

DTBonjour 1.1.3

DTBonjour also needed to be refreshed for an old codebase I was reviving. The previous release 1.1.2 was also from almost 2 years ago. The update is tagged on GitHub was well as available via Cocoapods.

Read more

DTDownload 1.1.3

In most modern projects we had moved to NSURLSession, but for a very dated codebase using DTDownload via Cococapods I needed to craft a new release which contained all the fixes for the 2 years since the version 1.1.2 release. It is tagged on GitHub and available via Cocoapods.

Read more