Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (11 loc) · 775 Bytes

CHANGELOG.md

File metadata and controls

23 lines (11 loc) · 775 Bytes

Changelog

All notable changes to this project will be documented in this file.

Fixed a bug related to UITabBarController that was causing navigation not to work properly.

Removed support for older versions than iOS 11.0 since Xcode 12 was complaining about SwiftUI in armv7.

Removed unused Combine import that caused the project not to work with earlier versions than iOS 13.0. Removed support for iOS 8.0 since this was causing a warning.

Initial version.