-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing symbols #3
Comments
I would appreciate it if you could take out the intersection of this list and our existing API. |
Do you have an exported list of symbols? 🙄 |
Nope. |
@CodaFi Just did a quick grep and updated the list. 👍 |
Could you also mention what OS/SDK version you dumped these symbols with? We need to guard any APIs on the most conservative version we know they were introduced in. |
These were dumped on macOS 13, but most of these symbols should be available on 10.11 and earlier I believe. We can do a per-version test, or just mark them all as 10.13+ for now until we confirm their origin. (i.e. |
Definitely. My methodology for marking up the methods in the past involved keeping a git repository of framework dumps that would get updated every release of Xcode. Then I could navigate back until the symbol didn't appear in the binary and stick a pole there. For now, err on the side of caution. |
Agreed. |
For those interested, more missing symbols: SLS
SLPS
Classes
|
I've wanted to leave an issue on this for at least a year, maybe two, but meh here it goes. As of 10.13, here are the
CGS
symbols (which have all been replaced bySLS
symbols, too). I haven't gone through the list to confirm which exist and which don't, but I know that a good number of symbols are still undocumented. For further reference, see here.Window
Region
Transaction
MenuBar
Display
SnappingInfo
Space
Event
HotKeys
Symbolic HotKeys
HotButton
is a synonym forHotKeyRepresentation
but I could be mistaken.Session
Packages
Persistence
TileSpace
Connection
Cursor
Device
TrackingArea
RemoteContext
Surface
MenuBar/StatusItem
Unsorted
CGDisplayDefaultVisualBell()
The text was updated successfully, but these errors were encountered: