Skip to content

Commit 99e8499

Browse files
committed
Added Swift as a generator kind for Embeddinator.
1 parent 310f111 commit 99e8499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Generator/Generator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public enum GeneratorKind
1515
C,
1616
CPlusPlus,
1717
ObjectiveC,
18-
Java
18+
Java,
19+
Swift
1920
}
2021

2122
/// <summary>

0 commit comments

Comments
 (0)