kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.67k stars 374 forks source link

NFX Documents Path Update + Crash Fix on selected options in Settings #211

Closed raimeenakshi closed 2 years ago

raimeenakshi commented 3 years ago
  1. NFX initialization deletes all content from Documents Directory, which causes issues with apps using same directory. To fix that, suffixed "nfx" on Documents directory path, and code deletes only "nfx" folder, within Documents Directory

  2. Crash occured if under settings, only 1 content option was selected to show

vGubriienko commented 2 years ago

Thanks for your contribution! Task implemented in https://github.com/kasketis/netfox/pull/222 so we close this PR.

Crash will be fixed in separate PR.