Skip to content

Appcasts are feeds with information about software updates

License

Notifications You must be signed in to change notification settings

slidoapp/Appcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.