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 546c454 commit 5525586Copy full SHA for 5525586
sync_flutter_libs/ios/objectbox_sync_flutter_libs.podspec
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
s.source_files = 'Classes/**/*'
16
17
s.dependency 'Flutter'
18
- s.dependency 'ObjectBox', '1.5.0-sync-rc5'
+ s.dependency 'ObjectBox', '1.5.0-sync-rc6'
19
20
# Flutter.framework does not contain a i386 or arm46. Only x86_64 simulators are supported.
21
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
0 commit comments