GithubHelp home page GithubHelp logo

hbang / alderis Goto Github PK

View Code? Open in Web Editor NEW
235.0 13.0 34.0 18.99 MB

A fresh new color picker, with a gentle, fun, and dead simple user interface.

Home Page: https://hbang.github.io/Alderis/

License: Apache License 2.0

Swift 87.11% Objective-C 8.55% Makefile 1.99% Shell 1.33% Ruby 1.03%
ios color-picker swift

alderis's Introduction

Alderis Color Picker

Try it yourself: pod try Alderis

Alderis is a fresh new color picker, with a gentle, fun, and dead simple user interface. It aims to incorporate the usual elements of a color picker, in a way that users will find easy and fun to use.

The user can start by selecting a color they like on the initial color palette tab, and either accept it, or refine it using the color wheel and adjustment sliders found on the two other tabs.

Alderis is named for the Alderamin (Alpha) star in the Cepheus (Cephei) constellation. (There is no dependency on the Cephei project.)

Documentation


Click for full-quality MP4

Why do I want this? Isn’t there already a color picker in iOS?

Alderis was originally released before iOS 14 was unveiled with a built-in color picker feature, which seems to be heavily inspired by Alderis. However, rather than throw in the towel here, I’m considering this an opportunity to continue building what I feel is a better, less cluttered user experience, with more configuration options for apps to fine-tune a color picker UI suitable for each use case and target market.

If this doesn’t seem important to you, the answer is simple: skip Alderis and use UIColorPickerViewController. If it does, read on.

Feature Comparison

Alderis UIKit
Minimal UI ✔️ ✖️
Drag and drop colors within app ✔️ ✔️ *
Drag and drop colors across apps ✔️ ✖️
Color grid ✔️ ✔️
Color spectrum/wheel ✔️ ✔️
RGB sliders ✔️ ✔️
HSB sliders ✔️ ✖️
Grayscale slider ✔️ ✖️
Opacity slider ✔️ ✔️
Hex color code support ✔️ ✔️
Color space support (Display P3) ✖️ ✔️
Save favorite colors ✖️ ✔️
Saved colors shared across apps ✖️ ✔️
Grab color from screen (eyedropper) ✖️ ✔️
Customise title label ✔️ ✖️
Customise tab row visibility ✔️ ✖️
Customise visible tabs ✔️ ✖️
Customise initially selected tab ✔️ ✖️
Customise opacity slider visibility ✔️ ✔️
Customise color grid ✖️ ✖️
Interface Builder support ✖️ ✖️
SwiftUI support w/o UIKit bridging ✖️ ✖️
Observe value change with KVO ✖️ ✔️

* UIColorWell supports dragging colors onto it, but not out of it. Alderis supports both directions, which are separately configurable. The default Alderis ColorWell behavior matches UIColorWell. Alderis supports drag and drop on the color picker window; UIKit does not.

Installation

CocoaPods

Add to your Podfile:

pod 'Alderis', '~> 1.2.0'

And then run pod install.

Carthage

Add to your Cartfile:

github 'hbang/Alderis' ~> 1.2.0

And then run carthage update.

Swift Package Manager

  1. Click File → Swift Packages → Add Package Dependency.
  2. Enter http://github.com/hbang/Alderis.git.
  3. Specify 1.2 as the version filter.

Or, manually add it to your Package.swift:

dependencies: [
	.package(url: "http://github.com/hbang/Alderis.git", from: "1.2.0")
]

And then run swift package update.

Jailbreak packages

Add ws.hbang.alderis (>= 1.2) to your Depends: list.

Preference Bundles and libcolorpicker Compatibility

Alderis acts as a drop-in replacement for libcolorpicker, an abandoned but still very popular color picker library on jailbroken iOS. Packages can simply change their dependencies list to replace org.thebigboss.libcolorpicker with ws.hbang.alderis (>= 1.2) to switch their color picker to Alderis. No other changes required!

For more information, refer to the docs.

License

Licensed under the Apache License, version 2.0. Refer to LICENSE.md.

Header backdrop photo credit: John-Mark Smith on Unsplash

alderis's People

Contributors

elihwyma avatar kabiroberai avatar kirb avatar ryannair05 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alderis's Issues

Use UIPresentationController

At the moment, the way that the inner view controller is being presented is hacky at best, and results in janky presentation/dismissal behavior. A better solution would be to use UIPresentationController, enabling support for less janky animations as well as popover presentation.

[Swift Package Manager] Failed to resolve dependencies

I'm trying to add this library via swift package manager in XCode 12
I'm getting following error:

because no versions of Alderis match the requirement 1.0.0..<2.0.0 and root depends on Alderis 1.0.0..<2.0.0, version solving failed.

I've tried 1.0, 1.1, next minor, next major
No luck

Alderis color picker crashed on iOS 12.4 iPhone 5s using chimera

After installing colorbanner2, When I chose color, the settings crashed immediately
Here is the crash log
Date: 1/13/21, 5:56 PM
Process: Preferences
Bundle id: com.apple.Preferences
Device: iPhone 5s, iOS 12.4
Bundle version: 1

Exception type: NSInvalidArgumentException
Reason: -[UIDeviceRGBColor alpha]: unrecognized selector sent to instance 0x280d0c4c0
Culprit: Unknown

