Tristan Konolige
Tristan Konolige
@googlebot I signed it!
@ianlancetaylor Could you take a look at this. Its a pretty simple fix.
That seems like a reasonable approach. It might make sense to allow for automatic serialization if the object has a defined serialization function. I believe Boost.MPI does this.
See #21
Failures when checking app signatures causes said app not to launch. (See #22)
You can use `DYLD_INSERT_LIBRARIES=/path/to/dropbox_inj.dylib /Applications/Dropbox.app/Contents/MacOS/Dropbox`. Just make sure `dropbox_inj.dylib` is not inside the dropbox folder.
You can find `dropbox_inj.dylib` inside the latest release.
"Make a separate app that launches dropbox with DYLD_INSERT_LIBRARIES." is just a note to myself on how I could possibly fix the current errors with `dbignore`. For now, `dbignore` is...
If you want to develop a windows version, you will need to find a windows equivalent of `DYLD_INSERT_LIBRARIES`. Then you will have to find the windows equivalent of `lstat`.
Maybe stat isn't called for symlinks? I'll have to check it out.