Skip to content

Commit d1429df

Browse files
committed
fetch_dependencies.command: update download version to 1.5.0
1 parent 044f323 commit d1429df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/fetch_dependencies.command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ if [ -d "$code_dir" ]; then # Do we have an existing code repo?
7878
popd
7979
else # Download static public release and unzip into $dest
8080
if [ ! -d "${dest_dir}" ] || [ ! -e "${dest_dir}/libObjectBoxCore-iOS.a" ]; then
81-
version=1.4.1
82-
c_version=0.11.0
81+
version=1.5.0
82+
c_version=0.13.0
8383
archive_path="${my_dir}/external/objectbox-static.zip"
8484
OBXLIB_URL_apple_static="https://github.com/objectbox/objectbox-swift/releases/download/v${version}/ObjectBoxCore-static-${c_version}.zip"
8585

0 commit comments

Comments
 (0)