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
This folder contains [ObjectBox.json](ObjectBox.json), a [Chartage "index" for binary frameworks](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#binary-project-specification).
4
+
The advantage of using binary distribution is that those are slimmer than the "github" definition.
5
+
Using "binary" instead, never causes Carthage to check out the Git repository.
6
+
Thus updates are faster and less disk space is used.
7
+
8
+
Add binary ObjectBox dependency
9
+
-------------------------------
10
+
In your Cartfile, you typically add a line like this:
0 commit comments