add previous example to README
This commit is contained in:
parent
ba7a43c80c
commit
389ad09f70
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue