The setup.rb Script
ObjectBox uses a Swift code generator to generate boilerplate code that passes object information to the library. Therefore, you can simply enjoy plain Swift objects.
Adding the Sourcery Build Phase to Your Project
"${PROJECT_DIR}/ObjectBox/generate_sources.sh""${PROJECT_DIR}/../external/ObjectBox/generate_sources.sh"Adding the Generated Files to Your Project
Last updated