Call stack:
0 CoreFoundation 0x00000001b8ada9a4 0x1b89c2000 + 0x11898c // __exceptionPreprocess
1 libobjc.A.dylib 0x00000001b7cb39f8 0x1b7cae000 + 0x59f8 // objc_exception_throw
2 CoreFoundation 0x00000001b89f71c8 0x1b89c2000 + 0x351c8 // -[NSOrderedSet initWithSet:copyItems:]
3 CoreFoundation 0x00000001b8ae01d4 0x1b89c2000 + 0x11e1d4 // forwarding
4 CoreFoundation 0x00000001b8ae1e6c 0x1b89c2000 + 0x11fe6c // _CF_forwarding_prep_0
5 ColorBanners2Prefs 0x0000000103671bec ColorBanners2Prefs + 39916
6 libcolorpicker.dylib 0x000000010368226c 0x10367c000 + 0x626c // colorFromDefaultsWithKey
7 Alderis 0x00000001036ac62c 0x103690000 + 0x1c62c // block_destroy_helper.5
8 Alderis 0x00000001036ab808 0x103690000 + 0x1b808 // block_destroy_helper.5
9 Alderis 0x00000001036abbe0 0x103690000 + 0x1bbe0 // block_destroy_helper.5
10 UIKitCore 0x00000001e4e35224 0x1e4b22000 + 0x313224 // -[UIViewController loadViewIfRequired]
11 UIKitCore 0x00000001e4e35628 0x1e4b22000 + 0x313628 // -[UIViewController view]
12 Alderis 0x00000001036b2ec0 0x103690000 + 0x22ec0 // globalinit_33_B42BBEE4BA03F1D56860C52CABEA8830_func24
13 Alderis 0x00000001036b4094 0x103690000 + 0x24094 // globalinit_33_B42BBEE4BA03F1D56860C52CABEA8830_func24
14 UIKitCore 0x00000001e4e35224 0x1e4b22000 + 0x313224 // -[UIViewController loadViewIfRequired]
15 UIKitCore 0x00000001e4e35628 0x1e4b22000 + 0x313628 // -[UIViewController view]
16 UIKitCore 0x00000001e4e4cdd4 0x1e4b22000 + 0x32add4 // -[UIViewController _setPresentationController:]
17 UIKitCore 0x00000001e4e451f4 0x1e4b22000 + 0x3231f4 // -[UIViewController _presentViewController:modalSourceViewController:presentationController:animationController:interactionController:completion:]
18 UIKitCore 0x00000001e4e46ccc 0x1e4b22000 + 0x324ccc // -[UIViewController _presentViewController:withAnimationController:completion:]
19 UIKitCore 0x00000001e4e493a8 0x1e4b22000 + 0x3273a8 // __63-[UIViewController _presentViewController:animated:completion:]_block_invoke
20 UIKitCore 0x00000001e4e61e9c 0x1e4b22000 + 0x33fe9c // -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:]
21 UIKitCore 0x00000001e4e5e25c 0x1e4b22000 + 0x33c25c // -[_UIViewControllerTransitionContext _runAlongsideCompletions]
22 UIKitCore 0x00000001e4e5df34 0x1e4b22000 + 0x33bf34 // -[_UIViewControllerTransitionContext completeTransition:]
23 Alderis 0x00000001036b17a0 0x103690000 + 0x217a0 // block_destroy_helper.31
24 Foundation 0x00000001b9562874 0x1b942d000 + 0x135874 // __NSFireTimer
25 CoreFoundation 0x00000001b8a6cd60 0x1b89c2000 + 0xaad60 // CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION
26 CoreFoundation 0x00000001b8a6ca90 0x1b89c2000 + 0xaaa90 // __CFRunLoopDoTimer
27 CoreFoundation 0x00000001b8a6c2c4 0x1b89c2000 + 0xaa2c4 // __CFRunLoopDoTimers
28 CoreFoundation 0x00000001b8a67214 0x1b89c2000 + 0xa5214 // __CFRunLoopRun
29 CoreFoundation 0x00000001b8a667c0 0x1b89c2000 + 0xa47c0 // CFRunLoopRunSpecific
30 GraphicsServices 0x00000001bac6779c 0x1bac5d000 + 0xa79c // GSEventRunModal
31 UIKitCore 0x00000001e53dec38 0x1e4b22000 + 0x8bcc38 // UIApplicationMain
32 Preferences 0x0000000100690ae8 Preferences + 19176
33 libdyld.dylib 0x00000001b852a8e0 0x1b8529000 + 0x18e0 // start

Loaded images:
0: /Applications/Preferences.app/Preferences (Version: 0)
1: /usr/lib/pspawn_payload-stg2.dylib (Version: 0)
2: /usr/lib/TweakInject.dylib (Version: 0)
3: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard (Version: 65536)
4: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation (Version: 103223552)
5: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (Version: 18022400)
6: /usr/lib/liblockdown.dylib (Version: 65536)
7: /usr/lib/libmis.dylib (Version: 65536)
8: /usr/lib/libtzupdate.dylib (Version: 65536)
9: /usr/lib/libSystem.B.dylib (Version: 82115073)
10: /System/Library/PrivateFrameworks/FamilyCircleUI.framework/FamilyCircleUI (Version: 65536)
11: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI (Version: 0)
12: /System/Library/Frameworks/CoreLocation.framework/CoreLocation (Version: 147132430)
13: /System/Library/Frameworks/CoreMotion.framework/CoreMotion (Version: 147132430)
14: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount (Version: 65536)
15: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities (Version: 65536)
16: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices (Version: 917504)
17: /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI (Version: 65536)
18: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks (Version: 65536)
19: /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI (Version: 65536)
20: /System/Library/PrivateFrameworks/TCC.framework/TCC (Version: 65536)
21: /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices (Version: 52428800)
22: /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager (Version: 65536)
23: /System/Library/Frameworks/Accounts.framework/Accounts (Version: 65536)
24: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices (Version: 65536)
25: /System/Library/Frameworks/WebKit.framework/WebKit (Version: 39781129)
26: /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons (Version: 24379392)
27: /System/Library/PrivateFrameworks/IAP.framework/IAP (Version: 65536)
28: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary (Version: 65536)
29: /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit (Version: 65536)
30: /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics (Version: 82905344)
31: /System/Library/Frameworks/UIKit.framework/UIKit (Version: 3997696000)
32: /System/Library/Frameworks/Foundation.framework/Foundation (Version: 103223552)
33: /System/Library/PrivateFrameworks/Preferences.framework/Preferences (Version: 65536)
34: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport (Version: 1900544)
35: /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration (Version: 63176451)
36: /System/Library/Frameworks/Security.framework/Security (Version: 3819896579)
37: /System/Library/PrivateFrameworks/Celestial.framework/Celestial (Version: 65536)
38: /System/Library/Frameworks/QuartzCore.framework/QuartzCore (Version: 68352)
39: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices (Version: 65536)
40: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices (Version: 65536)
41: /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory (Version: 65536)
42: /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony (Version: 0)
43: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration (Version: 65536)
44: /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime (Version: 16909056)
45: /System/Library/PrivateFrameworks/FTServices.framework/FTServices (Version: 52428800)
46: /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary (Version: 65536)
47: /System/Library/Frameworks/EventKitUI.framework/EventKitUI (Version: 65536)
48: /System/Library/Frameworks/EventKit.framework/EventKit (Version: 6553600)
49: /usr/lib/libAccessibility.dylib (Version: 65536)
50: /usr/lib/libMobileGestalt.dylib (Version: 65536)
51: /usr/lib/libicucore.A.dylib (Version: 4063488)
52: /usr/lib/libobjc.A.dylib (Version: 14942208)
53: /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport (Version: 65536)
54: /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog (Version: 65536)
55: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard (Version: 0)
56: /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices (Version: 0)
57: /System/Library/PrivateFrameworks/IDS.framework/IDS (Version: 52428800)
58: /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter (Version: 52428800)
59: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices (Version: 62062592)
60: /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection (Version: 65536)
61: /System/Library/Frameworks/CoreServices.framework/CoreServices (Version: 62062592)
62: /usr/lib/libenergytrace.dylib (Version: 65536)
63: /usr/lib/libz.1.dylib (Version: 66059)
64: /usr/lib/libbsm.0.dylib (Version: 65536)
65: /usr/lib/system/libcache.dylib (Version: 5308416)
66: /usr/lib/system/libcommonCrypto.dylib (Version: 3939957250)
67: /usr/lib/system/libcompiler_rt.dylib (Version: 4129280)
68: /usr/lib/system/libcopyfile.dylib (Version: 65536)
69: /usr/lib/system/libcorecrypto.dylib (Version: 39517954)
70: /usr/lib/system/libdispatch.dylib (Version: 66125569)
71: /usr/lib/system/libdyld.dylib (Version: 42599172)
72: /usr/lib/system/liblaunch.dylib (Version: 87621389)
73: /usr/lib/system/libmacho.dylib (Version: 60751875)
74: /usr/lib/system/libremovefile.dylib (Version: 3000322)
75: /usr/lib/system/libsystem_asl.dylib (Version: 23382020)
76: /usr/lib/system/libsystem_blocks.dylib (Version: 4784128)
77: /usr/lib/system/libsystem_c.dylib (Version: 83425793)
78: /usr/lib/system/libsystem_configuration.dylib (Version: 63176451)
79: /usr/lib/system/libsystem_containermanager.dylib (Version: 65536)
80: /usr/lib/system/libsystem_coreservices.dylib (Version: 4259840)
81: /usr/lib/system/libsystem_darwin.dylib (Version: 65536)
82: /usr/lib/system/libsystem_dnssd.dylib (Version: 57605890)
83: /usr/lib/system/libsystem_info.dylib (Version: 65536)
84: /usr/lib/system/libsystem_m.dylib (Version: 207013895)
85: /usr/lib/system/libsystem_malloc.dylib (Version: 10944257)
86: /usr/lib/system/libsystem_networkextension.dylib (Version: 65536)
87: /usr/lib/system/libsystem_notify.dylib (Version: 11323413)
88: /usr/lib/system/libsystem_sandbox.dylib (Version: 55836417)
89: /usr/lib/system/libsystem_kernel.dylib (Version: 321388335)
90: /usr/lib/system/libsystem_platform.dylib (Version: 11665153)
91: /usr/lib/system/libsystem_pthread.dylib (Version: 21690882)
92: /usr/lib/system/libsystem_symptoms.dylib (Version: 65536)
93: /usr/lib/system/libsystem_trace.dylib (Version: 59440897)
94: /usr/lib/system/libunwind.dylib (Version: 8389120)
95: /usr/lib/system/libxpc.dylib (Version: 87621389)
96: /usr/lib/libc++abi.dylib (Version: 26218752)
97: /usr/lib/libc++.1.dylib (Version: 26216708)
98: /usr/lib/libarchive.2.dylib (Version: 590336)
99: /usr/lib/libxml2.2.dylib (Version: 657664)
100: /System/Library/Frameworks/CFNetwork.framework/CFNetwork (Version: 64094215)
101: /usr/lib/libCRFSuite.dylib (Version: 65536)
102: /usr/lib/liblangid.dylib (Version: 65536)
103: /usr/lib/libbz2.1.0.dylib (Version: 65541)
104: /usr/lib/liblzma.5.dylib (Version: 393984)
105: /usr/lib/libsqlite3.dylib (Version: 17963520)
106: /usr/lib/libnetwork.dylib (Version: 65536)
107: /usr/lib/libapple_nghttp2.dylib (Version: 71681)
108: /usr/lib/libpcap.A.dylib (Version: 65536)
109: /usr/lib/libcoretls.dylib (Version: 10214401)
110: /usr/lib/libcoretls_cfhelpers.dylib (Version: 10214401)
111: /System/Library/Frameworks/IOSurface.framework/IOSurface (Version: 65536)
112: /System/Library/Frameworks/Accelerate.framework/Accelerate (Version: 262144)
113: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage (Version: 33166336)
114: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib (Version: 44038660)
115: /usr/lib/libcompression.dylib (Version: 65536)
116: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib (Version: 44038660)
117: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib (Version: 44038660)
118: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib (Version: 65536)
119: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib (Version: 65536)
120: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib (Version: 65536)
121: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib (Version: 65536)
122: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib (Version: 65536)
123: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib (Version: 65536)
124: /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib (Version: 65536)
125: /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation (Version: 65536)
126: /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices (Version: 65536)
127: /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices (Version: 65536)
128: /System/Library/Frameworks/CoreText.framework/CoreText (Version: 65536)
129: /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib (Version: 65536)
130: /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation (Version: 36241408)
131: /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG (Version: 0)
132: /System/Library/PrivateFrameworks/FontServices.framework/FontServices (Version: 65536)
133: /System/Library/Frameworks/ImageIO.framework/ImageIO (Version: 0)
134: /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib (Version: 65536)
135: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI (Version: 32705536)
136: /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO (Version: 198660)
137: /System/Library/Frameworks/Metal.framework/Metal (Version: 65536)
138: /usr/lib/libate.dylib (Version: 68872)
139: /System/Library/Frameworks/CoreImage.framework/CoreImage (Version: 327680)
140: /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator (Version: 65536)
141: /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG (Version: 65536)
142: /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib (Version: 65536)
143: /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator (Version: 65536)
144: /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing (Version: 65536)
145: /System/Library/PrivateFrameworks/libEDR.framework/libEDR (Version: 65536)
146: /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer (Version: 7274752)
147: /System/Library/Frameworks/CoreVideo.framework/CoreVideo (Version: 66816)
148: /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer (Version: 65536)
149: /System/Library/Frameworks/OpenGLES.framework/OpenGLES (Version: 65536)
150: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness (Version: 65536)
151: /usr/lib/libauthinstall.dylib (Version: 65536)
152: /usr/lib/libamsupport.dylib (Version: 65536)
153: /usr/lib/updaters/libSERestoreInfo.dylib (Version: 65536)
154: /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity (Version: 0)
155: /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages (Version: 31522561)
156: /usr/lib/libReverseProxyDevice.dylib (Version: 65536)
157: /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit (Version: 56623104)
158: /System/Library/PrivateFrameworks/APFS.framework/APFS (Version: 65536)
159: /usr/lib/libutil.dylib (Version: 65536)
160: /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities (Version: 65536)
161: /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility (Version: 4063232)
162: /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync (Version: 65536)
163: /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib (Version: 65536)
164: /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib (Version: 65536)
165: /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib (Version: 65536)
166: /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib (Version: 65536)
167: /usr/lib/libFosl_dynamic.dylib (Version: 0)
168: /System/Library/Frameworks/CoreMedia.framework/CoreMedia (Version: 65536)
169: /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox (Version: 65536)
170: /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer (Version: 0)
171: /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders (Version: 7930883)
172: /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore (Version: 196876)
173: /System/Library/PrivateFrameworks/UserFS.framework/UserFS (Version: 65536)
174: /System/Library/Frameworks/CoreAudio.framework/CoreAudio (Version: 65536)
175: /usr/lib/libCTGreenTeaLogger.dylib (Version: 65536)
176: /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce (Version: 0)
177: /usr/lib/libtailspin.dylib (Version: 3997696)
178: /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection (Version: 2031872)
179: /System/Library/PrivateFrameworks/ktrace.framework/ktrace (Version: 17825537)
180: /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis (Version: 14287360)
181: /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata (Version: 65536)
182: /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication (Version: 4226423041)
183: /usr/lib/libdscsym.dylib (Version: 14287360)
184: /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport (Version: 2031872)
185: /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport (Version: 59440897)
186: /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag (Version: 65536)
187: /System/Library/PrivateFrameworks/kperf.framework/kperf (Version: 65536)
188: /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers (Version: 65536)
189: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore (Version: 7930883)
190: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage (Version: 7930883)
191: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork (Version: 7930883)
192: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix (Version: 7930883)
193: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector (Version: 7930883)
194: /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses (Version: 65536)
195: /System/Library/PrivateFrameworks/Marco.framework/Marco (Version: 52428800)
196: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation (Version: 52428800)
197: /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities (Version: 52428800)
198: /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation (Version: 52428800)
199: /System/Library/Frameworks/Network.framework/Network (Version: 65536)
200: /System/Library/PrivateFrameworks/Engram.framework/Engram (Version: 65536)
201: /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection (Version: 52428800)
202: /usr/lib/libtidy.A.dylib (Version: 65536)
203: /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi (Version: 65536)
204: /System/Library/PrivateFrameworks/Bom.framework/Bom (Version: 12779520)
205: /usr/lib/libcupolicy.dylib (Version: 65536)
206: /usr/lib/libTelephonyUtilDynamic.dylib (Version: 65536)
207: /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork (Version: 65536)
208: /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X (Version: 65536)
209: /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth (Version: 65536)
210: /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer (Version: 17236480)
211: /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection (Version: 9160708)
212: /System/Library/Frameworks/CoreData.framework/CoreData (Version: 56755712)
213: /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter (Version: 52428800)
214: /System/Library/PrivateFrameworks/Netrb.framework/Netrb (Version: 65536)
215: /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration (Version: 65536)
216: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox (Version: 32243712)
217: /System/Library/Frameworks/AVFoundation.framework/AVFoundation (Version: 131072)
218: /usr/lib/libAudioStatistics.dylib (Version: 65536)
219: /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics (Version: 49610752)
220: /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting (Version: 65536)
221: /usr/lib/libAWDSupportFramework.dylib (Version: 65536)
222: /usr/lib/libprotobuf-lite.dylib (Version: 65536)
223: /usr/lib/libprotobuf.dylib (Version: 65536)
224: /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio (Version: 65536)
225: /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport (Version: 659206)
226: /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox (Version: 65536)
227: /System/Library/PrivateFrameworks/Quagga.framework/Quagga (Version: 65536)
228: /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics (Version: 65536)
229: /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC (Version: 65536)
230: /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices (Version: 65536)
231: /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics (Version: 65536)
232: /usr/lib/libiconv.2.dylib (Version: 458752)
233: /usr/lib/libcharset.1.dylib (Version: 131072)
234: /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation (Version: 3878144)
235: /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI (Version: 65536)
236: /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy (Version: 1966080)
237: /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI (Version: 65536)
238: /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication (Version: 65536)
239: /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService (Version: 65536)
240: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit (Version: 65536)
241: /System/Library/PrivateFrameworks/Categories.framework/Categories (Version: 65582)
242: /System/Library/Frameworks/Contacts.framework/Contacts (Version: 0)
243: /System/Library/Frameworks/ContactsUI.framework/ContactsUI (Version: 2162688)
244: /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement (Version: 1640704)
245: /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle (Version: 65536)
246: /System/Library/Frameworks/MessageUI.framework/MessageUI (Version: 225798156)
247: /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement (Version: 2424832)
248: /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore (Version: 39781129)
249: /System/Library/PrivateFrameworks/ScreenTimeUI.framework/ScreenTimeUI (Version: 2424832)
250: /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices (Version: 65536)
251: /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting (Version: 3878144)
252: /System/Library/Frameworks/AVKit.framework/AVKit (Version: 65536)
253: /System/Library/Frameworks/CloudKit.framework/CloudKit (Version: 48294656)
254: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote (Version: 65536)
255: /System/Library/Frameworks/StoreKit.framework/StoreKit (Version: 65536)
256: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI (Version: 65536)
257: /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus (Version: 65536)
258: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer (Version: 65536)
259: /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager (Version: 4482092)
260: /System/Library/Frameworks/FileProvider.framework/FileProvider (Version: 65536)
261: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore (Version: 3997696000)
262: /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore (Version: 4482092)
263: /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit (Version: 65536)
264: /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap (Version: 65536)
265: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy (Version: 39781129)
266: /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore (Version: 39781129)
267: /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog (Version: 65536)
268: /System/Library/Frameworks/UserNotifications.framework/UserNotifications (Version: 65536)
269: /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset (Version: 65536)
270: /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit (Version: 65536)
271: /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader (Version: 28184321)
272: /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools (Version: 65536)
273: /System/Library/PrivateFrameworks/TextInput.framework/TextInput (Version: 65536)
274: /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices (Version: 3997696000)
275: /System/Library/PrivateFrameworks/WebCore.framework/WebCore (Version: 39781129)
276: /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib (Version: 39781129)
277: /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip (Version: 65536)
278: /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon (Version: 2166538)
279: /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling (Version: 10424079)
280: /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData (Version: 15604224)
281: /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji (Version: 4526857)
282: /usr/lib/libcmph.dylib (Version: 65536)
283: /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP (Version: 8523542)
284: /usr/lib/libmecab_em.dylib (Version: 51057410)
285: /usr/lib/libgermantok.dylib (Version: 65536)
286: /usr/lib/libThaiTokenizer.dylib (Version: 65536)
287: /usr/lib/libChineseTokenizer.dylib (Version: 1838851)
288: /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter (Version: 53804801)
289: /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant (Version: 65536)
290: /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement (Version: 65536)
291: /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport (Version: 65536)
292: /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp (Version: 65536)
293: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup (Version: 108735744)
294: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils (Version: 65536)
295: /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences (Version: 14881025)
296: /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport (Version: 4835330)
297: /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers (Version: 65536)
298: /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit (Version: 1771008)
299: /System/Library/PrivateFrameworks/Rapport.framework/Rapport (Version: 0)
300: /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink (Version: 17301504)
301: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon (Version: 65536)
302: /System/Library/Frameworks/GSS.framework/GSS (Version: 65536)
303: /System/Library/PrivateFrameworks/OAuth.framework/OAuth (Version: 1638400)
304: /usr/lib/libheimdal-asn1.dylib (Version: 65536)
305: /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal (Version: 65536)
306: /usr/lib/libresolv.9.dylib (Version: 65536)
307: /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth (Version: 65536)
308: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices (Version: 89400324)
309: /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf (Version: 65536)
310: /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete (Version: 65536)
311: /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices (Version: 65536)
312: /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud (Version: 65536)
313: /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform (Version: 65536)
314: /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore (Version: 65536)
315: /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices (Version: 65536)
316: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore (Version: 65536)
317: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary (Version: 1179648)
318: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing (Version: 65536)
319: /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput (Version: 65536)
320: /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit (Version: 65536)
321: /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress (Version: 65536)
322: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation (Version: 65536)
323: /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage (Version: 65536)
324: /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition (Version: 7341569)
325: /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary (Version: 10027008)
326: /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon (Version: 65536)
327: /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI (Version: 65536)
328: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit (Version: 65536)
329: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI (Version: 65536)
330: /System/Library/Frameworks/Vision.framework/Vision (Version: 131142)
331: /System/Library/Frameworks/CoreML.framework/CoreML (Version: 65536)
332: /System/Library/PrivateFrameworks/Espresso.framework/Espresso (Version: 7864320)
333: /System/Library/PrivateFrameworks/Futhark.framework/Futhark (Version: 65536)
334: /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA (Version: 272387)
335: /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine (Version: 65536)
336: /System/Library/PrivateFrameworks/Montreal.framework/Montreal (Version: 2756361)
337: /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA (Version: 141312)
338: /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices (Version: 65536)
339: /usr/lib/libsandbox.1.dylib (Version: 65536)
340: /usr/lib/libMatch.1.dylib (Version: 65536)
341: /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager (Version: 0)
342: /System/Library/PrivateFrameworks/vCard.framework/vCard (Version: 0)
343: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF (Version: 65536)
344: /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction (Version: 65536)
345: /System/Library/Frameworks/PDFKit.framework/PDFKit (Version: 65536)
346: /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing (Version: 0)
347: /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization (Version: 65536)
348: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore (Version: 38673152)
349: /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression (Version: 6342659)
350: /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace (Version: 0)
351: /System/Library/Frameworks/AdSupport.framework/AdSupport (Version: 65536)
352: /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector (Version: 39781129)
353: /usr/lib/libxslt.1.dylib (Version: 203264)
354: /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication (Version: 52428800)
355: /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit (Version: 65536)
356: /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo (Version: 65536)
357: /System/Library/PrivateFrameworks/CertUI.framework/CertUI (Version: 65536)
358: /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices (Version: 65536)
359: /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit (Version: 65536)
360: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet (Version: 65536)
361: /System/Library/Frameworks/MetalKit.framework/MetalKit (Version: 7405568)
362: /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS (Version: 65536)
363: /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry (Version: 65536)
364: /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext (Version: 65536)
365: /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging (Version: 65536)
366: /System/Library/Frameworks/Intents.framework/Intents (Version: 65536)
367: /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol (Version: 65536)
368: /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit (Version: 65536)
369: /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation (Version: 65536)
370: /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD (Version: 52428800)
371: /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth (Version: 65536)
372: /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP (Version: 65536)
373: /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI (Version: 65536)
374: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess (Version: 65536)
375: /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice (Version: 65536)
376: /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP (Version: 225798156)
377: /System/Library/PrivateFrameworks/Message.framework/Message (Version: 225798156)
378: /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI (Version: 65536)
379: /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit (Version: 65536)
380: /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI (Version: 65536)
381: /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight (Version: 65536)
382: /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation (Version: 65536)
383: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore (Version: 65536)
384: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities (Version: 65536)
385: /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities (Version: 78067968)
386: /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents (Version: 65536)
387: /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices (Version: 65536)
388: /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle (Version: 65536)
389: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal (Version: 65536)
390: /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase (Version: 65536)
391: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar (Version: 18808832)
392: /System/Library/PrivateFrameworks/Notes.framework/Notes (Version: 65536)
393: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV (Version: 65536)
394: /System/Library/PrivateFrameworks/MIME.framework/MIME (Version: 225798156)
395: /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy (Version: 65536)
396: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation (Version: 38666240)
397: /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker (Version: 8267008)
398: /System/Library/Frameworks/AddressBook.framework/AddressBook (Version: 65536)
399: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon (Version: 65536)
400: /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing (Version: 225798156)
401: /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport (Version: 225798156)
402: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite (Version: 65536)
403: /System/Library/PrivateFrameworks/MailServices.framework/MailServices (Version: 225798156)
404: /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport (Version: 225798156)
405: /System/Library/Frameworks/CallKit.framework/CallKit (Version: 65536)
406: /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore (Version: 225798156)
407: /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit (Version: 65536)
408: /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst (Version: 330240)
409: /System/Library/Frameworks/MapKit.framework/MapKit (Version: 917504)
410: /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb (Version: 65536)
411: /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete (Version: 65536)
412: /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation (Version: 65536)
413: /System/Library/PrivateFrameworks/Navigation.framework/Navigation (Version: 65536)
414: /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit (Version: 89137932)
415: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel (Version: 1640704)
416: /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication (Version: 27918083)
417: /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI (Version: 65536)
418: /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils (Version: 27918083)
419: /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI (Version: 65536)
420: /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI (Version: 0)
421: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation (Version: 65536)
422: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI (Version: 65536)
423: /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI (Version: 65536)
424: /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration (Version: 65536)
425: /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit (Version: 0)
426: /System/Library/PrivateFrameworks/NewDeviceOutreachUI.framework/NewDeviceOutreachUI (Version: 65536)
427: /System/Library/PrivateFrameworks/NewDeviceOutreach.framework/NewDeviceOutreach (Version: 65536)
428: /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices (Version: 65536)
429: /System/Library/Frameworks/ClassKit.framework/ClassKit (Version: 9437211)
430: /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView (Version: 65536)
431: /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit (Version: 65536)
432: /System/Library/PrivateFrameworks/FMF.framework/FMF (Version: 65536)
433: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore (Version: 65536)
434: /System/Library/PrivateFrameworks/Home.framework/Home (Version: 65536)
435: /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI (Version: 65536)
436: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory (Version: 131072)
437: /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine (Version: 36572165)
438: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount (Version: 19086339)
439: /System/Library/Frameworks/SafariServices.framework/SafariServices (Version: 65536)
440: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions (Version: 65536)
441: /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials (Version: 11797761)
442: /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices (Version: 65536)
443: /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation (Version: 39781129)
444: /System/Library/PrivateFrameworks/WebUI.framework/WebUI (Version: 65536)
445: /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport (Version: 8267008)
446: /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch (Version: 65536)
447: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared (Version: 39781129)
448: /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec (Version: 65536)
449: /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport (Version: 65536)
450: /System/Library/Frameworks/Social.framework/Social (Version: 5701632)
451: /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking (Version: 3342336)
452: /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary (Version: 65536)
453: /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices (Version: 65536)
454: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (Version: 65536)
455: /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (Version: 65536)
456: /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats (Version: 65536)
457: /System/Library/PrivateFrameworks/MMCS.framework/MMCS (Version: 28759040)
458: /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary (Version: 13172736)
459: /System/Library/PrivateFrameworks/C2.framework/C2 (Version: 28759040)
460: /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices (Version: 5440512)
461: /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension (Version: 65536)
462: /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy (Version: 65536)
463: /usr/lib/libnetworkextension.dylib (Version: 65536)
464: /usr/lib/libboringssl.dylib (Version: 0)
465: /usr/lib/libusrtcp.dylib (Version: 65536)
466: /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream (Version: 65536)
467: /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex (Version: 78067968)
468: /System/Library/PrivateFrameworks/NLP.framework/NLP (Version: 8003333)
469: /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation (Version: 226888834)
470: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary (Version: 226886058)
471: /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices (Version: 226886058)
472: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream (Version: 34078976)
473: /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit (Version: 65536)
474: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic (Version: 7602176)
475: /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate (Version: 65536)
476: /usr/lib/updaters/libSavageRestoreInfo_iOS.dylib (Version: 65536)
477: /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing (Version: 65536)
478: /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs (Version: 37748480)
479: /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage (Version: 18703616)
480: /System/Library/PrivateFrameworks/AdCore.framework/AdCore (Version: 65536)
481: /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity (Version: 65536)
482: /System/Library/PrivateFrameworks/Sharing.framework/Sharing (Version: 84427008)
483: /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation (Version: 0)
484: /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities (Version: 65536)
485: /System/Library/PrivateFrameworks/IMCore.framework/IMCore (Version: 52428800)
486: /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore (Version: 52428800)
487: /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup (Version: 65536)
488: /usr/lib/libsysdiagnose.dylib (Version: 65536)
489: /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore (Version: 52428800)
490: /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence (Version: 52428800)
491: /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB (Version: 52428800)
492: /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV (Version: 65536)
493: /System/Library/PrivateFrameworks/OSASyncProxyClient.framework/OSASyncProxyClient (Version: 65536)
494: /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer (Version: 65536)
495: /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync (Version: 65536)
496: /usr/lib/libAWDSupport.dylib (Version: 65536)
497: /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation (Version: 65536)
498: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices (Version: 65536)
499: /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities (Version: 65536)
500: /System/Library/Frameworks/HomeKit.framework/HomeKit (Version: 31721233)
501: /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities (Version: 65536)
502: /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI (Version: 4521984)
503: /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime (Version: 65536)
504: /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech (Version: 65536)
505: /usr/lib/libAXSpeechManager.dylib (Version: 65536)
506: /usr/lib/libAXSafeCategoryBundle.dylib (Version: 65536)
507: /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore (Version: 25559040)
508: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects (Version: 65536)
509: /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation (Version: 65536)
510: /System/Library/PrivateFrameworks/NetAppsUtilitiesUI.framework/NetAppsUtilitiesUI (Version: 65536)
511: /System/Library/Frameworks/HealthKit.framework/HealthKit (Version: 65536)
512: /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote (Version: 65536)
513: /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination (Version: 65536)
514: /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender (Version: 65536)
515: /System/Library/PrivateFrameworks/APTransport.framework/APTransport (Version: 65536)
516: /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport (Version: 65536)
517: /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP (Version: 65536)
518: /System/Library/PrivateFrameworks/FMCore.framework/FMCore (Version: 65536)
519: /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI (Version: 65536)
520: /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI (Version: 2162688)
521: /Library/TweakInject/__Cr4shed.dylib (Version: 0)
522: /usr/lib/libmryipc.dylib (Version: 0)
523: /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate (Version: 0)
524: /usr/lib/libhooker.dylib (Version: 0)
525: /usr/lib/libblackjack.dylib (Version: 0)
526: /Library/TweakInject/AAA_XenHTML_DenyInjection.dylib (Version: 65536)
527: /Library/TweakInject/Bazzi2.dylib (Version: 0)
528: /Library/Frameworks/Cephei.framework/Cephei (Version: 0)
529: /usr/lib/CepheiUI.framework/CepheiUI (Version: 0)
530: /Library/TweakInject/Lynx.dylib (Version: 0)
531: /usr/lib/libsparkcolourpicker.dylib (Version: 0)
532: /usr/lib/libsparkapplist.dylib (Version: 0)
533: /Library/TweakInject/NeonBoard.dylib (Version: 0)
534: /Library/MobileSubstrate/DynamicLibraries/NeonEngine.dylib (Version: 0)
535: /Library/TweakInject/NeonCore.dylib (Version: 0)
536: /Library/TweakInject/NeonKit.dylib (Version: 0)
537: /Library/TweakInject/NeonPaths.dylib (Version: 0)
538: /Library/TweakInject/NeonRenderService.dylib (Version: 0)
539: /Library/TweakInject/PreferenceLoader.dylib (Version: 0)
540: /usr/lib/libprefs.dylib (Version: 131588)
541: /Library/TweakInject/StatusBarXS.dylib (Version: 0)
542: /usr/lib/libstdc++.6.dylib (Version: 6816256)
543: /Library/TweakInject/StorageByName.dylib (Version: 0)
544: /System/Library/PreferenceBundles/StorageSettings.bundle/StorageSettings (Version: 0)
545: /System/Library/PrivateFrameworks/AirTrafficDevice.framework/AirTrafficDevice (Version: 65536)
546: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit (Version: 65536)
547: /System/Library/PrivateFrameworks/MobileContainerManager.framework/MobileContainerManager (Version: 65536)
548: /System/Library/PrivateFrameworks/ATFoundation.framework/ATFoundation (Version: 65536)
549: /Library/TweakInject/XenHTML_Loader.dylib (Version: 65536)
550: /Library/MobileSubstrate/DynamicLibraries/XenHTML/XenHTML_WidgetInfo.dylib (Version: 65536)
551: /usr/lib/librocketbootstrap.dylib (Version: 0)
552: /usr/lib/libobjc-trampolines.dylib (Version: 14942208)
553: /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib (Version: 65536)
554: /System/Library/CoreServices/RawCamera.bundle/RawCamera (Version: 0)
555: /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib (Version: 33166336)
556: /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal (Version: 23527424)
557: /System/Library/PrivateFrameworks/SOS.framework/SOS (Version: 65536)
558: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit (Version: 65536)
559: /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit (Version: 65536)
560: /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding (Version: 52428800)
561: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer (Version: 226887870)
562: /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI (Version: 65536)
563: /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit (Version: 7147520)
564: /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit (Version: 983296)
565: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary (Version: 65536)
566: /System/Library/Frameworks/Photos.framework/Photos (Version: 65536)
567: /System/Library/Frameworks/QuickLook.framework/QuickLook (Version: 65536)
568: /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit (Version: 65536)
569: /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping (Version: 65536)
570: /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation (Version: 65536)
571: /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport (Version: 65536)
572: /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture (Version: 65536)
573: /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation (Version: 226888834)
574: /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage (Version: 65536)
575: /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport (Version: 65536)
576: /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI (Version: 65536)
577: /System/Library/Frameworks/PhotosUI.framework/PhotosUI (Version: 65536)
578: /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit (Version: 65536)
579: /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit (Version: 65536)
580: /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting (Version: 0)
581: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility (Version: 65536)
582: /usr/lib/libmecabra.dylib (Version: 51057410)
583: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities (Version: 65536)
584: /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions (Version: 65536)
585: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore (Version: 226888558)
586: /System/Library/Frameworks/GLKit.framework/GLKit (Version: 6750720)
587: /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex (Version: 65536)
588: /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport (Version: 65536)
589: /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI (Version: 65536)
590: /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework (Version: 65536)
591: /System/Library/PreferenceBundles/VPNPreferences.bundle/VPNPreferences (Version: 65536)
592: /System/Library/PrivateFrameworks/VPNUtilities.framework/VPNUtilities (Version: 65536)
593: /System/Library/Accounts/ServiceOwners/AAUIIdentityServiceOwner.bundle/AAUIIdentityServiceOwner (Version: 0)
594: /System/Library/Accounts/ServiceOwners/GCCloudServiceOwner.bundle/GCCloudServiceOwner (Version: 0)
595: /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI (Version: 65536)
596: /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation (Version: 65536)
597: /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices (Version: 65536)
598: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle (Version: 65536)
599: /System/Library/PrivateFrameworks/AVConference.framework/AVConference (Version: 65536)
600: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap (Version: 65536)
601: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (Version: 65536)
602: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE (Version: 65536)
603: /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager (Version: 65536)
604: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing (Version: 65536)
605: /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange (Version: 65536)
606: /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop (Version: 65536)
607: /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation (Version: 65536)
608: /usr/lib/libAWDProtobufFacetimeiMessage.dylib (Version: 65536)
609: /System/Library/Accounts/ServiceOwners/AAUIStoreServiceOwner.bundle/AAUIStoreServiceOwner (Version: 0)
610: /System/Library/Accounts/ServiceOwners/AAUICloudServiceOwner.bundle/AAUICloudServiceOwner (Version: 0)
611: /usr/lib/libMobileGestaltExtensions.dylib (Version: 65536)
612: /System/Library/PreferenceBundles/AirPortSettings.bundle/AirPortSettings (Version: 65536)
613: /System/Library/PrivateFrameworks/WiFiKit.framework/WiFiKit (Version: 65536)
614: /System/Library/PrivateFrameworks/WiFiKitUI.framework/WiFiKitUI (Version: 65536)
615: /System/Library/PrivateFrameworks/AirPortAssistant.framework/AirPortAssistant (Version: 65536)
616: /System/Library/PrivateFrameworks/CarKit.framework/CarKit (Version: 65536)
617: /System/Library/PrivateFrameworks/WiFiCloudSyncEngine.framework/WiFiCloudSyncEngine (Version: 65536)
618: /System/Library/PrivateFrameworks/EasyConfig.framework/EasyConfig (Version: 65536)
619: /Library/PreferenceBundles/ColorBanners2Prefs.bundle/ColorBanners2Prefs (Version: 0)
620: /usr/lib/libcolorpicker.dylib (Version: 0)
621: /Library/Frameworks/Alderis.framework/Alderis (Version: 65536)
622: /usr/lib/swift/libswiftCore.dylib (Version: 65602111)
623: /usr/lib/swift/libswiftCoreGraphics.dylib (Version: 0)
624: /usr/lib/swift/libswiftFoundation.dylib (Version: 0)
625: /usr/lib/swift/libswiftObjectiveC.dylib (Version: 0)
626: /usr/lib/swift/libswiftCoreFoundation.dylib (Version: 0)
627: /usr/lib/swift/libswiftDarwin.dylib (Version: 0)
628: /usr/lib/swift/libswiftDispatch.dylib (Version: 0)
629: /usr/lib/swift/libswiftDemangle.dylib (Version: 65602111)

