From 4a9b08ea4701a447d369780cdd1553913b61638e Mon Sep 17 00:00:00 2001 From: Micah Engle-Eshleman Date: Thu, 15 Dec 2022 15:52:50 -0500 Subject: [PATCH] List changes in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 633a53b..6fe4184 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # SwiftAudioPlayer +**Temporary fork of [tanhakabir/SwiftAudioPlayer](tanhakabir/SwiftAudioPlayer)** with the following changes: +- Fix iOS 16 crash - merge [PR #175 (Kuama-IT:fix-ios-16-crash)](https://github.com/tanhakabir/SwiftAudioPlayer/pull/175) +- Fix duration while streaming - merge [PR #155 HKdAlex:SwiftAudioPlayer:master](https://github.com/tanhakabir/SwiftAudioPlayer/pull/155) +- Fix skip backwards - merge [PR #179 (pietrorea:handleSkipBackward)](https://github.com/tanhakabir/SwiftAudioPlayer/pull/179) +- Add a helper function for getting URLs of all saved audio files + +Used by the [Adblock Podcast iOS app](https://www.adblockpodcast.com/) (coming to the app store soon). + +--- + [![Version](https://img.shields.io/cocoapods/v/SwiftAudioPlayer.svg?style=flat)](https://cocoapods.org/pods/SwiftAudioPlayer) [![License](https://img.shields.io/cocoapods/l/SwiftAudioPlayer.svg?style=flat)](https://cocoapods.org/pods/SwiftAudioPlayer) [![Platform](https://img.shields.io/cocoapods/p/SwiftAudioPlayer.svg?style=flat)](https://cocoapods.org/pods/SwiftAudioPlayer)