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
The "Notes" example app demonstrate ObjectBox's Swift API.
4
+
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.
5
+
6
+
Example setup
7
+
-------------
8
+
Just like in any other project, you need te setup CocoaPods and ObjectBox.
9
+
Simply run `./setup.sh` inside this directory, or copy paste this into a terminal:
10
+
11
+
pod install # if that fails, update CocoaPods (see Installation)
12
+
Pods/ObjectBox/setup.rb
13
+
14
+
This will generate a `NotesExample.xcworkspace` that you can launch to try out ObjectBox.
0 commit comments