Skip to content

Commit a5f9693

Browse files
authored
Merge pull request #308 from AliSoftware/release/8.0.0
Release Prep for 8.0.0
2 parents 593da97 + 514a798 commit a5f9693

File tree

15 files changed

+76
-66
lines changed

15 files changed

+76
-66
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# OHHTTPStubs — CHANGELOG
22

3+
## [8.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/7.0.0)
4+
35
* Update default Swift Version to 5.0
46
[@croig](https://github.com/CRoig)
57

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

Examples/ObjC/OHHTTPStubsDemo.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
098FBDC615D704E800623941 /* Project object */ = {
157157
isa = PBXProject;
158158
attributes = {
159-
LastUpgradeCheck = 1010;
159+
LastUpgradeCheck = 1020;
160160
ORGANIZATIONNAME = AliSoftware;
161161
TargetAttributes = {
162162
098FBDCE15D704E800623941 = {
@@ -166,10 +166,11 @@
166166
};
167167
buildConfigurationList = 098FBDC915D704E800623941 /* Build configuration list for PBXProject "OHHTTPStubsDemo" */;
168168
compatibilityVersion = "Xcode 3.2";
169-
developmentRegion = English;
169+
developmentRegion = en;
170170
hasScannedForEncodings = 0;
171171
knownRegions = (
172172
en,
173+
Base,
173174
);
174175
mainGroup = 098FBDC415D704E800623941;
175176
productRefGroup = 098FBDD015D704E800623941 /* Products */;
@@ -233,6 +234,7 @@
233234
isa = XCBuildConfiguration;
234235
buildSettings = {
235236
ALWAYS_SEARCH_USER_PATHS = NO;
237+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
236238
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
237239
CLANG_ENABLE_OBJC_ARC = YES;
238240
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -290,6 +292,7 @@
290292
isa = XCBuildConfiguration;
291293
buildSettings = {
292294
ALWAYS_SEARCH_USER_PATHS = NO;
295+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
293296
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
294297
CLANG_ENABLE_OBJC_ARC = YES;
295298
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;

Examples/ObjC/OHHTTPStubsDemo.xcodeproj/xcshareddata/xcschemes/OHHTTPStubsDemo.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1020"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

Examples/ObjC/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
2-
- OHHTTPStubs (7.0.0):
3-
- OHHTTPStubs/Default (= 7.0.0)
4-
- OHHTTPStubs/Core (7.0.0)
5-
- OHHTTPStubs/Default (7.0.0):
2+
- OHHTTPStubs (8.0.0):
3+
- OHHTTPStubs/Default (= 8.0.0)
4+
- OHHTTPStubs/Core (8.0.0)
5+
- OHHTTPStubs/Default (8.0.0):
66
- OHHTTPStubs/Core
77
- OHHTTPStubs/JSON
88
- OHHTTPStubs/NSURLSession
99
- OHHTTPStubs/OHPathHelpers
10-
- OHHTTPStubs/JSON (7.0.0):
10+
- OHHTTPStubs/JSON (8.0.0):
1111
- OHHTTPStubs/Core
12-
- OHHTTPStubs/NSURLSession (7.0.0):
12+
- OHHTTPStubs/NSURLSession (8.0.0):
1313
- OHHTTPStubs/Core
14-
- OHHTTPStubs/OHPathHelpers (7.0.0)
14+
- OHHTTPStubs/OHPathHelpers (8.0.0)
1515

1616
DEPENDENCIES:
1717
- OHHTTPStubs (from `../..`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121
:path: "../.."
2222

2323
SPEC CHECKSUMS:
24-
OHHTTPStubs: ef33a2c353110d306bb98f695435ec56ff5a26c3
24+
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881
2525

2626
PODFILE CHECKSUM: 9a67077a86911aa4a252748903da3d5ea5d5d922
2727

28-
COCOAPODS: 1.6.0
28+
COCOAPODS: 1.6.1

Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Manifest.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Swift/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
PODS:
2-
- OHHTTPStubs (7.0.0):
3-
- OHHTTPStubs/Default (= 7.0.0)
4-
- OHHTTPStubs/Core (7.0.0)
5-
- OHHTTPStubs/Default (7.0.0):
2+
- OHHTTPStubs (8.0.0):
3+
- OHHTTPStubs/Default (= 8.0.0)
4+
- OHHTTPStubs/Core (8.0.0)
5+
- OHHTTPStubs/Default (8.0.0):
66
- OHHTTPStubs/Core
77
- OHHTTPStubs/JSON
88
- OHHTTPStubs/NSURLSession
99
- OHHTTPStubs/OHPathHelpers
10-
- OHHTTPStubs/JSON (7.0.0):
10+
- OHHTTPStubs/JSON (8.0.0):
1111
- OHHTTPStubs/Core
12-
- OHHTTPStubs/NSURLSession (7.0.0):
12+
- OHHTTPStubs/NSURLSession (8.0.0):
1313
- OHHTTPStubs/Core
14-
- OHHTTPStubs/OHPathHelpers (7.0.0)
15-
- OHHTTPStubs/Swift (7.0.0):
14+
- OHHTTPStubs/OHPathHelpers (8.0.0)
15+
- OHHTTPStubs/Swift (8.0.0):
1616
- OHHTTPStubs/Default
1717

1818
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424
:path: "../.."
2525

2626
SPEC CHECKSUMS:
27-
OHHTTPStubs: ef33a2c353110d306bb98f695435ec56ff5a26c3
27+
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881
2828

2929
PODFILE CHECKSUM: 7da7c441ea9ff6f06b633c908b7a7294805f5602
3030

31-
COCOAPODS: 1.6.0
31+
COCOAPODS: 1.6.1

Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Swift/Pods/Manifest.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)