Git Product home page Git Product logo

preferenceloader's Introduction

This is a drop-in replacement for Thomas Moore's PreferenceLoader project. I personally found this necessary, as there were various things about the existing PreferenceLoader I did not like.

Complaints about the Original

  • unnecessary hooking
  • +[NSData initWithContentsOfFile:]
  • -[NSBundle pathForResource:ofType:]
  • -[PSSpecifier setupIconImageWithPath:]
  • Due to the way PreferenceLoader was implemented (intercepting the toplevel settings plists as they were read from disk and inserting our data directly into them (!)) it had certain filenames hardcoded, such as Settings-(iPhone|iPod).plist, and wouldn't work for other devices.
  • Due to the broad hooks above, all sorts of things that don't need to be intercepted are. Every resource path calculated from a bundle gets extra checks tacked onto it, and every NSData-read-from-file gets a filename check.
  • Its current lack of compatibility with iPhoneOS 3.2 and the iPad (relies on a removed ivar, and Settings-Wildcat.plist is not processed.)

What this Replacement offers

  • source availability
  • error recovery (loading a bad bundle results in a simple "There was an error loading ..." instead of a blank preferences panel)
  • cleaner design
  • iPhoneOS 3.2 and iPad compatibility.

License

PreferenceLoader is made available under the provisions of the GNU Lesser General Public License (LGPL), version 3.

preferenceloader's People

Contributors

dhowett avatar rpetrich avatar

Stargazers

zengyuan avatar Casper avatar 大神 avatar kayak avatar  avatar hackcatml avatar  avatar Martin Charles avatar 春夏秋冬 avatar  avatar  avatar  avatar 5_s_n avatar  avatar  avatar MelonJack avatar LoveZ avatar Michael Slaughter avatar  avatar  avatar  avatar Marcus R. Brown avatar  avatar  avatar  avatar  avatar  avatar Monir Abu Hilal avatar Allen avatar  avatar H. C. Yip avatar jiaxw32 avatar Derek Hartley avatar  avatar  avatar  avatar JAWVDE | MNS avatar  avatar miracle avatar  avatar  avatar Yongle-Fu avatar  avatar  avatar  avatar  avatar Mighel avatar  avatar Sirius23 avatar  avatar XLsn0w avatar Mshari Mutir avatar  avatar vincent.yeung avatar Kevin.Y avatar  avatar  avatar  avatar Hexwell avatar  avatar leoXu avatar hectorqin avatar  avatar ちくわ avatar Kyle Howells avatar Adam McNight avatar Kevin Bradley avatar  avatar samy kamkar avatar everettjf avatar LiuJian avatar QGGINDEV avatar  avatar  avatar  avatar gz3z avatar 公众号:iOS逆向 avatar CaiRuJi avatar  avatar bugfree avatar  avatar Jeffrey Mvutu Mabilama avatar WDF avatar Evan Swick avatar  avatar vvusu avatar cardozo avatar Andrei avatar ToughSnow avatar Ray avatar Camilo avatar LoseCoder avatar  avatar Jake avatar  avatar  avatar Taka avatar Brandy Bradham avatar Bluelich avatar jadjac1 avatar

Watchers

Kimberly Carbone avatar  avatar r-plus avatar Daniel Ferreira avatar James Cloos avatar Michele Venturi avatar shiwen xia avatar  avatar  avatar  avatar  avatar 大神 avatar  avatar  avatar

preferenceloader's Issues

Preference Loader Crashes After Safari Setting Location

can someone please fix the Preference Loader Issue Crashing on Safari Location

everytime i go the safari and Location Settings Crashes with and Error on the Cr4shed Unknown

someone please fix this

iOS 13.5

Unc0ver Jailbrake

iPhone 11 Pro Max

Date: 1/12/21, 7:16 PM
Process: Preferences
Bundle id: com.apple.Preferences
Device: iPhone 11 Pro Max, iOS 13.5
Bundle version: 1

Exception type: EXC_BAD_ACCESS (SIGSEGV)
Exception subtype: KERN_INVALID_ADDRESS: 0xe6be30670
Exception codes: 0x0000000000000001, 0x0000000e6be30670
Culprit: Unknown
VM Protection: 0xe6be30670 is not in any region.

Triggered by thread: 0
Thread name: Dispatch queue: com.apple.main-thread
Call stack:
0 libobjc.A.dylib 0x00000001b84989b0 0x1b8497000 + 6576 // objc_msgSend
1 Preferences 0x00000001c31b1134 0x1c31a5000 + 49460 // -[PSListController _unloadBundleControllers]
2 Preferences 0x00000001c31b1348 0x1c31a5000 + 49992 // -[PSListController dealloc]
3 SafariServices 0x00000001c8cb0958 0x1c8c65000 + 309592 // -[_SFPerSitePreferenceNotifyingListController dealloc]
4 libobjc.A.dylib 0x00000001b84b9358 0x1b8497000 + 140120 // AutoreleasePoolPage::releaseUntil(objc_object**)
5 libobjc.A.dylib 0x00000001b84b9244 0x1b8497000 + 139844 // objc_autoreleasePoolPop
6 CoreFoundation 0x00000001b8795278 0x1b8656000 + 1307256 // _CFAutoreleasePoolPop
7 CoreFoundation 0x00000001b86fe2d0 0x1b8656000 + 688848 // __CFRunLoopRun
8 CoreFoundation 0x00000001b86fd8f4 0x1b8656000 + 686324 // CFRunLoopRunSpecific
9 GraphicsServices 0x00000001c2b14604 0x1c2b11000 + 13828 // GSEventRunModal
10 UIKitCore 0x00000001bc8d1358 0x1bbe62000 + 10941272 // UIApplicationMain
11 Preferences 0x0000000102201afc 0x1021f8000 + 39676 // (null)
12 libdyld.dylib 0x00000001b85792dc 0x1b8578000 + 4828 // start

Register values:
PC: 0xcf41bb81b84989b0 LR: 0xfc22ad01c31b1134 CPSR: 0x20000000
x0: 0x281f40660 x1: 0x1f4a8753f x2: 0x16dc06a80
x3: 0x16dc06ac0 x4: 0x10 x5: 0x0
x6: 0x282bce080 x7: 0x403 x8: 0x1f4a87000
x9: 0x303 x10: 0x2e64a0dde x11: 0x1ee
x12: 0x1ed x13: 0x7fde6be30660 x14: 0x1f4f0afcd
x15: 0x1fbc084b8 x16: 0xe6be30660 x17: 0x5142db01c31b10ec
x18: 0x0 x19: 0x104013400 x20: 0x281f706f0
x21: 0x104013400 x22: 0x1fbbfbf30 x23: 0x0
x24: 0x1fbbfbc70 x25: 0x3a8 x26: 0x282bce080
x27: 0x400000004 x28: 0x1f4ac8000

Loaded images:
0: /Applications/Preferences.app/Preferences
1: /usr/lib/substitute-inserter.dylib
2: /usr/lib/libsubstitute.dylib
3: /Library/MobileSubstrate/DynamicLibraries/ Choicy.dylib
4: /usr/lib/libsubstrate.dylib
5: /usr/lib/CepheiUI.framework/CepheiUI
6: /usr/lib/dyld
7: /Library/MobileSubstrate/DynamicLibraries/0Shadow.dylib
8: /usr/lib/Cephei.framework/Cephei
9: /usr/lib/librocketbootstrap.dylib
10: /usr/lib/libcolorpicker.dylib
11: /usr/lib/substitute-loader.dylib
12: /Library/MobileSubstrate/DynamicLibraries/ADockX.dylib
13: /Library/Frameworks/Alderis.framework/Alderis
14: /Library/PreferenceBundles/DockXPrefs.bundle/DockXPrefs
15: /Library/MobileSubstrate/DynamicLibraries/BrowserDefault.dylib
16: /Library/MobileSubstrate/DynamicLibraries/CCSupport.dylib
17: /Library/MobileSubstrate/DynamicLibraries/DataLogoSwitcher.dylib
18: /usr/lib/libstdc++.6.dylib
19: /Library/MobileSubstrate/DynamicLibraries/Flex.dylib
20: /Library/MobileSubstrate/DynamicLibraries/NoNowPlayingView13.dylib
21: /Library/MobileSubstrate/DynamicLibraries/PreferenceLoader.dylib
22: /usr/lib/libprefs.dylib
23: /usr/lib/libobjc-trampolines.dylib
24: /Library/MobileSubstrate/DynamicLibraries/Snowboard.dylib
25: /usr/lib/SnowBoardBase.dylib
26: /Library/MobileSubstrate/DynamicLibraries/WallpaperLoader.dylib
27: /Library/MobileSubstrate/DynamicLibraries/__Cr4shed.dylib
28: /usr/lib/libmryipc.dylib
29: /Library/MobileSubstrate/DynamicLibraries/com.r333d.eqe.UIKit.dylib
30: /Library/MobileSubstrate/DynamicLibraries/photomanager12.dylib
31: /System/Library/Accounts/ServiceOwners/AACloudServiceOwner.bundle/AACloudServiceOwner
32: /System/Library/Accounts/ServiceOwners/IDSServiceOwner.bundle/IDSServiceOwner
33: /System/Library/Accounts/ServiceOwners/AMSMediaServiceOwner.bundle/AMSMediaServiceOwner
34: /System/Library/Accounts/ServiceOwners/GCCloudServiceOwner.bundle/GCCloudServiceOwner
35: /System/Library/Accounts/ServiceOwners/AAUICloudServiceOwner.bundle/AAUICloudServiceOwner
36: /System/Library/PreferenceBundles/AssistantSettings.bundle/AssistantSettings
37: /System/Library/PreferenceBundles/InternationalSettings.bundle/InternationalSettings
38: /usr/lib/system/libsystem_trace.dylib
39: /usr/lib/system/libxpc.dylib
40: /usr/lib/system/libsystem_blocks.dylib
41: /usr/lib/system/libsystem_c.dylib
42: /usr/lib/system/libdispatch.dylib
43: /usr/lib/system/libsystem_malloc.dylib
44: /usr/lib/system/libsystem_platform.dylib
45: /usr/lib/system/libsystem_pthread.dylib
46: /usr/lib/libobjc.A.dylib
47: /usr/lib/system/libcorecrypto.dylib
48: /usr/lib/libc++abi.dylib
49: /usr/lib/system/libsystem_kernel.dylib
50: /usr/lib/system/libdyld.dylib
51: /usr/lib/system/libsystem_darwin.dylib
52: /usr/lib/libc++.1.dylib
53: /usr/lib/system/libsystem_info.dylib
54: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
55: /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
56: /System/Library/Frameworks/Foundation.framework/Foundation
57: /usr/lib/libCRFSuite.dylib
58: /System/Library/Frameworks/CoreServices.framework/CoreServices
59: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
60: /System/Library/Frameworks/ImageIO.framework/ImageIO
61: /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
62: /System/Library/Frameworks/CoreText.framework/CoreText
63: /System/Library/Frameworks/Security.framework/Security
64: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
65: /usr/lib/libMobileGestalt.dylib
66: /usr/lib/libprotobuf.dylib
67: /usr/lib/libprotobuf-lite.dylib
68: /usr/lib/libicucore.A.dylib
69: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
70: /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
71: /usr/lib/libAWDSupport.dylib
72: /System/Library/Frameworks/CoreAudio.framework/CoreAudio
73: /System/Library/Frameworks/CoreImage.framework/CoreImage
74: /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
75: /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
76: /usr/lib/libsqlite3.dylib
77: /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
78: /usr/lib/system/libsystem_notify.dylib
79: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
80: /System/Library/PrivateFrameworks/Montreal.framework/Montreal
81: /System/Library/PrivateFrameworks/NLP.framework/NLP
82: /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
83: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
84: /usr/lib/libnetwork.dylib
85: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
86: /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
87: /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
88: /System/Library/Frameworks/CoreML.framework/CoreML
89: /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
90: /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
91: /usr/lib/libenergytrace.dylib
92: /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
93: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
94: /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
95: /System/Library/Frameworks/CoreLocation.framework/CoreLocation
96: /usr/lib/libMobileGestaltExtensions.dylib
97: /System/Library/Frameworks/Accounts.framework/Accounts
98: /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
99: /System/Library/Frameworks/CFNetwork.framework/CFNetwork
100: /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
101: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
102: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
103: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
104: /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
105: /usr/lib/system/libsystem_asl.dylib
106: /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
107: /System/Library/Frameworks/CoreData.framework/CoreData
108: /System/Library/Frameworks/Vision.framework/Vision
109: /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
110: /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
111: /usr/lib/system/libsystem_networkextension.dylib
112: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
113: /System/Library/Frameworks/CloudKit.framework/CloudKit
114: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
115: /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
116: /System/Library/Frameworks/Network.framework/Network
117: /usr/lib/system/libsystem_symptoms.dylib
118: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
119: /System/Library/PrivateFrameworks/TCC.framework/TCC
120: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
121: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
122: /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
123: /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
124: /usr/lib/system/libsystem_containermanager.dylib
125: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
126: /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
127: /System/Library/PrivateFrameworks/IDS.framework/IDS
128: /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
129: /usr/lib/libCTGreenTeaLogger.dylib
130: /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
131: /System/Library/Frameworks/CoreMedia.framework/CoreMedia
132: /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
133: /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
134: /System/Library/Frameworks/QuartzCore.framework/QuartzCore
135: /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
136: /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
137: /System/Library/Frameworks/Contacts.framework/Contacts
138: /System/Library/Frameworks/UserNotifications.framework/UserNotifications
139: /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
140: /System/Library/PrivateFrameworks/Sharing.framework/Sharing
141: /System/Library/Frameworks/WebKit.framework/WebKit
142: /System/Library/PrivateFrameworks/WebCore.framework/WebCore
143: /usr/lib/libAccessibility.dylib
144: /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
145: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
146: /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
147: /System/Library/Frameworks/IOSurface.framework/IOSurface
148: /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
149: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
150: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
151: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
152: /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
153: /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
154: /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
155: /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
156: /System/Library/PrivateFrameworks/FontServices.framework/FontServices
157: /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
158: /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
159: /usr/lib/libAXSafeCategoryBundle.dylib
160: /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
161: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
162: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
163: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
164: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
165: /usr/lib/libAudioToolboxUtility.dylib
166: /System/Library/Frameworks/ContactsUI.framework/ContactsUI
167: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
168: /System/Library/Frameworks/Photos.framework/Photos
169: /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
170: /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
171: /System/Library/Frameworks/PDFKit.framework/PDFKit
172: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
173: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
174: /usr/lib/libmecabra.dylib
175: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
176: /System/Library/Frameworks/Intents.framework/Intents
177: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
178: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
179: /System/Library/PrivateFrameworks/TextInput.framework/TextInput
180: /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
181: /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
182: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
183: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
184: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
185: /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
186: /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
187: /System/Library/Frameworks/CoreMotion.framework/CoreMotion
188: /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
189: /System/Library/CoreServices/RawCamera.bundle/RawCamera
190: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
191: /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
192: /System/Library/Frameworks/CoreVideo.framework/CoreVideo
193: /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
194: /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
195: /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
196: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
197: /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
198: /usr/lib/swift/libswiftCore.dylib
199: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
200: /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
201: /System/Library/Frameworks/MapKit.framework/MapKit
202: /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
203: /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
204: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
205: /System/Library/Frameworks/CallKit.framework/CallKit
206: /System/Library/Frameworks/EventKitUI.framework/EventKitUI
207: /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
208: /System/Library/Frameworks/AVKit.framework/AVKit
209: /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
210: /usr/lib/libapp_launch_measurement.dylib
211: /System/Library/PrivateFrameworks/ScreenTimeUI.framework/ScreenTimeUI
212: /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
213: /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
214: /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
215: /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
216: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
217: /System/Library/Frameworks/StoreKit.framework/StoreKit
218: /usr/lib/system/libsystem_configuration.dylib
219: /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
220: /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
221: /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
222: /System/Library/Frameworks/Social.framework/Social
223: /System/Library/Frameworks/WatchKit.framework/WatchKit
224: /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
225: /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
226: /usr/lib/liblangid.dylib
227: /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
228: /usr/lib/libTelephonyUtilDynamic.dylib
229: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
230: /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
231: /System/Library/Frameworks/SafariServices.framework/SafariServices
232: /System/Library/PrivateFrameworks/Message.framework/Message
233: /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
234: /usr/lib/libxml2.2.dylib
235: /System/Library/Frameworks/ModelIO.framework/ModelIO
236: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
237: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
238: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
239: /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
240: /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
241: /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
242: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
243: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
244: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
245: /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
246: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
247: /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
248: /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
249: /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
250: /System/Library/Frameworks/QuickLook.framework/QuickLook
251: /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
252: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
253: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
254: /System/Library/Frameworks/EventKit.framework/EventKit
255: /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
256: /System/Library/Frameworks/PencilKit.framework/PencilKit
257: /System/Library/Frameworks/MessageUI.framework/MessageUI
258: /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
259: /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
260: /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
261: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
262: /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
263: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
264: /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
265: /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
266: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
267: /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
268: /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
269: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
270: /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
271: /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
272: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
273: /System/Library/PrivateFrameworks/IMCore.framework/IMCore
274: /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
275: /System/Library/Frameworks/HealthKit.framework/HealthKit
276: /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
277: /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
278: /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
279: /usr/lib/system/libsystem_sandbox.dylib
280: /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
281: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
282: /System/Library/PrivateFrameworks/Settings/PrivacySettingsUI.framework/PrivacySettingsUI
283: /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
284: /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
285: /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
286: /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
287: /System/Library/PrivateFrameworks/Rapport.framework/Rapport
288: /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
289: /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
290: /System/Library/Frameworks/Metal.framework/Metal
291: /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
292: /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
293: /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
294: /usr/lib/system/libsystem_dnssd.dylib
295: /System/Library/Frameworks/PushKit.framework/PushKit
296: /System/Library/Frameworks/FileProvider.framework/FileProvider
297: /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
298: /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
299: /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
300: /System/Library/PrivateFrameworks/Categories.framework/Categories
301: /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
302: /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
303: /System/Library/Frameworks/SceneKit.framework/SceneKit
304: /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
305: /System/Library/Frameworks/Messages.framework/Messages
306: /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
307: /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
308: /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
309: /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
310: /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
311: /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
312: /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
313: /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
314: /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
315: /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
316: /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
317: /usr/lib/libcoretls.dylib
318: /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
319: /System/Library/Frameworks/IntentsUI.framework/IntentsUI
320: /usr/lib/libate.dylib
321: /System/Library/PrivateFrameworks/FTServices.framework/FTServices
322: /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer
323: /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
324: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
325: /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
326: /System/Library/PrivateFrameworks/MIME.framework/MIME
327: /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
328: /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
329: /System/Library/PrivateFrameworks/FMF.framework/FMF
330: /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
331: /System/Library/PrivateFrameworks/NearField.framework/NearField
332: /System/Library/PrivateFrameworks/IconServices.framework/IconServices
333: /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
334: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
335: /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
336: /usr/lib/libprequelite.dylib
337: /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
338: /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
339: /System/Library/PrivateFrameworks/Email.framework/Email
340: /System/Library/Frameworks/ClassKit.framework/ClassKit
341: /usr/lib/libnfshared.dylib
342: /System/Library/PrivateFrameworks/CPMS.framework/CPMS
343: /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
344: /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
345: /System/Library/PrivateFrameworks/IAP.framework/IAP
346: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
347: /System/Library/PrivateFrameworks/Weather.framework/Weather
348: /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation
349: /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
350: /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
351: /System/Library/PrivateFrameworks/AppPredictionClient.framework/AppPredictionClient
352: /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
353: /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
354: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
355: /System/Library/Frameworks/HomeKit.framework/HomeKit
356: /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
357: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
358: /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
359: /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
360: /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
361: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
362: /usr/lib/libIOReport.dylib
363: /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
364: /System/Library/PrivateFrameworks/Stocks.framework/Stocks
365: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
366: /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
367: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
368: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
369: /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
370: /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
371: /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
372: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
373: /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
374: /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
375: /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
376: /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
377: /System/Library/Frameworks/AddressBook.framework/AddressBook
378: /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
379: /System/Library/Frameworks/AdSupport.framework/AdSupport
380: /System/Library/Frameworks/SpriteKit.framework/SpriteKit
381: /System/Library/PrivateFrameworks/Proximity.framework/Proximity
382: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
383: /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
384: /System/Library/PrivateFrameworks/FMCore.framework/FMCore
385: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
386: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
387: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
388: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
389: /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
390: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
391: /usr/lib/libtailspin.dylib
392: /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
393: /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
394: /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
395: /usr/lib/libFDR.dylib
396: /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
397: /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
398: /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
399: /System/Library/PrivateFrameworks/Search.framework/Search
400: /System/Library/PrivateFrameworks/Notes.framework/Notes
401: /System/Library/Frameworks/MetalKit.framework/MetalKit
402: /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
403: /System/Library/PrivateFrameworks/FlightUtilities.framework/FlightUtilities
404: /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
405: /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
406: /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
407: /System/Library/PrivateFrameworks/MailServices.framework/MailServices
408: /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
409: /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
410: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
411: /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
412: /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
413: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
414: /System/Library/PrivateFrameworks/WorkflowKit.framework/WorkflowKit
415: /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
416: /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
417: /System/Library/Frameworks/OpenGLES.framework/OpenGLES
418: /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
419: /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
420: /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
421: /System/Library/PrivateFrameworks/VoiceShortcutClient.framework/VoiceShortcutClient
422: /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
423: /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
424: /System/Library/Frameworks/ARKit.framework/ARKit
425: /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
426: /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
427: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome
428: /System/Library/PrivateFrameworks/Widgets.framework/Widgets
429: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI
430: /System/Library/PrivateFrameworks/PlatterKit.framework/PlatterKit
431: /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
432: /System/Library/Frameworks/PhotosUI.framework/PhotosUI
433: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
434: /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
435: /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
436: /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
437: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
438: /System/Library/PrivateFrameworks/AVConference.framework/AVConference
439: /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
440: /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
441: /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
442: /System/Library/PrivateFrameworks/Netrb.framework/Netrb
443: /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
444: /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
445: /usr/lib/libgermantok.dylib
446: /usr/lib/libmecab.dylib
447: /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
448: /System/Library/PrivateFrameworks/CardKit.framework/CardKit
449: /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore
450: /System/Library/PrivateFrameworks/AppPredictionUI.framework/AppPredictionUI
451: /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
452: /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
453: /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices
454: /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
455: /System/Library/PrivateFrameworks/Navigation.framework/Navigation
456: /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
457: /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
458: /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
459: /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
460: /System/Library/PrivateFrameworks/OAuth.framework/OAuth
461: /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
462: /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
463: /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
464: /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
465: /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
466: /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
467: /usr/lib/libarchive.2.dylib
468: /System/Library/PrivateFrameworks/C2.framework/C2
469: /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
470: /usr/lib/system/libsystem_coreservices.dylib
471: /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
472: /usr/lib/libmis.dylib
473: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
474: /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
475: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
476: /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
477: /usr/lib/system/libcopyfile.dylib
478: /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
479: /System/Library/PrivateFrameworks/SOS.framework/SOS
480: /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
481: /System/Library/PrivateFrameworks/Home.framework/Home
482: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
483: /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
484: /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
485: /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
486: /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
487: /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
488: /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
489: /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
490: /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
491: /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
492: /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
493: /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
494: /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
495: /System/Library/PrivateFrameworks/MMCS.framework/MMCS
496: /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
497: /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
498: /System/Library/PrivateFrameworks/Quagga.framework/Quagga
499: /System/Library/PrivateFrameworks/IntentsServices.framework/IntentsServices
500: /usr/lib/libAXSpeechManager.dylib
501: /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
502: /System/Library/PrivateFrameworks/libEDR.framework/libEDR
503: /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
504: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
505: /usr/lib/libperfcheck.dylib
506: /usr/lib/libAudioStatistics.dylib
507: /System/Library/PrivateFrameworks/caulk.framework/caulk
508: /System/Library/PrivateFrameworks/EmbeddedDataReset.framework/EmbeddedDataReset
509: /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
510: /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
511: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
512: /System/Library/PrivateFrameworks/NCLaunchStats.framework/NCLaunchStats
513: /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
514: /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
515: /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
516: /System/Library/PrivateFrameworks/HID.framework/HID
517: /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
518: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
519: /System/Library/PrivateFrameworks/Engram.framework/Engram
520: /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
521: /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
522: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
523: /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
524: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
525: /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
526: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
527: /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
528: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
529: /System/Library/PrivateFrameworks/CertUI.framework/CertUI
530: /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
531: /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
532: /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
533: /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
534: /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
535: /System/Library/PrivateFrameworks/NetAppsUtilitiesUI.framework/NetAppsUtilitiesUI
536: /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
537: /System/Library/Frameworks/OpenAL.framework/OpenAL
538: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
539: /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
540: /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
541: /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
542: /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
543: /System/Library/Frameworks/Speech.framework/Speech
544: /System/Library/PrivateFrameworks/AdCore.framework/AdCore
545: /System/Library/PrivateFrameworks/kperf.framework/kperf
546: /System/Library/PrivateFrameworks/ContentKit.framework/ContentKit
547: /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
548: /usr/lib/libpcap.A.dylib
549: /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
550: /System/Library/PrivateFrameworks/WorkflowUI.framework/WorkflowUI
551: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
552: /System/Library/PrivateFrameworks/WebUI.framework/WebUI
553: /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
554: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
555: /System/Library/PrivateFrameworks/vCard.framework/vCard
556: /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
557: /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
558: /System/Library/PrivateFrameworks/SoftwareUpdateSettings.framework/SoftwareUpdateSettings
559: /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit
560: /System/Library/PreferenceBundles/VPNPreferences.bundle/VPNPreferences
561: /System/Library/PrivateFrameworks/Settings/SoundsAndHapticsSettings.framework/SoundsAndHapticsSettings
562: /System/Library/PrivateFrameworks/Settings/GeneralSettingsUI.framework/GeneralSettingsUI
563: /System/Library/PrivateFrameworks/Settings/SettingsUIKitPrivate.framework/SettingsUIKitPrivate
564: /System/Library/PrivateFrameworks/Settings/DisplayAndBrightnessSettings.framework/DisplayAndBrightnessSettings
565: /System/Library/PrivateFrameworks/SettingsCellularUI.framework/SettingsCellularUI
566: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI
567: /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI
568: /System/Library/PrivateFrameworks/SettingsCellular.framework/SettingsCellular
569: /System/Library/PrivateFrameworks/Settings/WallpaperSettings.framework/WallpaperSettings
570: /System/Library/PrivateFrameworks/Settings/LegalAndRegulatorySettingsPrivate.framework/LegalAndRegulatorySettingsPrivate
571: /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
572: /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
573: /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
574: /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
575: /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
576: /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
577: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
578: /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
579: /System/Library/Frameworks/Accelerate.framework/Accelerate
580: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
581: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
582: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
583: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
584: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
585: /System/Library/Frameworks/Combine.framework/Combine
586: /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
587: /System/Library/Frameworks/CryptoKit.framework/CryptoKit
588: /System/Library/Frameworks/GLKit.framework/GLKit
589: /System/Library/Frameworks/GSS.framework/GSS
590: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
591: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
592: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
593: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
594: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
595: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
596: /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
597: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
598: /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
599: /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
600: /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
601: /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
602: /System/Library/Frameworks/ReplayKit.framework/ReplayKit
603: /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
604: /System/Library/Frameworks/UIKit.framework/UIKit
605: /System/Library/Frameworks/VisionKit.framework/VisionKit
606: /System/Library/PreferenceBundles/MobileSafariSettings.bundle/MobileSafariSettings
607: /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
608: /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
609: /System/Library/PrivateFrameworks/APFS.framework/APFS
610: /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
611: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
612: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
613: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
614: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
615: /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
616: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
617: /System/Library/PrivateFrameworks/ActionKit.framework/ActionKit
618: /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
619: /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
620: /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
621: /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
622: /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
623: /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
624: /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
625: /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
626: /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
627: /System/Library/PrivateFrameworks/AssistantSettingsSupport.framework/AssistantSettingsSupport
628: /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
629: /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
630: /System/Library/PrivateFrameworks/Bom.framework/Bom
631: /System/Library/PrivateFrameworks/BookUtility.framework/BookUtility
632: /System/Library/PrivateFrameworks/CardServices.framework/CardServices
633: /System/Library/PrivateFrameworks/Cards.framework/Cards
634: /System/Library/PrivateFrameworks/CombineCocoa.framework/CombineCocoa
635: /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
636: /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
637: /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
638: /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
639: /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
640: /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
641: /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
642: /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
643: /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
644: /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
645: /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
646: /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
647: /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
648: /System/Library/PrivateFrameworks/Espresso.framework/Espresso
649: /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI
650: /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI
651: /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
652: /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
653: /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
654: /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit
655: /System/Library/PrivateFrameworks/Futhark.framework/Futhark
656: /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
657: /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
658: /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
659: /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
660: /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
661: /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
662: /System/Library/PrivateFrameworks/IntentsUICardKitProviderSupport.framework/IntentsUICardKitProviderSupport
663: /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
664: /System/Library/PrivateFrameworks/Jet.framework/Jet
665: /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
666: /System/Library/PrivateFrameworks/LockoutUI.framework/LockoutUI
667: /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
668: /System/Library/PrivateFrameworks/Marco.framework/Marco
669: /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
670: /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
671: /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
672: /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
673: /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate
674: /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
675: /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
676: /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
677: /System/Library/PrivateFrameworks/OSASyncProxyClient.framework/OSASyncProxyClient
678: /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
679: /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
680: /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
681: /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
682: /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
683: /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
684: /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
685: /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
686: /System/Library/PrivateFrameworks/SEService.framework/SEService
687: /System/Library/PrivateFrameworks/SIMSetupSupport.framework/SIMSetupSupport
688: /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
689: /System/Library/PrivateFrameworks/SearchUICardKitProviderSupport.framework/SearchUICardKitProviderSupport
690: /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
691: /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
692: /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
693: /System/Library/PrivateFrameworks/SoftwareUpdateSettingsUI.framework/SoftwareUpdateSettingsUI
694: /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
695: /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
696: /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
697: /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
698: /System/Library/PrivateFrameworks/USDKit.framework/USDKit
699: /System/Library/PrivateFrameworks/VoiceShortcutsUI.framework/VoiceShortcutsUI
700: /System/Library/PrivateFrameworks/WallpaperKit.framework/WallpaperKit
701: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit
702: /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
703: /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
704: /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
705: /System/Library/PrivateFrameworks/WorkflowUI.framework/Frameworks/ComponentKit.framework/ComponentKit
706: /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
707: /System/Library/PrivateFrameworks/ktrace.framework/ktrace
708: /System/Library/PrivateFrameworks/perfdata.framework/perfdata
709: /usr/lib/libAWDProtobufFacetimeiMessage.dylib
710: /usr/lib/libAWDSupportFramework.dylib
711: /usr/lib/libChineseTokenizer.dylib
712: /usr/lib/libFosl_dynamic.dylib
713: /usr/lib/libMatch.1.dylib
714: /usr/lib/libParallelCompression.dylib
715: /usr/lib/libReverseProxyDevice.dylib
716: /usr/lib/libSystem.B.dylib
717: /usr/lib/libThaiTokenizer.dylib
718: /usr/lib/libamsupport.dylib
719: /usr/lib/libapple_nghttp2.dylib
720: /usr/lib/libauthinstall.dylib
721: /usr/lib/libbsm.0.dylib
722: /usr/lib/libbz2.1.0.dylib
723: /usr/lib/libcharset.1.dylib
724: /usr/lib/libcmph.dylib
725: /usr/lib/libcompression.dylib
726: /usr/lib/libcoretls_cfhelpers.dylib
727: /usr/lib/libcupolicy.dylib
728: /usr/lib/libdscsym.dylib
729: /usr/lib/libedit.3.dylib
730: /usr/lib/libheimdal-asn1.dylib
731: /usr/lib/libiconv.2.dylib
732: /usr/lib/liblockdown.dylib
733: /usr/lib/liblzma.5.dylib
734: /usr/lib/libncurses.5.4.dylib
735: /usr/lib/libnetworkextension.dylib
736: /usr/lib/libresolv.9.dylib
737: /usr/lib/libsandbox.1.dylib
738: /usr/lib/libsysdiagnose.dylib
739: /usr/lib/libtidy.A.dylib
740: /usr/lib/libtzupdate.dylib
741: /usr/lib/libutil.dylib
742: /usr/lib/libxslt.1.dylib
743: /usr/lib/libz.1.dylib
744: /usr/lib/swift/libswiftAVFoundation.dylib
745: /usr/lib/swift/libswiftAccelerate.dylib
746: /usr/lib/swift/libswiftCloudKit.dylib
747: /usr/lib/swift/libswiftContacts.dylib
748: /usr/lib/swift/libswiftCoreAudio.dylib
749: /usr/lib/swift/libswiftCoreData.dylib
750: /usr/lib/swift/libswiftCoreFoundation.dylib
751: /usr/lib/swift/libswiftCoreGraphics.dylib
752: /usr/lib/swift/libswiftCoreImage.dylib
753: /usr/lib/swift/libswiftCoreLocation.dylib
754: /usr/lib/swift/libswiftCoreMIDI.dylib
755: /usr/lib/swift/libswiftCoreMedia.dylib
756: /usr/lib/swift/libswiftDarwin.dylib
757: /usr/lib/swift/libswiftDispatch.dylib
758: /usr/lib/swift/libswiftFoundation.dylib
759: /usr/lib/swift/libswiftHomeKit.dylib
760: /usr/lib/swift/libswiftMetal.dylib
761: /usr/lib/swift/libswiftObjectiveC.dylib
762: /usr/lib/swift/libswiftPhotos.dylib
763: /usr/lib/swift/libswiftQuartzCore.dylib
764: /usr/lib/swift/libswiftUIKit.dylib
765: /usr/lib/swift/libswiftos.dylib
766: /usr/lib/swift/libswiftsimd.dylib
767: /usr/lib/system/libcache.dylib
768: /usr/lib/system/libcommonCrypto.dylib
769: /usr/lib/system/libcompiler_rt.dylib
770: /usr/lib/system/liblaunch.dylib
771: /usr/lib/system/libmacho.dylib
772: /usr/lib/system/libremovefile.dylib
773: /usr/lib/system/libsystem_featureflags.dylib
774: /usr/lib/system/libsystem_m.dylib
775: /usr/lib/system/libunwind.dylib
776: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
777: /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
778: /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
779: /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
780: /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
781: /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
782: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
783: /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
784: /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
785: /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
786: /System/Library/PrivateFrameworks/CoreRepairKit.framework/CoreRepairKit
787: /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
788: /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
789: /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
790: /System/Library/PrivateFrameworks/SharingUI.framework/SharingUI

