Latest | 1.0.3 |
---|---|
Homepage | https://github.com/JohnWong/IFMDebugTool |
License | MIT |
Platforms | ios 5.0, requires ARC |
Dependencies | CocoaHTTPServer |
Frameworks | UIKit |
Authors |
Manage your app’s file system in browser.
Screenshot
You can click to expand folder or open/download file. Right click to open or delete.
Installation
Install via CocoaPods:
pod 'IFMDebugTool,:configurations => ['Debug']
Access URL
Three ways to get access URL.
Printed to console after app is started
Access URL will be print after app is started:
2015-09-13 22:31:03.182 iOSFileManager[58434:3139811] IFMDebugTool: http://10.11.243.16:10000
Shown after shake your device
Find by Bonjour Service
dns-sd -B _ifm._tcp local
Latest podspec
{ "name": "IFMDebugTool", "version": "1.0.3", "summary": "Manage your app's file system in browser.", "homepage": "https://github.com/JohnWong/IFMDebugTool", "description": "Manage your app's file system in browser.", "authors": { "John Wong": "[email protected]" }, "source": { "git": "https://github.com/JohnWong/IFMDebugTool.git", "tag": "1.0.3" }, "license": "MIT", "requires_arc": true, "platforms": { "ios": "5.0" }, "frameworks": [ "UIKit" ], "source_files": "Classes/*.{h,m}", "resources": "Classes/IFMDebugTool.bundle", "dependencies": { "CocoaHTTPServer": [] } }
Sat, 05 Mar 2016 01:44:03 +0000