Skip to content

Commit 040ef7e

Browse files
authored
Update Xcactivitylog Format.md
Signed-off-by: Yasura Dodo <11143310+yasuradodo@users.noreply.github.com>
1 parent 96e3e00 commit 040ef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Xcactivitylog Format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ Inside the logs you can find these classes:
155155

156156
If you search for them, you will find that they belong to the IDEFoundation.framework. A private framework part of Xcode. You can class dump it to get the headers of those classes. Once you have the headers, you will have the name and type of the properties that belong to the class. Now, you can match them to the tokens you got from the log. Some of them are in the same order than in the headers, but for others it will be about trial and error.
157157

158-
In the project you can find those classes with their properties in the order in which they appear in the log in the file (IDEActivityModel.swift)[https://github.com/MobileNativeFoundation/XCLogParser/blob/master/Sources/XCLogParser/activityparser/IDEActivityModel.swift].
158+
In the project you can find those classes with their properties in the order in which they appear in the log in the file [IDEActivityModel.swift](../Sources/XCLogParser/activityparser/IDEActivityModel.swift).

0 commit comments

Comments
 (0)