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
In the [Example](Example/) directory, you find a notes example app demonstrating ObjectBox's Swift API.
72
-
The example comes with two apps: one for iOS and one for macOS.
71
+
In the [Example](Example/) directory, you'll find a "Notes" example app demonstrating ObjectBox's Swift API.
72
+
The example comes with two apps: one for iOS and one for macOS. The iOS example is a full GUI application, whereas the macOS example runs a few operations and then exits.
73
73
74
74
To setup the example, use CocoaPods to acquire the framework:
75
75
@@ -104,7 +104,9 @@ For general news on ObjectBox, [check our blog](https://objectbox.io/blog).
104
104
Background: code generation
105
105
---------------------------
106
106
ObjectBox Swift generates code at build time for optimal performance at runtime by avoiding reflection etc.
107
+
107
108
This is automatically done for you and should be transparent.
109
+
108
110
Internally, we use [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-generator) for this.
0 commit comments