diff --git a/README.md b/README.md index 2efc6cd4f..40989e1be 100644 --- a/README.md +++ b/README.md @@ -775,18 +775,19 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git *File management, file browser, zip handling and file observers.* -- [FileKit](https://github.com/nvzqz/FileKit) - Simple and expressive file management in Swift. -- [Zip](https://github.com/marmelroy/Zip) - Swift framework for zipping and unzipping files. -- [FileBrowser](https://github.com/marmelroy/FileBrowser) - Powerful Swift file browser for iOS. +- [AMSMB2](https://github.com/amosavian/AMSMB2) - Swift framework to connect SMB 2/3 shares for iOS. +- [AppFolder](https://github.com/dreymonde/AppFolder) - AppFolder is a lightweight framework that lets you design a friendly, strongly-typed representation of a directories inside your app's container. - [Ares](https://github.com/indragiek/Ares) - Zero-setup P2P file transfer between Macs and iOS devices. +- [FileBrowser](https://github.com/marmelroy/FileBrowser) - Powerful Swift file browser for iOS. +- [FileExplorer](https://github.com/Augustyniak/FileExplorer) - Powerful file browser for iOS that allows its users to choose and remove files and/or directories. +- [FileKit](https://github.com/nvzqz/FileKit) - Simple and expressive file management in Swift. - [FileProvider](https://github.com/amosavian/FileProvider) - FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS/tvOS and macOS. - [KZFileWatchers](https://github.com/krzysztofzablocki/KZFileWatchers) - A micro-framework for observing file changes, both local and remote. Helpful in building developer tools. +- [MRFileBrowser](https://github.com/mukilarasan-ravi/MRFileBrowser) - A highly flexible and customizable, feature-rich SwiftUI framework built to provide advanced file and folder selection, browsing, and management capabilities within iOS applications. +- [Zip](https://github.com/marmelroy/Zip) - Swift framework for zipping and unzipping files. - [ZipArchive](https://github.com/ZipArchive/ZipArchive) - ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac. -- [FileExplorer](https://github.com/Augustyniak/FileExplorer) - Powerful file browser for iOS that allows its users to choose and remove files and/or directories. - [ZIPFoundation](https://github.com/weichsel/ZIPFoundation) - Effortless ZIP Handling in Swift. -- [AppFolder](https://github.com/dreymonde/AppFolder) - AppFolder is a lightweight framework that lets you design a friendly, strongly-typed representation of a directories inside your app's container. - [ZipZap](https://github.com/pixelglow/ZipZap) - zip file I/O library for iOS, macOS and tvOS. -- [AMSMB2](https://github.com/amosavian/AMSMB2) - Swift framework to connect SMB 2/3 shares for iOS. **[back to top](#contributing-and-collaborating)**