Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

add CFNetwork replacement for iOS9 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Caleb-An
Copy link

Add the replacement for the version of CFNetwork on iOS9. Source of the version number is from the same source of the other version numbers.

@tamzinblake
Copy link

The source listed above doesn't match the one in the documentation in the file. That section just links to Wikipedia. You should update that comment or at least add the source to the commit message.

@@ -807,10 +807,14 @@ os_parsers:
- regex: 'CFNetwork/6.* Darwin/(14)\.\d+'
os_replacement: 'iOS'
os_v1_replacement: '7'
- regex: 'CFNetwork/7.* Darwin/(14)\.\d+'
- regex: 'CFNetwork/711.* Darwin/(14)\.\d+'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 711 the only version that is iOS 8?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just looked at the source, and it appears so.

@Caleb-An
Copy link
Author

The source I provided is used for all the CFNetwork regexes, see line 756.

@tamzinblake
Copy link

Then lines 791-794 are very confusing.

@Caleb-An
Copy link
Author

I think the Wikipedia source is for the Darwin versions, whereas the link in 756 is for CFNetwork versions. A bit confusing, but also feels redundant to repeat the source in the comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants