add previous example to README

This commit is contained in:
SCG82 2020-01-10 18:23:13 -08:00
parent ba7a43c80c
commit 389ad09f70
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ Copy framework dependencies to app bundle and fix internal names and rpaths. If
A command may look like
`% dylibbundler -cd -b -f -a ./HelloWorld.app -x ./HelloWorld.app/Contents/PlugIns/printsupport`
or
`% dylibbundler -od -b -x ./HelloWorld.app/Contents/MacOS/helloworld -d ./HelloWorld.app/Contents/libs/`
If you want to create a universal binary by merging toghether two builds from PPC and Intel machines, you can ease it up by putting the ppc and intel libs in different directories, then to create the universal binary you only have to lipo the executable.