From 28be82c1c19505abb47ca1c03fd069cc4a015ec6 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 9 Oct 2015 14:44:06 -0400 Subject: [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. --- gyp/platform-ios.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'gyp') 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', -- cgit v1.2.1