-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom Derived Data folder #21
Comments
Hi @lyahdav, thanks for proposing it. I will add as a part of a next minor release 🚀 |
@lyahdav hi ✋ I've created a preference view (at the moment a simple one) but with the option to set a custom Derived Data path. Will be in |
@Antondomashnev Thanks for implementing this! I just tried |
Hi @lyahdav, it's actually watching for the file in the derived data folder with the path that passes the following regex: 'Logs/Test/[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}/.+log$"'. I guess the app code doesn't have that structure, but is there a chance that it has the '.log' file? In case of Xcode it is basically the console output. |
@lyahdav FYI I've renamed the issue to support custom Derived Data folder and I've created a new one to support App Code. |
It would be great if this project supported AppCode. AppCode's DerivedData folder is under
~/Library/Caches/AppCode2017.1/DerivedData
, though it should be a setting because thatAppCode2017.1
changes with AppCode versions.The text was updated successfully, but these errors were encountered: