File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Examples/SlidersExamples.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 599599 GCC_WARN_UNUSED_VARIABLE = YES;
600600 INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
601601 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
602+ "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
602603 LD_RUNPATH_SEARCH_PATHS = (
603604 "$(inherited)",
604605 "@executable_path/Frameworks",
672673 GCC_WARN_UNUSED_VARIABLE = YES;
673674 INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
674675 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
676+ "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
675677 LD_RUNPATH_SEARCH_PATHS = (
676678 "$(inherited)",
677679 "@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let package = Package (
77 name: " Sliders " ,
88 platforms: [
9- . iOS( . v14 ) , . macOS( . v11 )
9+ . iOS( . v13 ) , . macOS( . v10_15 )
1010 ] ,
1111 products: [
1212 . library( name: " Sliders " , targets: [ " Sliders " ] )
You can’t perform that action at this time.
0 commit comments