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 599
599
GCC_WARN_UNUSED_VARIABLE = YES;
600
600
INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
601
601
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
602
+ "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
602
603
LD_RUNPATH_SEARCH_PATHS = (
603
604
"$(inherited)",
604
605
"@executable_path/Frameworks",
672
673
GCC_WARN_UNUSED_VARIABLE = YES;
673
674
INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
674
675
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
676
+ "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
675
677
LD_RUNPATH_SEARCH_PATHS = (
676
678
"$(inherited)",
677
679
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
6
6
let package = Package (
7
7
name: " Sliders " ,
8
8
platforms: [
9
- . iOS( . v14 ) , . macOS( . v11 )
9
+ . iOS( . v13 ) , . macOS( . v10_15 )
10
10
] ,
11
11
products: [
12
12
. library( name: " Sliders " , targets: [ " Sliders " ] )
You can’t perform that action at this time.
0 commit comments