Skip to content

Commit 76ff4a2

Browse files
committed
Update deployment target for podspec
1 parent 5d76e11 commit 76ff4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync_flutter_libs/darwin/powersync_flutter_libs.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ A new Flutter FFI plugin project.
2121
s.source_files = 'powersync_flutter_libs/Sources/powersync_flutter_libs/**/*.swift'
2222
s.ios.dependency 'Flutter'
2323
s.osx.dependency 'FlutterMacOS'
24-
s.ios.deployment_target = '12.0'
25-
s.osx.deployment_target = '10.14'
24+
s.ios.deployment_target = '13.0'
25+
s.osx.deployment_target = '10.15'
2626

2727
# NOTE: Always update Package.swift as well when updating this!
2828
s.dependency "powersync-sqlite-core", "~> 0.4.5"

0 commit comments

Comments
 (0)