Siren Versions Save

Notify users when a new version of your app is available and prompt them to upgrade.

5.7.1

3 years ago

I simplified the code in Bundle+Extension.swift around the change made in Swift 5.7.0.

5.7.0

3 years ago

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

5.6.2

3 years ago

#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.

5.6.1

3 years ago

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.

5.6.0

3 years ago

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

5.5.0

3 years ago
  • #348: Fixes iOS 14 presentation issue

5.5.1

3 years ago
  • #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

5.4.5

3 years ago

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.

5.4.4

3 years ago

Updated Package.swift and Podspec files to resolve https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/399.

5.4.3

3 years ago

App installs again via all dependency managers.