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 044f323 commit d1429dfCopy full SHA for d1429df
Source/fetch_dependencies.command
@@ -78,8 +78,8 @@ if [ -d "$code_dir" ]; then # Do we have an existing code repo?
78
popd
79
else # Download static public release and unzip into $dest
80
if [ ! -d "${dest_dir}" ] || [ ! -e "${dest_dir}/libObjectBoxCore-iOS.a" ]; then
81
- version=1.4.1
82
- c_version=0.11.0
+ version=1.5.0
+ c_version=0.13.0
83
archive_path="${my_dir}/external/objectbox-static.zip"
84
OBXLIB_URL_apple_static="https://github.com/objectbox/objectbox-swift/releases/download/v${version}/ObjectBoxCore-static-${c_version}.zip"
85
0 commit comments