Last active
December 2, 2019 19:56
-
-
Save LnL7/3fcb6097e31ca7950b48d00d190123ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ otool -L /nix/store/0hhn5swrss9ryhakisxf3xbz71h1n3jb-gnutar-1.32/bin/tar | |
/nix/store/0hhn5swrss9ryhakisxf3xbz71h1n3jb-gnutar-1.32/bin/tar: | |
/nix/store/8sa2wnqcgfxfc1xawh39c5drssjjrb6r-gettext-0.20.1/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.6.0) | |
/nix/store/7c9ilw9zna1m3dlkd4bp80czya62px0s-Libsystem-osx-10.12.6/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1) | |
$ otool -L /nix/store/8sa2wnqcgfxfc1xawh39c5drssjjrb6r-gettext-0.20.1/lib/libintl.8.dylib | |
/nix/store/8sa2wnqcgfxfc1xawh39c5drssjjrb6r-gettext-0.20.1/lib/libintl.8.dylib: | |
/nix/store/8sa2wnqcgfxfc1xawh39c5drssjjrb6r-gettext-0.20.1/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.6.0) | |
@rpath/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1454.90.0) | |
/nix/store/r38vrqyknl11kimhz5zbj29rz93j7wgi-libiconv-osx-10.12.6/lib/libiconv.dylib (compatibility version 7.0.0, current version 7.0.0) | |
/nix/store/7c9ilw9zna1m3dlkd4bp80czya62px0s-Libsystem-osx-10.12.6/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1) | |
$ otool -l /nix/store/0hhn5swrss9ryhakisxf3xbz71h1n3jb-gnutar-1.32/bin/tar | |
Load command 14 | |
cmd LC_RPATH | |
cmdsize 96 | |
path /nix/store/l6vc09xa77m8rf0fcg151zfmsqq5xk7p-swift-corefoundation/Library/Frameworks (offset 12) | |
$ otool -L /nix/store/l6vc09xa77m8rf0fcg151zfmsqq5xk7p-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation | |
/nix/store/l6vc09xa77m8rf0fcg151zfmsqq5xk7p-swift-corefoundation/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation: | |
@rpath/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1454.90.0) | |
/nix/store/b641cgsl5cqlx53dyn6ksnjki1d9p77w-ICU-osx-10.10.5/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 53.1.0) | |
/nix/store/azffgydz8l0q1dqadxxqcihvs6ms43wi-curl-7.67.0/lib/libcurl.4.dylib (compatibility version 11.0.0, current version 11.0.0) | |
/nix/store/kr0pvym8qw7pd33w7h5z9kvbkxvl7k70-libxml2-2.9.9/lib/libxml2.2.dylib (compatibility version 12.0.0, current version 12.9.0) | |
/nix/store/7c9ilw9zna1m3dlkd4bp80czya62px0s-Libsystem-osx-10.12.6/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment