Synopsis
otool-tree [-h|-l] FILE
Options
- -h
-
Displays help screen.
- -l
-
Displays license.
Exit status
- 0
-
Success. No errors.
- 1
-
Something went wrong, check output to see what went wrong.
Example
otool-tree ./program | grep /opt:
/opt/local/lib/libSDL2-2.0.0.dylib
/opt/local/lib/libSDL2_mixer-2.0.0.dylib
/opt/local/lib/libmodplug.1.dylib
/opt/local/lib/libopusfile.0.dylib
/opt/local/lib/libogg.0.dylib
/opt/local/lib/libopus.0.dylib
/opt/local/lib/libgc.1.dylib
/opt/local/lib/libraylib.420.dylib
/opt/local/lib/libglfw.3.dylib
Resources
Project website: https://otool-tree.iotib.net
Copying
Copyright 2022 Charadon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.