File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
GoodPersistence-Sample/GoodPersistence-Sample.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let 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.
You can’t perform that action at this time.
0 commit comments