Skip to content

Commit 9953dfa

Browse files
authored
Merge pull request #329 from kikeenrique/master
Fix warning in Xcode 12
2 parents 47ea866 + 4a0815d commit 9953dfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
* Added `hasFormBody(_:)` matcher.
77
[@417-72KI](https://github.com/417-72KI)
8+
* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager) #328
9+
[@kikeenrique](https://github.com/kikeenrique)
810

911
## [9.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.0.0)
1012

Package@swift-5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "OHHTTPStubs",
66
platforms: [
7-
.macOS(.v10_10), .iOS(.v8), .watchOS(.v2), .tvOS(.v9)
7+
.macOS(.v10_10), .iOS(.v9), .watchOS(.v2), .tvOS(.v9)
88
],
99
products: [
1010
.library(

0 commit comments

Comments
 (0)