A comprehensive file management application fully written in Swift. This application provides a user-friendly interface for navigating directories, managing files, and viewing file details with additional support for specific file types like text, images, plists, binaries, and application packages (.ipa
and .deb
).
Revived From Original Swifile
- Browse Directories: Navigate through directories and view their contents.
- Folder and File Icons: Differentiate between folders and files with appropriate icons.
- File Size Display: Show file sizes in a human-readable format.
- Add New Items: Create new folders and files.
- Rename and Copy: Rename files and folders, or create copies.
- Delete Items: Delete selected files and folders with confirmation alerts.
- Edit Mode: Enter edit mode to select multiple files and folders.
- Bulk Delete: Delete multiple selected items at once.
- Search Bar: Toggle a search bar to find files and folders.
- Search Scopes: Search within the current directory or the entire root directory.
- Sort Menu: Sort items by name, date, or size using a menu with multiple options.
- Text Files: View and edit
.txt
files. - Image Files: View image files (
.png
,.jpg
,.jpeg
). - Plist Files: View and edit plist files (
.plist
,.entitlements
). - Hex Editor: View and edit binary files (
.bin
,.dylib
) in a hex editor. - Application Packages: View details of
.ipa
and.deb
files, including name, description, size, and a share option.
- Dynamic File Information: Displays file name, description based on the file extension, and file size.
- Share Functionality: Share files using the iOS share sheet.
- Clone the repository:
git clone https://github.com/speedyfriend433/Swifile-FileManager-2-Swift.git
- Open the project in Xcode:
open Swifile-FileManager-2-Swift.xcodeproj
- Build and run the project on your simulator or device. (actually you can just build this on FridaCodeManager)
Device : iPhone 6 ~ iPhone 15 Pro Max
iOS Version :
iOS 15.0 ~ iOS 17.0 (Through Trollstore)
iOS 15.0 ~ iOS 17.5 (Based on Apple Simulator With No File R/W Access)
- Launch the app and navigate through the directory structure by tapping on folders.
- Use the back button to return to the previous directory.
- Add New Items: Tap the "+" button to add new folders or files.
- Rename or Copy: Long press on a file or folder to open the context menu, then select "Rename" or "Copy".
- Delete: Long press on a file or folder to open the context menu, then select "Delete". Confirm deletion in the alert.
- Tap "Edit" to enter edit mode. Select multiple items and perform bulk delete operations.
- Toggle the search bar using the magnifying glass button.
- Use the sort menu to sort items by name, date, or size.
- Text Files: Tap on a
.txt
file to view and edit its content. - Image Files: Tap on an image file to view it.
- Plist Files: Tap on a
.plist
or.entitlements
file to view and edit its content. - Hex Editor: Tap on a
.bin
,.dylib
, or.geode
file to open it in the hex editor. - Application Packages: Tap on an
.ipa
or.deb
file to view its details.
- Zip/Unzip Functionality: Add support for compressing and decompressing files and directories.
- File Permissions: Implement file permission management.
- Metadata Viewing: Display more detailed metadata for files, such as creation and modification dates.
- Dark Mode: Improve support and styling for dark mode.
- Custom Icons: Add more distinctive icons for different file types.
- Asynchronous Loading: Improve the responsiveness of the UI by optimizing file loading operations.
- Caching: Implement caching for frequently accessed directories to speed up navigation.
- file / folder functions fix on /var (restricted to /mobile yet) 50% ✅
- Optimize Root search Lag / Crashes ✅
- info button fix ✅
- add files metadata view ✅
- support for more file extensions ✅
- add music , video player ✅
- zip archive (will be implemented in Xcode after this update is completed)
Contributions are welcome! If you have any ideas or improvements, please feel free to submit a pull request or open an issue.
Thanks to AppinstalleriOS for the Shell Script!
Thanks to FridaCodeManager Team for the on-device compiler!
Thanks to le bao nguyen for the idea of sort options and action confirmations!
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please contact [speedyfriend433@gmail.com].