IPSWDownloads

main

brightdigit/IPSWDownloads

IPSWDownloads

Provides a Swift-friendly API into the API for IPSW Downloads. Used by Bushel.

DocC

Twitter GitHub IPSWDownloads GitHub issues

Codecov CodeFactor codebeat badge Code Climate maintainability Code Climate technical debt Code Climate issues Reviewed by Hound

Introduction

Provides a Swift-friendly API into the API for IPSW Downloads.

Installation

Requirements

Apple Platforms

  • Xcode 15.0.1 or later
  • Swift 5.9 or later
  • iOS 17.0 / watchOS 10.0 / tvOS 17.0 / macOS 14.0 / visionOS 1.0 or later deployment targets

Linux

  • Ubuntu 20.04 or later
  • Swift 5.9 or later

Swift Package Manager

Swift Package Manager is Apple's decentralized dependency manager to integrate libraries to your Swift projects. It is now fully integrated with Xcode 11.

To integrate IPSWDownloads into your project using SPM, specify it in your Package.swift file:

let package = Package(
  ...
  dependencies: [
    .package(url: "https://github.com/brightdigit/IPSWDownloads", from: "1.0.0-beta.1")
  ],
  targets: [
      .target(
          name: "YourTarget",
          dependencies: ["IPSWDownloads", ...]),
      ...
  ]
)

If this is for an Xcode project simply import the repo at:

https://github.com/brightdigit/IPSWDownloads

Usage

Coming Soon!

Documentation

Be sure to check out the IPSW Downloads API for more details.

Roadmap

1.0.0

  • Coming Soon

License

This code is distributed under the MIT license. See the LICENSE file for more info.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Tue Apr 23 2024 07:38:25 GMT-0900 (Hawaii-Aleutian Daylight Time)