Skip to content

Commit ea56e25

Browse files
committed
fix: ios deployment target
1 parent 5bfaddf commit ea56e25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@
17361736
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
17371737
GCC_WARN_UNUSED_FUNCTION = YES;
17381738
GCC_WARN_UNUSED_VARIABLE = YES;
1739-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1739+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
17401740
MACOSX_DEPLOYMENT_TARGET = 10.13;
17411741
MTL_ENABLE_DEBUG_INFO = YES;
17421742
ONLY_ACTIVE_ARCH = YES;
@@ -1795,7 +1795,7 @@
17951795
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
17961796
GCC_WARN_UNUSED_FUNCTION = YES;
17971797
GCC_WARN_UNUSED_VARIABLE = YES;
1798-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1798+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
17991799
MACOSX_DEPLOYMENT_TARGET = 10.13;
18001800
MTL_ENABLE_DEBUG_INFO = NO;
18011801
PRODUCT_NAME = "";

SQLite.xcodeproj/xcshareddata/xcschemes/SQLite visionOS.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "DEB306B82B61CEF500F9D46B"
18-
BuildableName = "SQLite visionOS.framework"
18+
BuildableName = "SQLite.framework"
1919
BlueprintName = "SQLite visionOS"
2020
ReferencedContainer = "container:SQLite.xcodeproj">
2121
</BuildableReference>
@@ -55,7 +55,7 @@
5555
<BuildableReference
5656
BuildableIdentifier = "primary"
5757
BlueprintIdentifier = "DEB306B82B61CEF500F9D46B"
58-
BuildableName = "SQLite visionOS.framework"
58+
BuildableName = "SQLite.framework"
5959
BlueprintName = "SQLite visionOS"
6060
ReferencedContainer = "container:SQLite.xcodeproj">
6161
</BuildableReference>

0 commit comments

Comments
 (0)