{"ProcessBundleID":"com.apple.Preferences","ProcessName":"Preferences","Culprit":"Unknown"}

libprefs enhancements

via @rpetrich

  • fixed numeric sliders
  • state restoration helpers
  • custom cell types
  • in-app preference panes
  • in-preferences view controllers (standard ones)
  • helpers for modal sheets
  • categories to get at PSSpecifier's ivars
  • specifier visibility that depends on the values of other specifiers (where visibility is toggled when the value of the other specifier changes)
  • color specifiers

PreferenceLoader not working on old iphone 3G and iOS 4.1.2

Hi,

I am trying to get PreferenceLoader to work on my old 3G with iOS 4.1.2. I've seen PreferenceLoader working on iOS 5.1.1, but don't succeed on this one, no preferences do show up.

I have installed: ultrsn0w, Activator, Terminal and iForward. Activator is working, so do some other Apps from Cydia, Apps from the App Store can be installed and do work properly.

What I tried to resolve it:

  1. reinstalled PreferenceLoader several times
  2. dowgraded/reupdated/reinstalled Cydia Substrate
  3. rejailbroken the iPhone from scatch with sn0wbreeze/rejailbroken with redsn0w from scratch
    but no success either.

Any idea?

Regards.

Debug info

Hi, I'm using preference loader to load my bundle and somewhere in my code its crashing Preferences. How can I debug preferences to find out what crashes Settings? I've used tail -f /var/log/syslog but I haven't seen any relevant output. Is there a way to use gdb or Xcode to debug Preferences.

PreferenceLoader is broken on iOS 4.2.1 - Blank pages in settings

Apps that use PreferenceLoader are now broken on older devices running firmwares such as iOS 4.2.1, like the iPod Touch 2g, because the settings pages for those apps are blank. I suspect this has something to do with a recent update to PreferenceLoader. Please fix.

Preference Loader ios7

Hi there,
I recently updated my iPad to iOS 7.0.4 and jail broke it. Unfortunately, I can't see the apps settings in the settings menu. I searched about a solution and i found that I have to reinstall the preference loader. I did the reinstall but the problem persists.

Can you help?

Thank you in advance

Aboutawm

Safari Settings Crashes After Going To Location Settings

PreferenceLoader is Making Setting Crash after going to safari settings and location please fix everytime i get and error in the crashlog.

iPhone 11 Pro
iOS 13.5
Uncover Jailbrake

Date: 1/12/21, 7:16 PM
Process: Preferences
Bundle id: com.apple.Preferences
Device: iPhone 11 Pro Max, iOS 13.5
Bundle version: 1

Exception type: EXC_BAD_ACCESS (SIGSEGV)
Exception subtype: KERN_INVALID_ADDRESS: 0xe6be30670
Exception codes: 0x0000000000000001, 0x0000000e6be30670
Culprit: Unknown
VM Protection: 0xe6be30670 is not in any region.

