You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/Source/DTLocalizableStringAggregator.h
+39-4Lines changed: 39 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,53 @@
9
9
#import<Foundation/Foundation.h>
10
10
#import"DTLocalizableStringEntry.h"
11
11
12
+
/**
13
+
An aggregator that parses one or more source files and aggregates the results in multiple string tables.
14
+
15
+
You use this be calling beginProcessingFile: for each file. This starts the parsing thread for each file. Then you call aggregatedStringTables which blocks until all files are fully parsed.
Source Code scanner operation, based on `NSOperation`. Scans a a source file and emits an entryFoundCallback whenever a new localized string Macro is encountered.
0 commit comments