Appcast

0.2.0

Appcasts are feeds with information about software updates
slidoapp/Appcast

What's New

Appcast v0.2.0

2023-11-06T16:43:23Z

Early release of Appcast library.

Features

  • Improve appcast item parsing based on integration test
  • Filter updates using channels

Updates

  • Rewritten integration tests to be more granular

Notes

Note
Appcast library supports only addresses using https:// scheme. It cannot parse old appcast files which are using http:// or other insecure schemes.

Appcast library

Sparkle uses appcasts to get information about software updates. An appcast is an RSS feed with some extra information for Sparkle’s purposes.

About

Appcast library is a Swift package to work with Sparkle compatible appcast files.

Installation

Requires Swift 5.8.

Swift Package Manager

Add Appcast as a dependency to your project:

// Package.swift

import PackageDescription

let package = Package(
    name: "YourProjectName",
    dependencies: [
        .package(url: "https://github.com/slidoapp/Appcast.git", from: "0.2.0"),
    ]
)

License

Licensed under MIT License.
Source code is based on Sparkle 2 project.

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat May 04 2024 20:31:28 GMT-0900 (Hawaii-Aleutian Daylight Time)