Skip to content

Commit

Permalink
Merge pull request #308 from AliSoftware/release/8.0.0
Browse files Browse the repository at this point in the history
Release Prep for 8.0.0
  • Loading branch information
jeffctown authored Apr 22, 2019
2 parents 593da97 + 514a798 commit a5f9693
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 66 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# OHHTTPStubs — CHANGELOG

## [8.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/7.0.0)

* Update default Swift Version to 5.0
[@croig](https://github.com/CRoig)

>Notes:
> * No code change was required (except from a little missing comma which caused a compilation error). Only xcshemes and xcodeproj was changed.
> * No code changes were required (except from a little missing comma which caused a compilation error). Only xcshemes and xcodeproj were changed.
## [7.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/7.0.0)

Expand Down
7 changes: 5 additions & 2 deletions Examples/ObjC/OHHTTPStubsDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
098FBDC615D704E800623941 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1010;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = AliSoftware;
TargetAttributes = {
098FBDCE15D704E800623941 = {
Expand All @@ -166,10 +166,11 @@
};
buildConfigurationList = 098FBDC915D704E800623941 /* Build configuration list for PBXProject "OHHTTPStubsDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 098FBDC415D704E800623941;
productRefGroup = 098FBDD015D704E800623941 /* Products */;
Expand Down Expand Up @@ -233,6 +234,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down Expand Up @@ -290,6 +292,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1020"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
18 changes: 9 additions & 9 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- OHHTTPStubs (7.0.0):
- OHHTTPStubs/Default (= 7.0.0)
- OHHTTPStubs/Core (7.0.0)
- OHHTTPStubs/Default (7.0.0):
- OHHTTPStubs (8.0.0):
- OHHTTPStubs/Default (= 8.0.0)
- OHHTTPStubs/Core (8.0.0)
- OHHTTPStubs/Default (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (7.0.0):
- OHHTTPStubs/JSON (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (7.0.0):
- OHHTTPStubs/NSURLSession (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (7.0.0)
- OHHTTPStubs/OHPathHelpers (8.0.0)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)
Expand All @@ -21,8 +21,8 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
OHHTTPStubs: ef33a2c353110d306bb98f695435ec56ff5a26c3
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881

PODFILE CHECKSUM: 9a67077a86911aa4a252748903da3d5ea5d5d922

COCOAPODS: 1.6.0
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Examples/ObjC/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions Examples/ObjC/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- OHHTTPStubs (7.0.0):
- OHHTTPStubs/Default (= 7.0.0)
- OHHTTPStubs/Core (7.0.0)
- OHHTTPStubs/Default (7.0.0):
- OHHTTPStubs (8.0.0):
- OHHTTPStubs/Default (= 8.0.0)
- OHHTTPStubs/Core (8.0.0)
- OHHTTPStubs/Default (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (7.0.0):
- OHHTTPStubs/JSON (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (7.0.0):
- OHHTTPStubs/NSURLSession (8.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (7.0.0)
- OHHTTPStubs/Swift (7.0.0):
- OHHTTPStubs/OHPathHelpers (8.0.0)
- OHHTTPStubs/Swift (8.0.0):
- OHHTTPStubs/Default

DEPENDENCIES:
Expand All @@ -24,8 +24,8 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
OHHTTPStubs: ef33a2c353110d306bb98f695435ec56ff5a26c3
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881

PODFILE CHECKSUM: 7da7c441ea9ff6f06b633c908b7a7294805f5602

COCOAPODS: 1.6.0
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Examples/Swift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions Examples/Swift/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OHHTTPStubs"
s.version = "7.0.0"
s.version = "8.0.0"

s.summary = "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest."
s.description = <<-DESC.gsub(/^ +\|/,'')
Expand Down
Loading

0 comments on commit a5f9693

Please sign in to comment.