Changes between Initial Version and Version 1 of Ticket #71245
- Timestamp:
- Nov 5, 2024, 9:44:11 PM (6 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71245 – Description
initial v1 16 16 For example, I build `fastfetch`, which sets `legacysupport.newest_darwin_requires_legacy 15`, on 10.6. And here is what it gets linked to: 17 17 18 19 ``` 18 {{{ 20 19 36-87% otool -L /opt/local/bin/fastfetch-orig 21 20 /opt/local/bin/fastfetch-orig: … … 36 35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 36.0.0) 37 36 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 711.1.0) 38 ``` 37 }}} 39 38 40 39 There is no `libMacportsLegacySystem.B.dylib`, but there is `libSystem.B.dylib`.