-
Notifications
You must be signed in to change notification settings - Fork 644
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
Applying XCTest #641
base: master
Are you sure you want to change the base?
Applying XCTest #641
Conversation
Applied XCTest.
…OG_MACRO in DDLog.
Applying XCTest
Thanks! Would it be a lot of work to make |
@tomaz I'm going to look into the Can you tell me how the log integration works on Xcode? Is there any special format for the log? I'm not familiar with it. |
Exactly, that's all there is to it, don't remember exact format either, but I think full file path and line number is needed |
@tomaz Okay. I'm going to update this PR after understanding the log integration. If it takes longer than a week, I'll leave the comment about the progress. |
Thanks! |
Looks perfect now |
Development Environment
Deployment Target
Change Log
GHUnit
is removed because it's a deprecated project.XCTest
is applied.GBLogX...
is replaced withGBLog...
.GBLogX...
is supposed to print the file name that has the log. ButDDLog
thatGBLog...
andGBLogX...
are using has an issue to print character array. In order to set the file name tonil
, some macros are copied intoGBLog.h
fromDDLog
. This is a workaround.Todo
GBLogXError
,GBLogXInfo
, andGBLogXWarn
don't work with the CocoaLumberjack v1.9.1