{"NSExceptionReason":"-[UIDeviceRGBColor alpha]: unrecognized selector sent to instance 0x280d0c4c0","ProcessBundleID":"com.apple.Preferences","ProcessName":"Preferences","Culprit":"Unknown"}

Hex code field not allowing input and editing.

On any tweak that uses Alderis, I am unable to edit the hex code text field. I have tried reinstalling and even downgrading Alderis. I try highlighting the whole text field and typing, but nothing changes. The only way to change it is with the sliders, which is difficult sometimes. But the RGB input fields work....

Auto-detect and select the current color in color palette

Steps to reproduce:

  1. Open the color picker in some tweak's settings
  2. Select a predefined color in the color palette (the first tab)
    obraz
  3. Hit Done
  4. Open the color picker again

Expected behavior:
5. The previously selected color would remain selected on the color palette (or if the entered hex code matches one of these presets), like in the step 2 above

Actual behavior:
5. Nothing is selected at all. The top and bottom bars themselves are colored accordingly though.

Popup automatically hides on selection.

Hello,

I have dowloaded Alderis demo.
and I checked that when I tap or change to any control or select any color then it automatically hides popup.

this issue is only appears in iOS 14.

Can you please check?

libcolorpicker compat fails to link

When using the 16.4 SDK from https://github.com/xybp888/iOS-SDKs, I keep getting this:

 ==> Linking library libcolorpicker (arm64)…
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: search path '/Users/runner/work/uYouEnhancedBuild/uYouEnhancedBuild/main/.theos/obj/install/Library/Frameworks' not found
ld: warning: search path '/Users/runner/work/uYouEnhancedBuild/uYouEnhancedBuild/main/.theos/obj/install/var/jb/Library/Frameworks' not found
ld: framework 'Preferences' not found

But when I use a 17.0.3 SDK from the same repo, it works even though both do not seem to have a Preferences.framework folder.

Any help would be nice

Support for picking alpha

It would be great to have the ability for users to customize a color's alpha value. As for the way that this is represented in the picker's chrome, perhaps higher alpha values could begin revealing a "checkerboard" underneath the nav/bottom bar? Or alternatively, just don't represent the alpha in the chrome at all.

Custom HEX code

Like where this solution is going!
It would be great to be able to paste a hexcode I have in my clipboard, instead of looking up the respectable RGB/HSB values.

Picker reappears when specifier's property changed programmatically

I'm implementing this in one of my tweak, and the picker specifiers are dynamically enabled and disabled based on a switch. Every time the switch is toggled, last picker (it consist of three pickers in prefs) will pop-up. I'm not sure is this issue occurs because of how I implement it, or it's on how Alderis' implementation. Sample code:

In RootListController.m:

- (NSArray *)specifiers {
    if (!_specifiers) {
        _specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
        NSArray *pickerCell = @[@"picker1", @"picker2",@"picker3"];
        self.pickerSpecifiers = (!self.pickerSpecifiers) ? [[NSMutableDictionary alloc] init] : self.pickerSpecifiers ;
        for(PSSpecifier *specifier in _specifiers) {
            if([pickerCell containsObject:[specifier propertyForKey:@"tag"]]) {
                [self.pickerSpecifiers setObject:specifier forKey:[specifier propertyForKey:@"tag"]];
            }
        }
    }
    return _specifiers;
}

- (void)setPreferenceValue:(id)value specifier:(PSSpecifier *)specifier{
    [super setPreferenceValue:value specifier:specifier];
    NSString *key = [specifier propertyForKey:@"key"];
    if([key isEqualToString:@"theswitch"]) {
        [(PSSpecifier *)self.pickerSpecifiers [@"picker1tag"] setProperty:value forKey:@"enabled"];
        [self reloadSpecifier:(PSSpecifier *)self.pickerSpecifiers [@"pickertag1"] animated:NO]; //It should be this line caused the last picker to pop-up to due to the reloading
    }
}

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.