Remove IOKit linkage from iOS builds.
IOKit has been removed in iOS7, so link fails. iOS build succeeds after removing this setting and the corresponding one in talk/libjingle.gyp. Presubmit script tells me that CLs aren't allowed to touch both talk/ and webrtc/ at the same time so doing this separately.
BUG=
R=fischman@webrtc.org, niklas.enbom@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/20509005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6191 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index a3cf770..9e6f2e4 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -524,7 +524,6 @@
'xcode_settings': {
'OTHER_LDFLAGS': [
'-framework Foundation',
- '-framework IOKit',
'-framework Security',
'-framework SystemConfiguration',
'-framework UIKit',