Skip to content

Releases: ArtSabintsev/Siren

Code Simplification

21 Dec 16:25
Compare
Choose a tag to compare

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

21 Dec 15:31
Compare
Choose a tag to compare

#357, #358: The resource bundle now properly loads when installing Siren via Swift Package Manger (minimum v5.3).

Augmented AppStoreCountry

23 Nov 01:30
Compare
Choose a tag to compare

#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

22 Nov 04:43
Compare
Choose a tag to compare

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

22 Nov 02:40
Compare
Choose a tag to compare

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

31 Oct 12:44
Compare
Choose a tag to compare
  • #351: Removed old UI code that may not have been working properly (thanks to @giofid for bringing this to my attention)
  • Updated base support from 9.0 to 10.0

Fixed Scene Issue

31 Oct 12:46
Compare
Choose a tag to compare
  • #348: Fixes iOS 14 presentation issue

System + Siren Notification issue Resolved

21 Jul 00:17
Compare
Choose a tag to compare

Thanks to @iKefir for his solution in #342 that fixes an issue with the after-effects of the Siren AlertController interfering with system AlertControllers.

Addresses: #335, #338, #341, #342.

Updated Manifest Files

13 Jun 20:05
Compare
Choose a tag to compare

Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.

Manifest and Podspec Changes (Third Attempt)

12 Jun 16:31
Compare
Choose a tag to compare

App installs again via all dependency managers.