Skip to content

Commit 7fc01b4

Browse files
author
Robert Gummesson
committed
Version bump
1 parent c942323 commit 7fc01b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BuildTimeAnalyzer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.4</string>
20+
<string>1.0.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

BuildTimeAnalyzer/LogProcessor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ extension LogProcessorProtocol {
4747
remainingRange = nextRange.upperBound..<remainingRange.upperBound
4848
}
4949

50+
// From LuizZak: (text as NSString).length improves the performance by about 2x compared to text.characters.count
5051
let range = NSMakeRange(0, (text as NSString).length)
5152
guard let match = regex.firstMatch(in: text, options: [], range: range) else { continue }
5253

0 commit comments

Comments
 (0)