File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Sources/SwiftRichString/Style Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.0.0 </string >
18+ <string >3.0.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -264,14 +264,14 @@ public class StyleGroup: StyleProtocol {
264264 removeTag ( index: index, with: " \n " )
265265 continue
266266 }
267- guard let attribute = self . styles [ tag . name ] else { continue }
267+
268268
269269 removeTag ( index: index)
270270 if let closeIndex = tag. endingTagIndex {
271271 guard closeIndex < tagQueue. count else { continue }
272272 let closingTag = tagQueue [ closeIndex]
273273 removeTag ( index: closeIndex)
274-
274+ guard let attribute = self . styles [ tag . name ] else { continue }
275275 let location = tag. range. location
276276 let length = closingTag. range. location- location
277277 let range = NSRange ( location: location, length: length)
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SwiftRichString"
3- s . version = "3.0.0 "
3+ s . version = "3.0.1 "
44 s . summary = "Elegant Strings & Attributed Strings Toolkit for Swift"
55 s . description = <<-DESC
66 SwiftRichString is the best toolkit to work easily with Strings and Attributed Strings.
You can’t perform that action at this time.
0 commit comments