Releases: ArtSabintsev/Siren
Releases · ArtSabintsev/Siren
Code Simplification
I simplified the code in Bundle+Extension.swift around the change made in Swift 5.7.0.
Fixed Resources Bundle for Swift Package Manager 5.3
Augmented AppStoreCountry
#355: Thanks to @hkellaway for adding a couple more countries that were missing from his #352 PR which added support for type safe App Store declarations. Specifically, Korea and The Maldives were added.
Project Architecture Changes
This is a version bump that only affects folks using SPM. This change results in less metadata files being brought into an installation now that the architecture of this repo has changed.
Added AppStoreCountry Structure
I took the time to cleanup the repository a bit prior to this release.
Notable changes (not related to the repo cleanup):
- #352: Thanks to @hkellaway's work, these is now explicit, type-safe support for every country that Apple has an App Store in. Checkout AppStoreCountry.swift
- Updated the minimum version to iOS 11
- Removed support for Carthage
Removed Old UI Code
Fixed Scene Issue
- #348: Fixes iOS 14 presentation issue
System + Siren Notification issue Resolved
Updated Manifest Files
Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.
Manifest and Podspec Changes (Third Attempt)
App installs again via all dependency managers.