Skip to content

Commit

Permalink
platforms (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 authored Sep 13, 2020
1 parent 1c45c26 commit 0d90840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Examples/SlidersExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -672,6 +673,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "SlidersExamples iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "Sliders",
platforms: [
.iOS(.v14), .macOS(.v11)
.iOS(.v13), .macOS(.v10_15)
],
products: [
.library(name: "Sliders", targets: ["Sliders"])
Expand Down

0 comments on commit 0d90840

Please sign in to comment.