diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn index 6b7928f6f5..fe8124d790 100644 --- a/webrtc/modules/BUILD.gn +++ b/webrtc/modules/BUILD.gn @@ -684,6 +684,7 @@ if (rtc_include_tests) { shard_timeout = 900 } if (is_ios) { + info_plist = "//webrtc/test/ios/Info.plist" deps += [ ":modules_unittests_bundle_data" ] configs += [ "..:common_objc", diff --git a/webrtc/test/ios/Info.plist b/webrtc/test/ios/Info.plist new file mode 100644 index 0000000000..3adbe7cff6 --- /dev/null +++ b/webrtc/test/ios/Info.plist @@ -0,0 +1,47 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.google.gtest.${BUNDLE_ID_TEST_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSMainNibFile + ${MAIN_NIB_FILE} + UIFileSharingEnabled + + UISupportedInterfaceOrientation + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIBackgroundModes + + fetch + + NSMicrophoneUsageDescription + For testing purposes + +