Skip to content
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

Fix operating system name references in README #245

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</p>


Netfox provides a quick look on all executed network requests performed by your iOS or OSX app.
Netfox provides a quick look on all executed network requests performed by your iOS or macOS app.
It grabs all requests - of course yours, requests from 3rd party libraries (such as AFNetworking, Alamofire or else), UIWebViews, and more

Very useful and handy for network related issues and bugs
Expand Down Expand Up @@ -68,10 +68,10 @@ If you prefer not to use dependency managers, you can integrate netfox into your

You can do it by copying the "netfox" folder in your project (make sure that "Create groups" option is selected)

The above folder contains 3 subfolders: Core, iOS and OSX.
The above folder contains 3 subfolders: Core, iOS and macOS.

- If you target on iOS keep only Core and iOS folders (remove OSX folder)
- If you target on OSX keep only Core and OSX folders (remove iOS folder)
- If you target on iOS keep only Core and iOS folders (remove macOS folder)
- If you target on macOS keep only Core and macOS folders (remove iOS folder)

## Start

Expand Down Expand Up @@ -170,7 +170,7 @@ Tip: You can use the url of the host (for example "https://www.github.com") to i

## Thanks

Special thanks to [tbaranes](https://github.com/tbaranes) and [vincedev](https://github.com/vincedev) for their contribution on OSX library!
Special thanks to [tbaranes](https://github.com/tbaranes) and [vincedev](https://github.com/vincedev) for their contribution on macOS library!

## Licence

Expand Down