Releases: ArtSabintsev/Siren
Manifest and Podspec Changes
See 5.4.3 as this version may not work.
Manifest and Podspec Changes.
See 5.4.3 as this version may not work.
Fix to PresentationManager for certain scenarios
Fixes Scene Issue
- #325: The Siren alert no properly pops up on the first instance of multiscene app (thanks to @kisaha00)
Fixed layering AlertView issue
Another attempt to address layering AlertView issue
This release attempts to fix the iOS 13 issue around layered AlertViews. I've changed the ordering of the calls for all UIAlertAction
, pushing UIWindow
cleanup to happen earlier in the sequence.
Note, that I have not been able to faithfully reproduce this issue, so this is a shot in the dark that it will solve this issue.
Reverted hide(window:) method
In the conversion to Swift 5.1, I accidentally committed a generic-ized version of this method. The change has been reverted to its previous state.
Adds Swift 5.1 / Xcode 11 / iOS 13 Support
This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #306
Added Romanian Localization
- #302: Added Romanian localization thanks to @msalirotech
Fixed Support for Swift Package Manager
I fixed the Package.swift
so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0
).