Skip to content

Commit a814a48

Browse files
authored
Merge branch 'master' into bazel
2 parents de6fc0b + 9953dfa commit a814a48

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
@@ -6,6 +6,8 @@
66
[@thii](https://github.com/thii)
77
* Added `hasFormBody(_:)` matcher.
88
[@417-72KI](https://github.com/417-72KI)
9+
* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager) #328
10+
[@kikeenrique](https://github.com/kikeenrique)
911

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

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)