Changes between Initial Version and Version 1 of Ticket #71245


Ignore:
Timestamp:
Nov 5, 2024, 9:44:11 PM (6 hours ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71245 – Description

    initial v1  
    1616For example, I build `fastfetch`, which sets `legacysupport.newest_darwin_requires_legacy 15`, on 10.6. And here is what it gets linked to:
    1717
    18 
    19 ```
     18{{{
    201936-87% otool -L /opt/local/bin/fastfetch-orig
    2120/opt/local/bin/fastfetch-orig:
     
    3635        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 36.0.0)
    3736        /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 711.1.0)
    38 ```
     37}}}
    3938
    4039There is no `libMacportsLegacySystem.B.dylib`, but there is `libSystem.B.dylib`.