diff options
author | Jason Wray <jason@kulturny.com> | 2015-10-09 14:44:06 -0400 |
---|---|---|
committer | Jason Wray <jason@kulturny.com> | 2015-10-19 13:52:28 -0400 |
commit | 28be82c1c19505abb47ca1c03fd069cc4a015ec6 (patch) | |
tree | a948b97341e1e7ac423a744fb0f8c985314de070 /gyp | |
parent | aaf090b87dbc96f7a09e783833c10d0b88a16d39 (diff) | |
download | qtlocation-mapboxgl-28be82c1c19505abb47ca1c03fd069cc4a015ec6.tar.gz |
[ios] remove CoreTelephony dependency
Cellular carrier name and connectivity level will now only be sent if
the developer independently chooses to link the CoreTelephony framework
in their app.
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/platform-ios.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 87c4e684c6..87cecb5e77 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -75,7 +75,6 @@ ], 'ldflags': [ '-framework CoreLocation', - '-framework CoreTelephony', '-framework GLKit', '-framework ImageIO', '-framework MobileCoreServices', |