mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
54bbd7d0d5
iOS needs to run tests from within the context of a UIApplication, and it needs to periodically spin the runloop to ensure that the watchdog does not kill the app for being unresponsive. BUG=crashpad:31 Change-Id: Ia1d881e478d4f83c236b475a21529760c06100c7 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1904226 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>${IOS_BUNDLE_ID_PREFIX}.gtest.${GTEST_BUNDLE_ID_SUFFIX:rfc1034identifier}</string>
|
|
<key>UIApplicationDelegate</key>
|
|
<string>CrashpadUnitTestDelegate</string>
|
|
</dict>
|
|
</plist>
|