Triggered by thread: 0
Thread name: Dispatch queue: com.apple.main-thread
Call stack:
0 libobjc.A.dylib 0x00000001b84989b0 0x1b8497000 + 6576 // objc_msgSend
1 Preferences 0x00000001c31b1134 0x1c31a5000 + 49460 // -[PSListController _unloadBundleControllers]
2 Preferences 0x00000001c31b1348 0x1c31a5000 + 49992 // -[PSListController dealloc]
3 SafariServices 0x00000001c8cb0958 0x1c8c65000 + 309592 // -[_SFPerSitePreferenceNotifyingListController dealloc]
4 libobjc.A.dylib 0x00000001b84b9358 0x1b8497000 + 140120 // AutoreleasePoolPage::releaseUntil(objc_object**)
5 libobjc.A.dylib 0x00000001b84b9244 0x1b8497000 + 139844 // objc_autoreleasePoolPop
6 CoreFoundation 0x00000001b8795278 0x1b8656000 + 1307256 // _CFAutoreleasePoolPop
7 CoreFoundation 0x00000001b86fe2d0 0x1b8656000 + 688848 // __CFRunLoopRun
8 CoreFoundation 0x00000001b86fd8f4 0x1b8656000 + 686324 // CFRunLoopRunSpecific
9 GraphicsServices 0x00000001c2b14604 0x1c2b11000 + 13828 // GSEventRunModal
10 UIKitCore 0x00000001bc8d1358 0x1bbe62000 + 10941272 // UIApplicationMain
11 Preferences 0x0000000102201afc 0x1021f8000 + 39676 // (null)
12 libdyld.dylib 0x00000001b85792dc 0x1b8578000 + 4828 // start

Register values:
PC: 0xcf41bb81b84989b0 LR: 0xfc22ad01c31b1134 CPSR: 0x20000000
x0: 0x281f40660 x1: 0x1f4a8753f x2: 0x16dc06a80
x3: 0x16dc06ac0 x4: 0x10 x5: 0x0
x6: 0x282bce080 x7: 0x403 x8: 0x1f4a87000
x9: 0x303 x10: 0x2e64a0dde x11: 0x1ee
x12: 0x1ed x13: 0x7fde6be30660 x14: 0x1f4f0afcd
x15: 0x1fbc084b8 x16: 0xe6be30660 x17: 0x5142db01c31b10ec
x18: 0x0 x19: 0x104013400 x20: 0x281f706f0
x21: 0x104013400 x22: 0x1fbbfbf30 x23: 0x0
x24: 0x1fbbfbc70 x25: 0x3a8 x26: 0x282bce080
x27: 0x400000004 x28: 0x1f4ac8000

