Skip to content

Commit bfb9d30

Browse files
Update Swift dependency [1.6.0 -> 1.7.0-rc2]
1 parent a83ec3e commit bfb9d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter_libs/ios/objectbox_flutter_libs.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Classes/**/*'
1515

1616
s.dependency 'Flutter'
17-
s.dependency 'ObjectBox', '1.6.0'
17+
s.dependency 'ObjectBox', '1.7.0-rc2'
1818

1919
# Flutter.framework does not contain a i386 or arm64. Only x86_64 simulators are supported.
2020
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

flutter_libs/macos/objectbox_flutter_libs.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Classes/**/*'
1515

1616
s.dependency 'FlutterMacOS'
17-
s.dependency 'ObjectBox', '1.6.0'
17+
s.dependency 'ObjectBox', '1.7.0-rc2'
1818

1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020
s.swift_version = '5.3'

0 commit comments

Comments
 (0)