diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-05-25 12:53:15 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-05-27 16:03:09 +0200 |
| commit | 070f465f30b1fac44edb692de8810a7a030cc07b (patch) | |
| tree | 24246738a1d17e38ebf231ad2debef723fd0d19a /android/src | |
| parent | 5d86940f00eb0317b0ced0dc0c0f4e124f4b4bae (diff) | |
| download | mullvadvpn-070f465f30b1fac44edb692de8810a7a030cc07b.tar.xz mullvadvpn-070f465f30b1fac44edb692de8810a7a030cc07b.zip | |
Xcode: remove CLANG_WARN_UNGUARDED_AVAILABILITY override
When CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE, the compiler
checks for the use of older APIs (iOS < 11).
When CLANG_WARN_UNGUARDED_AVAILABILITY = YES (Default), the compiler only
checks for the use of more modern APIs (iOS 11+)
There is no need to use YES_AGGRESSIVE since we only target iOS 12+.
Diffstat (limited to 'android/src')
0 files changed, 0 insertions, 0 deletions
