Provides a Swift-friendly API into the API for IPSW Downloads. Used by Bushel.
Provides a Swift-friendly API into the API for IPSW Downloads.
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 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
Coming Soon!
Be sure to check out the IPSW Downloads API for more details.
- Coming Soon
This code is distributed under the MIT license. See the LICENSE file for more info.