FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.03k stars 1.7k forks source link

Make FLEXFileBrowserController public #702

Closed kolyuchiy closed 2 months ago

kolyuchiy commented 3 months ago

This allows to add custom menu item to browse application group container or other path of interest.

This is related to #668.

NSExceptional commented 2 months ago

Awesome! Thanks!

talka123456 commented 2 months ago

This will result in the FLEXFileBrowserSearchOperation.h header file being not found, so it needs to be made public as well or move the 'FLEXFileBrowserSearchOperation.h' to FLEXFileBrowserController.m

turkcankeskin commented 2 months ago

This will result in the FLEXFileBrowserSearchOperation.h header file being not found, so it needs to be made public as well or move the 'FLEXFileBrowserSearchOperation.h' to FLEXFileBrowserController.m

Hi,

talka123456's comment and pull request seem justified. I get an error in build-for-testing when using the master branch. `/Users/jenkinsbuild/Library/Developer/Xcode/DerivedData/XXXX/Build/Products/Debug-iphonesimulator/FLEX/FLEX.framework/Headers/FLEXFileBrowserController.h:11:9: error: 'FLEXFileBrowserSearchOperation.h' file not found

import "FLEXFileBrowserSearchOperation.h"`