Skip to content

Commit 0d90840

Browse files
authored
platforms (#24)
1 parent 1c45c26 commit 0d90840

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Examples/SlidersExamples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@
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",
@@ -672,6 +673,7 @@
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",

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: "Sliders",
88
platforms: [
9-
.iOS(.v14), .macOS(.v11)
9+
.iOS(.v13), .macOS(.v10_15)
1010
],
1111
products: [
1212
.library(name: "Sliders", targets: ["Sliders"])

0 commit comments

Comments
 (0)