diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..86fbbf8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: objective-c +xcode_project: MacDependency/MacDependency.xcodeproj +xcode_scheme: MacDependency diff --git a/README.md b/README.md index bc09888..fdbf273 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +[](https://travis-ci.org/mike-lischke/macdependency) + MacDependency shows all dependent libraries and frameworks of a given executable, dynamic library or framework on Mac OS X. It is a GUI replacement for the otool command, and provides almost the same functionality as the Dependency Walker (http://www.dependencywalker.com) on Windows. More information available in the [Wiki](https://github.com/kwin/macdependency/wiki). - + diff --git a/images/macdependency.png b/images/macdependency.png new file mode 100644 index 0000000..ad491d5 Binary files /dev/null and b/images/macdependency.png differ