| 17 Oct 2025 |
samasaur | yeah I figured I was safe with this Spatial stuff because the entire directory appears to be new in the 26.0 SDK | 17:36:14 |
samasaur | oh I guess I could diff -r MacOSX15.sdk MacOSX26.sdk | 17:36:34 |
Randy Eckenrode | Did Apple finally release the 26.0 source releases? | 17:41:54 |
samasaur | nope | 17:41:59 |
Randy Eckenrode | Is the plan to make the SDK source release optional and throw when unavailable? | 17:48:08 |
samasaur | I had not thought that far ahead. either something along those lines or making this a draft PR. was mostly seeing if I could figure out getting it to work | 17:49:13 |
samasaur | do NOT do this btw | 17:51:49 |
| 18 Oct 2025 |
spewdins | There’s already a repo for that | 01:10:10 |
spewdins | I think | 01:10:46 |
samasaur | i figured it out, there's a posix_spawn_file_actions API that's new in 26 | 05:14:27 |
samasaur | just got distracted by other commitments | 05:14:33 |
Randy Eckenrode | Is that the only thing from POSIX.1-2017 that Apple implemented? | 11:24:02 |
Randy Eckenrode | * | 11:24:24 |
| @cve:entropia.de left the room. | 20:06:45 |
| 19 Oct 2025 |
| tiferrei joined the room. | 15:44:40 |
| @tiferrei:matrix.org left the room. | 15:45:45 |
| 20 Oct 2025 |
Randy Eckenrode | Did the nl_langinfo-mt crash on macOS 26 ever get fixed? | 00:29:03 |
Randy Eckenrode | samasaur: Are you still working on adding the 26.0 SDK? | 00:32:56 |
Randy Eckenrode | I’m working on updating the source releases to 15.6. I did most of the work in the 14.x SDK stuff, so it shouldn’t be too bad. | 00:49:23 |
Randy Eckenrode | After that, I can look at allowing the SDK to be updated without having a corresponding source release of you’re not working on that part. (It’ll just throw.) | 00:50:30 |
samasaur | I did the full SDK update (excluding the source release of course) and I have the GitHub PR page open, I have just had a very busy weekend and no time to put it up | 05:16:38 |
ivy | found out something very odd about notarization and code signing | 07:36:40 |
ivy | the mere act of running a check on an app/kext | 07:36:55 |
ivy | can make it run correctly | 07:37:02 |
ivy | karabiner driverkit requires codesigning to be checked for it to work | 07:37:27 |
ivy | which is VERY odd | 07:37:31 |
ivy | that an action i would consider is a simple check change how the kernel perceives it | 07:38:12 |