Releases: Cocoanetics/DTFoundation
Releases · Cocoanetics/DTFoundation
Version 1.7.19
Version 1.7.18
- FIXED: Enable building with bitcode
- FIXED: reduce iOS deployment target to 9
- FIXED: DTWeakSupport was sometimes not found when building as part of DTCoreText
- FIXED: [DTASN1] Due to mismatch with protocol the parser was ignoring start end end messages for context
Announcement: https://www.cocoanetics.com/2021/06/dtfoundation-1-7-18/
Version 1.7.17
Updated a syntax error in DTFoundation that would make it not build on Xcode beta
Version 1.7.16
- [DTASN1] NEW: Support for indefinite length encoding of containers
Version 1.7.15
NEW: Support for Swift Package Manager
Announcement: https://www.cocoanetics.com/2020/08/dtfoundation-1-7-15/
Version 1.7.14
- FIXED: incorrect public header location for tvOS framework
- FIXED: Nullability tags for DTReachability, NSString+DTPaths
- FIXED: Added tvOS support for DTASN1
- FIXED: Several implicit self retain warnings
- REMOVED: UIWebView helpers as this causes submission problems
Announcement: https://www.cocoanetics.com/2019/09/dtfoundation-1-7-14/
Version 1.7.13
- FIXED: DTReachability stops working when app is backgrounded
- FIXED: DTASN1Parser fails to parse date if user manually switched to 12-hour clock
- FIXED: An incorrect autorelease
- FIXED: Some problems making it non-extension friendly.
- FIXED: Linting problems in pod spec
- CHANGED: Draw DTTiledLayerWithoutFade on main thread
- CHANGED: Minimum macOS requirement is now OSX 10.8
Announcement: https://www.cocoanetics.com/2017/11/dtfoundation-1-7-13/
Version 1.7.12
- FIXED: [DTAnimatedGIF] An invalid file path causes a crash on loading
Announcement: https://www.cocoanetics.com/2017/11/dtfoundation-1-7-13/
Version 1.7.11
- FIXED: Xcode 8 build error in Runtime
- ADDED: tvOS Subsec
Announcement: https://www.cocoanetics.com/2016/09/dtfoundation-1-7-11/
Version 1.7.10
- FIXED: stringByURLEncoding returned incorrect strings with iOS 9 SDK
- FIXED: Warnings related to modular header imports
- FIXED: Compiler warnings for iOS 9
- FIXED: [DTPieProgressIndicator] now using tintColor by default
- CHANGED: Moved DTAsyncFileDeleter into separate sub spec
Announcement: ..