Skip to content

2.7.0

Compare
Choose a tag to compare
@NSProgrammer NSProgrammer released this 30 May 16:29
· 4 commits to master since this release

2.7.0 (06/28/2019)

  • Add support for capturing os_log logs executed within a running app.
    • TLSExt is provided as the interface and is not a part of TLS proper. This is because TLSExt makes use of private Apple frameworks and would lead to app store rejection.
    • So, the consumer is responsible to compiling and linking the TLSExt*.h|m files themselves and must only do so with non-production builds.
    • This can be of immense help when dogfooding with developers and teammates with an Enterprise distribution (not Test Flight and not production).

2.6.0 (06/11/2019)

  • Add options to composing a log message string from TLSLogMessageInfo
    • TLSComposeLogMessageInfoOptions provides options for what components to put in the output composeFormattedMessageWithOptions: string