Skip to content

Releases: LeoNatan/LNViewHierarchyDumper

v1.4.0

21 Nov 16:43
64d1d66
Compare
Choose a tag to compare

Added support for Xcode 16 format (v4).

The framework now requires Xcode 16, but can still be used to dump view hierarchies of old iOS versions.

v1.3.1

03 Aug 14:52
1fee23c
Compare
Choose a tag to compare
  • Fixes to the Xcode project of the framework (if used outside of Swift Package Manager)
  • Fixed a few warnings

v1.3

02 Aug 00:19
cb740d6
Compare
Choose a tag to compare

Added support for macOS AppKit apps

v1.2.1

31 Jul 12:42
c3e635c
Compare
Choose a tag to compare
  • Support Xcode 15.x/iOS 17.x

  • Much improved macOS/Catalyst/“Designed for iPad” on Mac support

  • macOS App Sandbox best effort support

    • xcode-select -p cannot be used to discover the active Xcode installation, so /Applications/Xcode.app and /Applications/Xcode-beta.app are attempted

v1.2

30 Jul 23:16
3d789be
Compare
Choose a tag to compare
  • Support Xcode 15.x/iOS 17.x

  • Much improved macOS/Catalyst/“Designed for iPad” on Mac support

  • macOS App Sandbox best effort support

v1.1

03 Sep 21:27
7f3974d
Compare
Choose a tag to compare
  • Added support for Swift Package Manager