kasketis / netfox

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

Refactor, SPM support and exclude URLs based on a regex #220

Closed vGubriienko closed 2 years ago

skyparentile commented 2 years ago

@vGubriienko Have you try to submit an app to AppleStore with SPM dependency? Can apple reject submit? Is there a procedure to remove the dependency when creating a "release" version for the appstore or is not necessary ?

vGubriienko commented 2 years ago

@skyparentile

Have you try to submit an app to AppleStore with SPM dependency?

No

Can apple reject submit?

Apple could reject any submit) But regarding SPM I don't think so. Netfox doesn't use any private API.

Is there a procedure to remove the dependency when creating a "release" version for the appstore or is not necessary ?

As I know currently there is no official way to do that. But there is exist some workarounds like: https://github.com/ProxymanApp/atlantis/issues/38 . I suggest to use them if you choose SPM integration way.