We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399af1c commit b520389Copy full SHA for b520389
Source/fetch_dependencies.command
@@ -88,8 +88,8 @@ if [ -d "$code_dir" ] && [ "$staging_repo" != "true" ]; then # Do we have an exi
88
popd
89
else # Download static public release and unzip into $dest
90
if [ ! -d "${dest_dir}" ] || [ ! -e "${dest_dir}/libObjectBoxCore-iOS.a" ]; then
91
- version=1.7.0
92
- c_version=0.15.2
+ version=1.8.0
+ c_version=0.18.0
93
archive_path="${my_dir}/external/objectbox-static.zip"
94
if [ "$staging_repo" == "true" ]; then
95
release_url_path="https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.x"
0 commit comments