Skip to content

Commit

Permalink
C 0.19: update objectbox-swift [1.8.1 -> 1.9.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Sep 19, 2023
1 parent f45dc83 commit 6b0c076
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-doc/updating-c-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Update `flutter_libs` and `sync_flutter_libs` with **compatible library versions
```
- Swift (iOS/macOS) ([view releases](https://github.com/objectbox/objectbox-swift/releases))
```
./tool/set-swift-version.sh 1.8.0
./tool/set-swift-version.sh 1.9.0
```

## Dart bindings
Expand Down
2 changes: 1 addition & 1 deletion flutter_libs/ios/objectbox_flutter_libs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'

s.dependency 'Flutter'
s.dependency 'ObjectBox', '1.8.1'
s.dependency 'ObjectBox', '1.9.0'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down
2 changes: 1 addition & 1 deletion flutter_libs/macos/objectbox_flutter_libs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'

s.dependency 'FlutterMacOS'
s.dependency 'ObjectBox', '1.8.1'
s.dependency 'ObjectBox', '1.9.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.3'
Expand Down
1 change: 1 addition & 0 deletions objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* Update: [objectbox-c 0.19.0](https://github.com/objectbox/objectbox-c/releases/tag/v0.19.0).
Notably now requires glibc 2.28 or higher (and GLIBCXX_3.4.25); e.g. at least **Debian Buster 10
(2019) or Ubuntu 20.04**.
* Update: [objectbox-swift 1.9.0](https://github.com/objectbox/objectbox-swift/releases/tag/v1.9.0).
* Update: [objectbox-android 3.7.0](https://github.com/objectbox/objectbox-java/releases/tag/V3.7.0).
If you are [using Admin](https://docs.objectbox.io/data-browser#setup), make sure to update to
`io.objectbox:objectbox-android-objectbrowser:3.7.0`.
Expand Down
2 changes: 1 addition & 1 deletion sync_flutter_libs/ios/objectbox_sync_flutter_libs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'

s.dependency 'Flutter'
s.dependency 'ObjectBox', '1.8.1-sync'
s.dependency 'ObjectBox', '1.9.0-sync'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'

s.dependency 'FlutterMacOS'
s.dependency 'ObjectBox', '1.8.1-sync'
s.dependency 'ObjectBox', '1.9.0-sync'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.3'
Expand Down

0 comments on commit 6b0c076

Please sign in to comment.