This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// When the `accessibility inspector' is enabled on the iOS Simulator the private `UIAccessibility' | |
// framework is loaded. In turn it will try to load a list of bundles amongst which is one that has | |
// only resources, no executable. This leads to `CFBundleLoadExecutableAndReturnError' logging this | |
// offending error message. | |
// | |
// This code omits the `SDK_ROOT/System/Library/AccessibilityBundles/CertUIFramework.axbundle' | |
// bundle from ever being attempted to load. | |
// | |
// This code is available under the MIT license: http://opensource.org/licenses/MIT | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |