Skip to content

katalysis-io/objectbox-spm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obt

Building

This codebase of ObjectBox builds exclusively with spm. It is currently up to date with version 1.3.1 of https://github.com/objectbox/objectbox-swift/ Install objectbox-c:

wget https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh
chmod +x download.sh
./download.sh

Install flatbuffers:

brew install flatbuffers   

Build with Swift Package Manager:

swift build -Xcc -I/usr/local/include -Xswiftc -I/usr/local/include -Xswiftc -L/usr/local/lib

Test with Swift Package Manager:

swift test -Xcc -I/usr/local/include -Xswiftc -I/usr/local/include -Xswiftc -L/usr/local/lib

Generate Xcode Project:

swift package generate-xcodeproj --xcconfig-overrides obt.xcconfig
open obt.xcodeproj  

About

test program importing objectbox using SPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages