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
@@ -95,7 +95,12 @@ For general news on ObjectBox, [check our blog](https://objectbox.io/blog).
95
95
Background: Code generation
96
96
---------------------------
97
97
ObjectBox Swift generates code at build time for optimal performance at runtime by avoiding reflection etc.
98
-
This is automatically done for you and should be transparent. Internally, we use Sourcery for this.
98
+
This is automatically done for you and should be transparent. Internally, we use [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-generator) for this.
99
+
100
+
Source Code
101
+
-----------
102
+
103
+
Source code for ObjectBox's Swift binding can be found [in the Source folder](Source/README.md).
0 commit comments