Chris Zielinski
Chris Zielinski
⚠️ Warning: this version has breaking changes. ⚠️ * Full cross-platform support (macOS/iOS/tvOS). * Minimum deployment targets: * iOS 9.0 * tvOS 9.0 * macOS 10.10 * System-supplied playback controls....
It looks like a lot... & it is, but **no preexisting code has been modified** (aside from the occasional minimal refactoring). In general, I added macOS cross-platform compatibility, a macOS...
This PR fixes the source positions for: * Inlines inside inconsistently indented blocks. * Links/images. * Autolinks. * Escaped newlines. * Non-matched backticks. Fixing the source positions for inlines inside...
Compiler optimization strips the initialization of `passwd` within `initializeLogin`. Consequently, searching for it in the heap is futile. Below is the disassembled method from the included .ipa: Tagging the variable...