Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Use @available if available to silence a warning. #4138

Merged
merged 3 commits into from Jan 27, 2018

Conversation

SlaunchaMan
Copy link
Contributor

This PR fixes the last remaining issue encountered by running pod lib lint.

tvOS 9 and watchOS 2 are the minimum version supported by AFNetworking,
so there’s no reason to do an additional check for them (they will be
included by the `*`).
@codecov-io
Copy link

codecov-io commented Jan 26, 2018

Codecov Report

Merging #4138 into master will decrease coverage by 0.02%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4138      +/-   ##
==========================================
- Coverage   87.72%   87.69%   -0.03%     
==========================================
  Files          46       46              
  Lines        5703     5706       +3     
  Branches      294      294              
==========================================
+ Hits         5003     5004       +1     
- Misses        700      702       +2
Impacted Files Coverage Δ
AFNetworking/AFURLSessionManager.m 72.2% <50%> (-0.2%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78ce859...b327667. Read the comment docs.

@SlaunchaMan SlaunchaMan merged commit e976d63 into master Jan 27, 2018
@SlaunchaMan SlaunchaMan deleted the unguarded-availability branch January 27, 2018 05:56
@SlaunchaMan SlaunchaMan added this to the 3.2.1 milestone May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants