-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor, SPM support and exclude URLs based on a regex #220
Conversation
- Deleted unnecessary self's - Fixed indentations - Deleted unnecessary override functions
Support cocoapods versions
Co-authored-by: Christos Kasketis <kasketis@gmail.com>
Finishing SPM support
Regex ignore url support
@vGubriienko Have you try to submit an app to AppleStore with SPM dependency? |
No
Apple could reject any submit) But regarding SPM I don't think so. Netfox doesn't use any private API.
As I know currently there is no official way to do that. But there is exist some workarounds like: ProxymanApp/atlantis#38 . I suggest to use them if you choose SPM integration way. |
No description provided.