tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.2k stars 644 forks source link

Applying XCTest #641

Open jebeomgyeong opened 4 years ago

jebeomgyeong commented 4 years ago

Development Environment

Deployment Target

Change Log

Todo

tomaz commented 4 years ago

Thanks! Would it be a lot of work to make GBLogX.... macros working? They're used for integrating logs with Xcode, so they may be important for some developers...

jebeomgyeong commented 4 years ago

@tomaz I'm going to look into the GBLogX things. It might be solved easily if we can use the latest version of CocoaLumberjack.

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.

tomaz commented 4 years ago

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

jebeomgyeong commented 4 years ago

@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.

tomaz commented 4 years ago

Thanks!

MohitPatni0731 commented 3 years ago

Looks perfect now