Releases: LeoNatan/LNViewHierarchyDumper
Releases · LeoNatan/LNViewHierarchyDumper
v1.4.0
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
- Fixes to the Xcode project of the framework (if used outside of Swift Package Manager)
- Fixed a few warnings
v1.3
Added support for macOS AppKit apps
v1.2.1
-
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
-
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
- Added support for Swift Package Manager