summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-10-09 14:44:06 -0400
committerJason Wray <jason@kulturny.com>2015-10-19 13:52:28 -0400
commit28be82c1c19505abb47ca1c03fd069cc4a015ec6 (patch)
treea948b97341e1e7ac423a744fb0f8c985314de070 /ios
parentaaf090b87dbc96f7a09e783833c10d0b88a16d39 (diff)
downloadqtlocation-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 'ios')
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index c9d84a1681..c70bf8ff57 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -28,7 +28,7 @@ Pod::Spec.new do |m|
m.vendored_library = 'libMapbox.a'
m.module_name = 'Mapbox'
- m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration'
+ m.frameworks = 'CoreLocation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration'
m.libraries = 'c++', 'sqlite3', 'z'
m.xcconfig = {
'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++',