Skip to content

Commit

Permalink
update internal boilerplate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Mar 29, 2024
1 parent 25a3500 commit e6bd460
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Coding.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/JSExport.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime/Sources/Generated/Typed.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace

Expand Down
6 changes: 3 additions & 3 deletions SourcerySwift/Sources/SourceryRuntime.content.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7576,7 +7576,7 @@ public final class Variable: NSObject, SourceryModel, Typed, Annotated, Document
"""),
.init(name: "Coding.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -7682,7 +7682,7 @@ extension Variable: NSCoding {}
"""),
.init(name: "JSExport.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -8419,7 +8419,7 @@ extension Variable: VariableAutoJSExport {}
"""),
.init(name: "Typed.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8009,7 +8009,7 @@ public final class Variable: NSObject, SourceryModel, Typed, Annotated, Document
"""),
.init(name: "Coding.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -8115,7 +8115,7 @@ extension Variable: NSCoding {}
"""),
.init(name: "JSExport.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace trailing_newline
Expand Down Expand Up @@ -8852,7 +8852,7 @@ extension Variable: VariableAutoJSExport {}
"""),
.init(name: "Typed.generated.swift", content:
"""
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable vertical_whitespace
Expand Down
2 changes: 1 addition & 1 deletion SourceryTests/Models/TypedSpec.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated using Sourcery 2.2.0 — https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 2.2.1 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import Quick
import Nimble
Expand Down

0 comments on commit e6bd460

Please sign in to comment.