Erik Verbruggen

Results 43 comments of Erik Verbruggen

When developing the FinderSyncExt, Xcode does code-signing with these steps: ```sh builtin-productPackagingUtility -entitlements -format xml -o /Users/erik/Library/Developer/Xcode/DerivedData/OwnCloud-gwuerlmjmbkwpidpmgnlqbfefblf/Build/Intermediates.noindex/OwnCloudFinderSync.build/Debug/desktopclient.build/desktopclient.app.xcent export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate /usr/bin/codesign --force --sign - --entitlements /Users/erik/Library/Developer/Xcode/DerivedData/OwnCloud-gwuerlmjmbkwpidpmgnlqbfefblf/Build/Intermediates.noindex/OwnCloudFinderSync.build/Debug/desktopclient.build/desktopclient.app.xcent --timestamp\=none --generate-entitlement-der /Users/erik/Library/Developer/Xcode/DerivedData/OwnCloud-gwuerlmjmbkwpidpmgnlqbfefblf/Build/Products/Debug/desktopclient.app ``` One...

> What is desktopclient.app.xcent? I added that step to my comment above.

Please check what should happen in `moveFileToDifferentFolderOnBothSides()`, because the test passes, but I have no idea what the 2 `PUT` requests contain...

This should go in together with https://github.com/owncloud/client-desktop-vfs-win/pull/7 . I'm postponing this until after getting the tests running on windows.

Temporary work-around: edit `~/Library/LaunchAgents/com.owncloud.desktopclient.plist` and change the value for `RunAtLoad` to false like this: ``` RunAtLoad ``` > The client restarted again and again after a crash. Yes, on purpose....

I tried to reproduce this with my own build of master (not installed, but run from QtCreator), and I cannot reproduce this. Which build should I use, or do I...

Ok, can you see what happens when you set the `Crashed` value to ``?

Once that PR is merged, remove `~/Library/LaunchAgents/com.owncloud.desktopclient.plist`, then it will get re-created at the next start.

This has to be done after https://github.com/owncloud/client/pull/10224 goes in, it's in the same code.

This was fixed after merging 245047d40b40260c1c7dcbfe8bb48a4a848ab2b1