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.
55
72
The example comes with two apps: one for iOS and one for macOS.
56
73
@@ -64,7 +81,6 @@ This will generate a `NotesExample.xcworkspace` that you can launch to try out O
64
81
65
82
How can ObjectBox Help You?
66
83
---------------------------
67
-
68
84
We want ObjectBox to be not only the fastest, but also the most Swift-friendly persistence solution.
69
85
70
86
To do that, we want your feedback: what do you love? What's amiss?
@@ -78,28 +94,21 @@ We're looking forward to receiving your comments and requests:
78
94
79
95
Thank you!
80
96
81
-
<aname="beta"></a>
82
-
What's Missing in the Beta?
83
-
---------------------------
84
-
85
-
More relation types, data observers, object browser.
86
-
This functionality is available at lower layers and has not yet been exposed to Swift.
87
-
88
97
Keep in touch
89
98
-------------
90
99
We're obviously not finished here.
91
100
[Sign up here](https://objectbox.io/ios-alpha/) for future updates on ObjectBox Swift.
92
101
93
102
For general news on ObjectBox, [check our blog](https://objectbox.io/blog).
94
103
95
-
Background: Code generation
104
+
Background: code generation
96
105
---------------------------
97
106
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 [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-generator) for this.
107
+
This is automatically done for you and should be transparent.
108
+
Internally, we use [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-generator) for this.
99
109
100
-
Source Code
110
+
Source code
101
111
-----------
102
-
103
112
Source code for ObjectBox's Swift binding can be found [in the Source folder](Source/README.md).
104
113
105
114
Other languages/bindings
@@ -114,7 +123,7 @@ License
114
123
-------
115
124
All files in this repository are under the Apache 2 license:
116
125
117
-
Copyright 2018 ObjectBox Ltd. All rights reserved.
126
+
Copyright 2018-2019 ObjectBox Ltd. All rights reserved.
118
127
119
128
Licensed under the Apache License, Version 2.0 (the "License");
120
129
you may not use this file except in compliance with the License.
0 commit comments