File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,21 @@ rustflags = [
19
19
]
20
20
21
21
22
+ # For iOS and macOS, we need to specify the minimum/target version.
23
+ # This must match the versions in the podspec file.
22
24
[target.aarch64-apple-ios]
23
25
rustflags = [
24
- "-C", "link-arg=-mios-version-min=14 .0",
26
+ "-C", "link-arg=-mios-version-min=11 .0",
25
27
]
26
28
27
29
[target.aarch64-apple-ios-sim]
28
30
rustflags = [
29
- "-C", "link-arg=-miphonesimulator-version-min=14 .0",
31
+ "-C", "link-arg=-miphonesimulator-version-min=11 .0",
30
32
]
31
33
32
34
[target.x86_64-apple-ios]
33
35
rustflags = [
34
- "-C", "link-arg=-miphonesimulator-version-min=14 .0",
36
+ "-C", "link-arg=-miphonesimulator-version-min=11 .0",
35
37
]
36
38
37
39
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PowerSync extension for SQLite.
14
14
s . vendored_frameworks = 'powersync-sqlite-core.xcframework'
15
15
16
16
17
- s . ios . deployment_target = '14 .0'
17
+ s . ios . deployment_target = '11 .0'
18
18
# osx not supported yet
19
19
s . osx . deployment_target = '10.13'
20
20
end
You can’t perform that action at this time.
0 commit comments