Skip to content

Commit f957d2c

Browse files
committed
fix: Updated iOS minimum version
1 parent 2fabbb5 commit f957d2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GoodPersistence-Sample/GoodPersistence-Sample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
INFOPLIST_KEY_UIMainStoryboardFile = "";
643643
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
644644
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
645-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
645+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
646646
LD_RUNPATH_SEARCH_PATHS = (
647647
"$(inherited)",
648648
"@executable_path/Frameworks",
@@ -672,7 +672,7 @@
672672
INFOPLIST_KEY_UIMainStoryboardFile = "";
673673
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
674674
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
675-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
675+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
676676
LD_RUNPATH_SEARCH_PATHS = (
677677
"$(inherited)",
678678
"@executable_path/Frameworks",

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "GoodPersistence",
88
platforms: [
9-
.iOS(.v13)
9+
.iOS(.v15)
1010
],
1111
products: [
1212
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)