Loaded images:
0: /Applications/Preferences.app/Preferences
1: /usr/lib/substitute-inserter.dylib
2: /usr/lib/libsubstitute.dylib
3: /Library/MobileSubstrate/DynamicLibraries/ Choicy.dylib
4: /usr/lib/libsubstrate.dylib
5: /usr/lib/CepheiUI.framework/CepheiUI
6: /usr/lib/dyld
7: /Library/MobileSubstrate/DynamicLibraries/0Shadow.dylib
8: /usr/lib/Cephei.framework/Cephei
9: /usr/lib/librocketbootstrap.dylib
10: /usr/lib/libcolorpicker.dylib
11: /usr/lib/substitute-loader.dylib
12: /Library/MobileSubstrate/DynamicLibraries/ADockX.dylib
13: /Library/Frameworks/Alderis.framework/Alderis
14: /Library/PreferenceBundles/DockXPrefs.bundle/DockXPrefs
15: /Library/MobileSubstrate/DynamicLibraries/BrowserDefault.dylib
16: /Library/MobileSubstrate/DynamicLibraries/CCSupport.dylib
17: /Library/MobileSubstrate/DynamicLibraries/DataLogoSwitcher.dylib
18: /usr/lib/libstdc++.6.dylib
19: /Library/MobileSubstrate/DynamicLibraries/Flex.dylib
20: /Library/MobileSubstrate/DynamicLibraries/NoNowPlayingView13.dylib
21: /Library/MobileSubstrate/DynamicLibraries/PreferenceLoader.dylib
22: /usr/lib/libprefs.dylib
23: /usr/lib/libobjc-trampolines.dylib
24: /Library/MobileSubstrate/DynamicLibraries/Snowboard.dylib
25: /usr/lib/SnowBoardBase.dylib
26: /Library/MobileSubstrate/DynamicLibraries/WallpaperLoader.dylib
27: /Library/MobileSubstrate/DynamicLibraries/__Cr4shed.dylib
28: /usr/lib/libmryipc.dylib
29: /Library/MobileSubstrate/DynamicLibraries/com.r333d.eqe.UIKit.dylib
30: /Library/MobileSubstrate/DynamicLibraries/photomanager12.dylib
31: /System/Library/Accounts/ServiceOwners/AACloudServiceOwner.bundle/AACloudServiceOwner
32: /System/Library/Accounts/ServiceOwners/IDSServiceOwner.bundle/IDSServiceOwner
33: /System/Library/Accounts/ServiceOwners/AMSMediaServiceOwner.bundle/AMSMediaServiceOwner
34: /System/Library/Accounts/ServiceOwners/GCCloudServiceOwner.bundle/GCCloudServiceOwner
35: /System/Library/Accounts/ServiceOwners/AAUICloudServiceOwner.bundle/AAUICloudServiceOwner
36: /System/Library/PreferenceBundles/AssistantSettings.bundle/AssistantSettings
37: /System/Library/PreferenceBundles/InternationalSettings.bundle/InternationalSettings
38: /usr/lib/system/libsystem_trace.dylib
39: /usr/lib/system/libxpc.dylib
40: /usr/lib/system/libsystem_blocks.dylib
41: /usr/lib/system/libsystem_c.dylib
42: /usr/lib/system/libdispatch.dylib
43: /usr/lib/system/libsystem_malloc.dylib
44: /usr/lib/system/libsystem_platform.dylib
45: /usr/lib/system/libsystem_pthread.dylib
46: /usr/lib/libobjc.A.dylib
47: /usr/lib/system/libcorecrypto.dylib
48: /usr/lib/libc++abi.dylib
49: /usr/lib/system/libsystem_kernel.dylib
50: /usr/lib/system/libdyld.dylib
51: /usr/lib/system/libsystem_darwin.dylib
52: /usr/lib/libc++.1.dylib
53: /usr/lib/system/libsystem_info.dylib
54: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
55: /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
56: /System/Library/Frameworks/Foundation.framework/Foundation
57: /usr/lib/libCRFSuite.dylib
58: /System/Library/Frameworks/CoreServices.framework/CoreServices
59: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
60: /System/Library/Frameworks/ImageIO.framework/ImageIO
61: /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
62: /System/Library/Frameworks/CoreText.framework/CoreText
63: /System/Library/Frameworks/Security.framework/Security
64: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
65: /usr/lib/libMobileGestalt.dylib
66: /usr/lib/libprotobuf.dylib
67: /usr/lib/libprotobuf-lite.dylib
68: /usr/lib/libicucore.A.dylib
69: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
70: /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
71: /usr/lib/libAWDSupport.dylib
72: /System/Library/Frameworks/CoreAudio.framework/CoreAudio
73: /System/Library/Frameworks/CoreImage.framework/CoreImage
74: /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
75: /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
76: /usr/lib/libsqlite3.dylib
77: /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
78: /usr/lib/system/libsystem_notify.dylib
79: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
80: /System/Library/PrivateFrameworks/Montreal.framework/Montreal
81: /System/Library/PrivateFrameworks/NLP.framework/NLP
82: /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
83: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
84: /usr/lib/libnetwork.dylib
85: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
86: /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
87: /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
88: /System/Library/Frameworks/CoreML.framework/CoreML
89: /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
90: /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
91: /usr/lib/libenergytrace.dylib
92: /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
93: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
94: /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
95: /System/Library/Frameworks/CoreLocation.framework/CoreLocation
96: /usr/lib/libMobileGestaltExtensions.dylib
97: /System/Library/Frameworks/Accounts.framework/Accounts
98: /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
99: /System/Library/Frameworks/CFNetwork.framework/CFNetwork
100: /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
101: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
102: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
103: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
104: /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
105: /usr/lib/system/libsystem_asl.dylib
106: /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
107: /System/Library/Frameworks/CoreData.framework/CoreData
108: /System/Library/Frameworks/Vision.framework/Vision
109: /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
110: /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
111: /usr/lib/system/libsystem_networkextension.dylib
112: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
113: /System/Library/Frameworks/CloudKit.framework/CloudKit
114: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
115: /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
116: /System/Library/Frameworks/Network.framework/Network
117: /usr/lib/system/libsystem_symptoms.dylib
118: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
119: /System/Library/PrivateFrameworks/TCC.framework/TCC
120: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
121: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
122: /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
123: /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
124: /usr/lib/system/libsystem_containermanager.dylib
125: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
126: /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
127: /System/Library/PrivateFrameworks/IDS.framework/IDS
128: /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
129: /usr/lib/libCTGreenTeaLogger.dylib
130: /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
131: /System/Library/Frameworks/CoreMedia.framework/CoreMedia
132: /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
133: /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
134: /System/Library/Frameworks/QuartzCore.framework/QuartzCore
135: /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
136: /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
137: /System/Library/Frameworks/Contacts.framework/Contacts
138: /System/Library/Frameworks/UserNotifications.framework/UserNotifications
139: /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
140: /System/Library/PrivateFrameworks/Sharing.framework/Sharing
141: /System/Library/Frameworks/WebKit.framework/WebKit
142: /System/Library/PrivateFrameworks/WebCore.framework/WebCore
143: /usr/lib/libAccessibility.dylib
144: /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
145: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
146: /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
147: /System/Library/Frameworks/IOSurface.framework/IOSurface
148: /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
149: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
150: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
151: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
152: /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
153: /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
154: /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
155: /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
156: /System/Library/PrivateFrameworks/FontServices.framework/FontServices
157: /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
158: /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
159: /usr/lib/libAXSafeCategoryBundle.dylib
160: /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
161: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
162: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
163: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
164: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
165: /usr/lib/libAudioToolboxUtility.dylib
166: /System/Library/Frameworks/ContactsUI.framework/ContactsUI
167: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
168: /System/Library/Frameworks/Photos.framework/Photos
169: /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
170: /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
171: /System/Library/Frameworks/PDFKit.framework/PDFKit
172: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
173: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
174: /usr/lib/libmecabra.dylib
175: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
176: /System/Library/Frameworks/Intents.framework/Intents
177: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
178: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
179: /System/Library/PrivateFrameworks/TextInput.framework/TextInput
180: /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
181: /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
182: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
183: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
184: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
185: /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
186: /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
187: /System/Library/Frameworks/CoreMotion.framework/CoreMotion
188: /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
189: /System/Library/CoreServices/RawCamera.bundle/RawCamera
190: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
191: /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
192: /System/Library/Frameworks/CoreVideo.framework/CoreVideo
193: /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
194: /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
195: /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
196: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
197: /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
198: /usr/lib/swift/libswiftCore.dylib
199: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
200: /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
201: /System/Library/Frameworks/MapKit.framework/MapKit
202: /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
203: /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
204: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
205: /System/Library/Frameworks/CallKit.framework/CallKit
206: /System/Library/Frameworks/EventKitUI.framework/EventKitUI
207: /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
208: /System/Library/Frameworks/AVKit.framework/AVKit
209: /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
210: /usr/lib/libapp_launch_measurement.dylib
211: /System/Library/PrivateFrameworks/ScreenTimeUI.framework/ScreenTimeUI
212: /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
213: /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
214: /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
215: /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
216: /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
217: /System/Library/Frameworks/StoreKit.framework/StoreKit
218: /usr/lib/system/libsystem_configuration.dylib
219: /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
220: /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
221: /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
222: /System/Library/Frameworks/Social.framework/Social
223: /System/Library/Frameworks/WatchKit.framework/WatchKit
224: /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
225: /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
226: /usr/lib/liblangid.dylib
227: /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
228: /usr/lib/libTelephonyUtilDynamic.dylib
229: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
230: /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
231: /System/Library/Frameworks/SafariServices.framework/SafariServices
232: /System/Library/PrivateFrameworks/Message.framework/Message
233: /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
234: /usr/lib/libxml2.2.dylib
235: /System/Library/Frameworks/ModelIO.framework/ModelIO
236: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
237: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
238: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
239: /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
240: /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
241: /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
242: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
243: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
244: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
245: /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
246: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
247: /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
248: /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
249: /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
250: /System/Library/Frameworks/QuickLook.framework/QuickLook
251: /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
252: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
253: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
254: /System/Library/Frameworks/EventKit.framework/EventKit
255: /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
256: /System/Library/Frameworks/PencilKit.framework/PencilKit
257: /System/Library/Frameworks/MessageUI.framework/MessageUI
258: /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
259: /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
260: /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
261: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
262: /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
263: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
264: /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
265: /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
266: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
267: /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
268: /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
269: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
270: /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
271: /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
272: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
273: /System/Library/PrivateFrameworks/IMCore.framework/IMCore
274: /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
275: /System/Library/Frameworks/HealthKit.framework/HealthKit
276: /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
277: /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
278: /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
279: /usr/lib/system/libsystem_sandbox.dylib
280: /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
281: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
282: /System/Library/PrivateFrameworks/Settings/PrivacySettingsUI.framework/PrivacySettingsUI
283: /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
284: /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
285: /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
286: /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
287: /System/Library/PrivateFrameworks/Rapport.framework/Rapport
288: /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
289: /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
290: /System/Library/Frameworks/Metal.framework/Metal
291: /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
292: /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
293: /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
294: /usr/lib/system/libsystem_dnssd.dylib
295: /System/Library/Frameworks/PushKit.framework/PushKit
296: /System/Library/Frameworks/FileProvider.framework/FileProvider
297: /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
298: /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
299: /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
300: /System/Library/PrivateFrameworks/Categories.framework/Categories
301: /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
302: /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
303: /System/Library/Frameworks/SceneKit.framework/SceneKit
304: /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
305: /System/Library/Frameworks/Messages.framework/Messages
306: /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
307: /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
308: /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
309: /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
310: /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
311: /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
312: /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
313: /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
314: /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
315: /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
316: /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
317: /usr/lib/libcoretls.dylib
318: /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
319: /System/Library/Frameworks/IntentsUI.framework/IntentsUI
320: /usr/lib/libate.dylib
321: /System/Library/PrivateFrameworks/FTServices.framework/FTServices
322: /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer
323: /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
324: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
325: /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
326: /System/Library/PrivateFrameworks/MIME.framework/MIME
327: /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
328: /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
329: /System/Library/PrivateFrameworks/FMF.framework/FMF
330: /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
331: /System/Library/PrivateFrameworks/NearField.framework/NearField
332: /System/Library/PrivateFrameworks/IconServices.framework/IconServices
333: /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
334: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
335: /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
336: /usr/lib/libprequelite.dylib
337: /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
338: /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
339: /System/Library/PrivateFrameworks/Email.framework/Email
340: /System/Library/Frameworks/ClassKit.framework/ClassKit
341: /usr/lib/libnfshared.dylib
342: /System/Library/PrivateFrameworks/CPMS.framework/CPMS
343: /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
344: /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
345: /System/Library/PrivateFrameworks/IAP.framework/IAP
346: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
347: /System/Library/PrivateFrameworks/Weather.framework/Weather
348: /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation
349: /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
350: /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
351: /System/Library/PrivateFrameworks/AppPredictionClient.framework/AppPredictionClient
352: /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
353: /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
354: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
355: /System/Library/Frameworks/HomeKit.framework/HomeKit
356: /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
357: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
358: /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
359: /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
360: /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
361: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
362: /usr/lib/libIOReport.dylib
363: /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
364: /System/Library/PrivateFrameworks/Stocks.framework/Stocks
365: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
366: /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
367: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
368: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
369: /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
370: /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
371: /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
372: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
373: /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
374: /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
375: /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
376: /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
377: /System/Library/Frameworks/AddressBook.framework/AddressBook
378: /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
379: /System/Library/Frameworks/AdSupport.framework/AdSupport
380: /System/Library/Frameworks/SpriteKit.framework/SpriteKit
381: /System/Library/PrivateFrameworks/Proximity.framework/Proximity
382: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
383: /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
384: /System/Library/PrivateFrameworks/FMCore.framework/FMCore
385: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
386: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
387: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
388: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
389: /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
390: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
391: /usr/lib/libtailspin.dylib
392: /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
393: /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
394: /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
395: /usr/lib/libFDR.dylib
396: /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
397: /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
398: /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
399: /System/Library/PrivateFrameworks/Search.framework/Search
400: /System/Library/PrivateFrameworks/Notes.framework/Notes
401: /System/Library/Frameworks/MetalKit.framework/MetalKit
402: /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
403: /System/Library/PrivateFrameworks/FlightUtilities.framework/FlightUtilities
404: /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
405: /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
406: /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
407: /System/Library/PrivateFrameworks/MailServices.framework/MailServices
408: /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
409: /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
410: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
411: /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
412: /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
413: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
414: /System/Library/PrivateFrameworks/WorkflowKit.framework/WorkflowKit
415: /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
416: /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
417: /System/Library/Frameworks/OpenGLES.framework/OpenGLES
418: /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
419: /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
420: /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
421: /System/Library/PrivateFrameworks/VoiceShortcutClient.framework/VoiceShortcutClient
422: /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
423: /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
424: /System/Library/Frameworks/ARKit.framework/ARKit
425: /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
426: /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
427: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome
428: /System/Library/PrivateFrameworks/Widgets.framework/Widgets
429: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI
430: /System/Library/PrivateFrameworks/PlatterKit.framework/PlatterKit
431: /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
432: /System/Library/Frameworks/PhotosUI.framework/PhotosUI
433: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
434: /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
435: /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
436: /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
437: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
438: /System/Library/PrivateFrameworks/AVConference.framework/AVConference
439: /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
440: /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
441: /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
442: /System/Library/PrivateFrameworks/Netrb.framework/Netrb
443: /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
444: /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
445: /usr/lib/libgermantok.dylib
446: /usr/lib/libmecab.dylib
447: /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
448: /System/Library/PrivateFrameworks/CardKit.framework/CardKit
449: /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore
450: /System/Library/PrivateFrameworks/AppPredictionUI.framework/AppPredictionUI
451: /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
452: /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
453: /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices
454: /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
455: /System/Library/PrivateFrameworks/Navigation.framework/Navigation
456: /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
457: /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
458: /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
459: /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
460: /System/Library/PrivateFrameworks/OAuth.framework/OAuth
461: /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
462: /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
463: /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
464: /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
465: /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
466: /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
467: /usr/lib/libarchive.2.dylib
468: /System/Library/PrivateFrameworks/C2.framework/C2
469: /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
470: /usr/lib/system/libsystem_coreservices.dylib
471: /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
472: /usr/lib/libmis.dylib
473: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
474: /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
475: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
476: /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
477: /usr/lib/system/libcopyfile.dylib
478: /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
479: /System/Library/PrivateFrameworks/SOS.framework/SOS
480: /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
481: /System/Library/PrivateFrameworks/Home.framework/Home
482: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
483: /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
484: /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
485: /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
486: /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
487: /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
488: /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
489: /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
490: /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
491: /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
492: /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
493: /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
494: /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
495: /System/Library/PrivateFrameworks/MMCS.framework/MMCS
496: /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
497: /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
498: /System/Library/PrivateFrameworks/Quagga.framework/Quagga
499: /System/Library/PrivateFrameworks/IntentsServices.framework/IntentsServices
500: /usr/lib/libAXSpeechManager.dylib
501: /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
502: /System/Library/PrivateFrameworks/libEDR.framework/libEDR
503: /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
504: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
505: /usr/lib/libperfcheck.dylib
506: /usr/lib/libAudioStatistics.dylib
507: /System/Library/PrivateFrameworks/caulk.framework/caulk
508: /System/Library/PrivateFrameworks/EmbeddedDataReset.framework/EmbeddedDataReset
509: /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
510: /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
511: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
512: /System/Library/PrivateFrameworks/NCLaunchStats.framework/NCLaunchStats
513: /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
514: /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
515: /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
516: /System/Library/PrivateFrameworks/HID.framework/HID
517: /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
518: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
519: /System/Library/PrivateFrameworks/Engram.framework/Engram
520: /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
521: /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
522: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
523: /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
524: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
525: /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
526: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
527: /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
528: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
529: /System/Library/PrivateFrameworks/CertUI.framework/CertUI
530: /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
531: /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
532: /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
533: /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
534: /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
535: /System/Library/PrivateFrameworks/NetAppsUtilitiesUI.framework/NetAppsUtilitiesUI
536: /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
537: /System/Library/Frameworks/OpenAL.framework/OpenAL
538: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
539: /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
540: /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
541: /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
542: /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
543: /System/Library/Frameworks/Speech.framework/Speech
544: /System/Library/PrivateFrameworks/AdCore.framework/AdCore
545: /System/Library/PrivateFrameworks/kperf.framework/kperf
546: /System/Library/PrivateFrameworks/ContentKit.framework/ContentKit
547: /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
548: /usr/lib/libpcap.A.dylib
549: /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
550: /System/Library/PrivateFrameworks/WorkflowUI.framework/WorkflowUI
551: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
552: /System/Library/PrivateFrameworks/WebUI.framework/WebUI
553: /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
554: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
555: /System/Library/PrivateFrameworks/vCard.framework/vCard
556: /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
557: /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
558: /System/Library/PrivateFrameworks/SoftwareUpdateSettings.framework/SoftwareUpdateSettings
559: /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit
560: /System/Library/PreferenceBundles/VPNPreferences.bundle/VPNPreferences
561: /System/Library/PrivateFrameworks/Settings/SoundsAndHapticsSettings.framework/SoundsAndHapticsSettings
562: /System/Library/PrivateFrameworks/Settings/GeneralSettingsUI.framework/GeneralSettingsUI
563: /System/Library/PrivateFrameworks/Settings/SettingsUIKitPrivate.framework/SettingsUIKitPrivate
564: /System/Library/PrivateFrameworks/Settings/DisplayAndBrightnessSettings.framework/DisplayAndBrightnessSettings
565: /System/Library/PrivateFrameworks/SettingsCellularUI.framework/SettingsCellularUI
566: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI
567: /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI
568: /System/Library/PrivateFrameworks/SettingsCellular.framework/SettingsCellular
569: /System/Library/PrivateFrameworks/Settings/WallpaperSettings.framework/WallpaperSettings
570: /System/Library/PrivateFrameworks/Settings/LegalAndRegulatorySettingsPrivate.framework/LegalAndRegulatorySettingsPrivate
571: /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
572: /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
573: /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
574: /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
575: /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
576: /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
577: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
578: /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
579: /System/Library/Frameworks/Accelerate.framework/Accelerate
580: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
581: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
582: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
583: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
584: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
585: /System/Library/Frameworks/Combine.framework/Combine
586: /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
587: /System/Library/Frameworks/CryptoKit.framework/CryptoKit
588: /System/Library/Frameworks/GLKit.framework/GLKit
589: /System/Library/Frameworks/GSS.framework/GSS
590: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
591: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
592: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
593: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
594: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
595: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
596: /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
597: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
598: /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
599: /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
600: /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
601: /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
602: /System/Library/Frameworks/ReplayKit.framework/ReplayKit
603: /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
604: /System/Library/Frameworks/UIKit.framework/UIKit
605: /System/Library/Frameworks/VisionKit.framework/VisionKit
606: /System/Library/PreferenceBundles/MobileSafariSettings.bundle/MobileSafariSettings
607: /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
608: /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
609: /System/Library/PrivateFrameworks/APFS.framework/APFS
610: /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
611: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
612: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
613: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
614: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
615: /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
616: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
617: /System/Library/PrivateFrameworks/ActionKit.framework/ActionKit
618: /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
619: /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
620: /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
621: /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
622: /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
623: /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
624: /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
625: /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
626: /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
627: /System/Library/PrivateFrameworks/AssistantSettingsSupport.framework/AssistantSettingsSupport
628: /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
629: /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
630: /System/Library/PrivateFrameworks/Bom.framework/Bom
631: /System/Library/PrivateFrameworks/BookUtility.framework/BookUtility
632: /System/Library/PrivateFrameworks/CardServices.framework/CardServices
633: /System/Library/PrivateFrameworks/Cards.framework/Cards
634: /System/Library/PrivateFrameworks/CombineCocoa.framework/CombineCocoa
635: /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
636: /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
637: /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
638: /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
639: /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
640: /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
641: /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
642: /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
643: /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
644: /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
645: /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
646: /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
647: /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
648: /System/Library/PrivateFrameworks/Espresso.framework/Espresso
649: /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI
650: /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI
651: /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
652: /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
653: /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
654: /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit
655: /System/Library/PrivateFrameworks/Futhark.framework/Futhark
656: /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
657: /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
658: /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
659: /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
660: /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
661: /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
662: /System/Library/PrivateFrameworks/IntentsUICardKitProviderSupport.framework/IntentsUICardKitProviderSupport
663: /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
664: /System/Library/PrivateFrameworks/Jet.framework/Jet
665: /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
666: /System/Library/PrivateFrameworks/LockoutUI.framework/LockoutUI
667: /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
668: /System/Library/PrivateFrameworks/Marco.framework/Marco
669: /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
670: /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
671: /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
672: /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
673: /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate
674: /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
675: /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
676: /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
677: /System/Library/PrivateFrameworks/OSASyncProxyClient.framework/OSASyncProxyClient
678: /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
679: /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
680: /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
681: /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
682: /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
683: /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
684: /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
685: /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
686: /System/Library/PrivateFrameworks/SEService.framework/SEService
687: /System/Library/PrivateFrameworks/SIMSetupSupport.framework/SIMSetupSupport
688: /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
689: /System/Library/PrivateFrameworks/SearchUICardKitProviderSupport.framework/SearchUICardKitProviderSupport
690: /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
691: /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
692: /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
693: /System/Library/PrivateFrameworks/SoftwareUpdateSettingsUI.framework/SoftwareUpdateSettingsUI
694: /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
695: /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
696: /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
697: /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
698: /System/Library/PrivateFrameworks/USDKit.framework/USDKit
699: /System/Library/PrivateFrameworks/VoiceShortcutsUI.framework/VoiceShortcutsUI
700: /System/Library/PrivateFrameworks/WallpaperKit.framework/WallpaperKit
701: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit
702: /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
703: /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
704: /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
705: /System/Library/PrivateFrameworks/WorkflowUI.framework/Frameworks/ComponentKit.framework/ComponentKit
706: /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
707: /System/Library/PrivateFrameworks/ktrace.framework/ktrace
708: /System/Library/PrivateFrameworks/perfdata.framework/perfdata
709: /usr/lib/libAWDProtobufFacetimeiMessage.dylib
710: /usr/lib/libAWDSupportFramework.dylib
711: /usr/lib/libChineseTokenizer.dylib
712: /usr/lib/libFosl_dynamic.dylib
713: /usr/lib/libMatch.1.dylib
714: /usr/lib/libParallelCompression.dylib
715: /usr/lib/libReverseProxyDevice.dylib
716: /usr/lib/libSystem.B.dylib
717: /usr/lib/libThaiTokenizer.dylib
718: /usr/lib/libamsupport.dylib
719: /usr/lib/libapple_nghttp2.dylib
720: /usr/lib/libauthinstall.dylib
721: /usr/lib/libbsm.0.dylib
722: /usr/lib/libbz2.1.0.dylib
723: /usr/lib/libcharset.1.dylib
724: /usr/lib/libcmph.dylib
725: /usr/lib/libcompression.dylib
726: /usr/lib/libcoretls_cfhelpers.dylib
727: /usr/lib/libcupolicy.dylib
728: /usr/lib/libdscsym.dylib
729: /usr/lib/libedit.3.dylib
730: /usr/lib/libheimdal-asn1.dylib
731: /usr/lib/libiconv.2.dylib
732: /usr/lib/liblockdown.dylib
733: /usr/lib/liblzma.5.dylib
734: /usr/lib/libncurses.5.4.dylib
735: /usr/lib/libnetworkextension.dylib
736: /usr/lib/libresolv.9.dylib
737: /usr/lib/libsandbox.1.dylib
738: /usr/lib/libsysdiagnose.dylib
739: /usr/lib/libtidy.A.dylib
740: /usr/lib/libtzupdate.dylib
741: /usr/lib/libutil.dylib
742: /usr/lib/libxslt.1.dylib
743: /usr/lib/libz.1.dylib
744: /usr/lib/swift/libswiftAVFoundation.dylib
745: /usr/lib/swift/libswiftAccelerate.dylib
746: /usr/lib/swift/libswiftCloudKit.dylib
747: /usr/lib/swift/libswiftContacts.dylib
748: /usr/lib/swift/libswiftCoreAudio.dylib
749: /usr/lib/swift/libswiftCoreData.dylib
750: /usr/lib/swift/libswiftCoreFoundation.dylib
751: /usr/lib/swift/libswiftCoreGraphics.dylib
752: /usr/lib/swift/libswiftCoreImage.dylib
753: /usr/lib/swift/libswiftCoreLocation.dylib
754: /usr/lib/swift/libswiftCoreMIDI.dylib
755: /usr/lib/swift/libswiftCoreMedia.dylib
756: /usr/lib/swift/libswiftDarwin.dylib
757: /usr/lib/swift/libswiftDispatch.dylib
758: /usr/lib/swift/libswiftFoundation.dylib
759: /usr/lib/swift/libswiftHomeKit.dylib
760: /usr/lib/swift/libswiftMetal.dylib
761: /usr/lib/swift/libswiftObjectiveC.dylib
762: /usr/lib/swift/libswiftPhotos.dylib
763: /usr/lib/swift/libswiftQuartzCore.dylib
764: /usr/lib/swift/libswiftUIKit.dylib
765: /usr/lib/swift/libswiftos.dylib
766: /usr/lib/swift/libswiftsimd.dylib
767: /usr/lib/system/libcache.dylib
768: /usr/lib/system/libcommonCrypto.dylib
769: /usr/lib/system/libcompiler_rt.dylib
770: /usr/lib/system/liblaunch.dylib
771: /usr/lib/system/libmacho.dylib
772: /usr/lib/system/libremovefile.dylib
773: /usr/lib/system/libsystem_featureflags.dylib
774: /usr/lib/system/libsystem_m.dylib
775: /usr/lib/system/libunwind.dylib
776: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
777: /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
778: /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
779: /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
780: /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
781: /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
782: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
783: /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
784: /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
785: /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
786: /System/Library/PrivateFrameworks/CoreRepairKit.framework/CoreRepairKit
787: /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
788: /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
789: /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
790: /System/Library/PrivateFrameworks/SharingUI.framework/SharingUI

{"ProcessBundleID":"com.apple.Preferences","ProcessName":"Preferences","Culprit":"Unknown"}

Culprit of battery drain and battery info to not show

I’ve been having an issue of powerlogHelperdfix not working for the past week and I’ve asked for help and everyone gave the same answer. Choicy. Apparently disabling tweak injection wasn’t enough, so I decided to start from scratch and rejailbreak and download every tweak again to find out what caused the crash loop in powerhelperd. Each time I downloaded a tweak I checked my battery info for the infinite loading icon. And each time went well until I downloaded preferenceloader...

iOS 8.3 Support

As you may or may not have noticed. This tweak is broken with the new 8.3 update. Just doesn't show up in settings at all. Have already 3 apps that make use of this tweak. So it's not the lack of support on their side

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.