Skip to content

Commit 4d52807

Browse files
committed
Preparing Release 5.1.0 scheduled soon — (just waiting for a missing Unit Test to be added for #166 soon)
2 parents 10486ac + b462fc5 commit 4d52807

File tree

120 files changed

+2484
-2475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2484
-2475
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OHHTTPStubs — CHANGELOG
22

3-
## Master
3+
## 5.1.0
44

55
* Bugfix: task completion block never called when not following redirects.
66
[@adurdin](https://github.com/adurdin), [#175](https://github.com/AliSoftware/OHHTTPStubs/pull/175)

Examples/ObjC/OHHTTPStubsDemo.xcodeproj/project.pbxproj

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
098FBDF815D70E2600623941 /* stub.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 098FBDF615D70E2600623941 /* stub.jpg */; };
1818
098FBDF915D70E2600623941 /* stub.txt in Resources */ = {isa = PBXBuildFile; fileRef = 098FBDF715D70E2600623941 /* stub.txt */; };
1919
099C7343169016D800239880 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 099C7342169016D800239880 /* Default-568h@2x.png */; };
20-
76C30541E2A1B24B6848F032 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B8BA1C0EA8F8EC24B9024E1 /* libPods.a */; };
20+
E8C65A455EC5B63D1737AF29 /* libPods-OHHTTPStubsDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F2958101F89CBC90FC44F99 /* libPods-OHHTTPStubsDemo.a */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXFileReference section */
@@ -35,10 +35,10 @@
3535
098FBDF615D70E2600623941 /* stub.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = stub.jpg; sourceTree = "<group>"; };
3636
098FBDF715D70E2600623941 /* stub.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = stub.txt; sourceTree = "<group>"; };
3737
099C7342169016D800239880 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
38-
0EE81E095FF3A8AF6D3C4E77 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
39-
1B8BA1C0EA8F8EC24B9024E1 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
4038
48556A011AA6E9FD0074B154 /* libPods-OHHTTPStubs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libPods-OHHTTPStubs.a"; path = "Pods/../build/Debug-iphoneos/libPods-OHHTTPStubs.a"; sourceTree = "<group>"; };
41-
B5AD292FAB98FC9C7637896A /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
39+
6F2958101F89CBC90FC44F99 /* libPods-OHHTTPStubsDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OHHTTPStubsDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
40+
801E977139BBDAC0CC11ECAC /* Pods-OHHTTPStubsDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OHHTTPStubsDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo.debug.xcconfig"; sourceTree = "<group>"; };
41+
B6814E1693353E0AADB9895C /* Pods-OHHTTPStubsDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OHHTTPStubsDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo.release.xcconfig"; sourceTree = "<group>"; };
4242
/* End PBXFileReference section */
4343

4444
/* Begin PBXFrameworksBuildPhase section */
@@ -50,7 +50,7 @@
5050
098FBDD415D704E800623941 /* UIKit.framework in Frameworks */,
5151
098FBDD615D704E800623941 /* Foundation.framework in Frameworks */,
5252
098FBDD815D704E800623941 /* CoreGraphics.framework in Frameworks */,
53-
76C30541E2A1B24B6848F032 /* libPods.a in Frameworks */,
53+
E8C65A455EC5B63D1737AF29 /* libPods-OHHTTPStubsDemo.a in Frameworks */,
5454
);
5555
runOnlyForDeploymentPostprocessing = 0;
5656
};
@@ -63,7 +63,7 @@
6363
098FBDD915D704E800623941 /* OHHTTPStubsDemo */,
6464
098FBDD215D704E800623941 /* Frameworks */,
6565
098FBDD015D704E800623941 /* Products */,
66-
DBC538A23E8B9FD8D58D30B1 /* Pods */,
66+
1B8830D2F747CB6ADB7875D1 /* Pods */,
6767
);
6868
sourceTree = "<group>";
6969
};
@@ -83,7 +83,7 @@
8383
098FBDD315D704E800623941 /* UIKit.framework */,
8484
098FBDD515D704E800623941 /* Foundation.framework */,
8585
098FBDD715D704E800623941 /* CoreGraphics.framework */,
86-
1B8BA1C0EA8F8EC24B9024E1 /* libPods.a */,
86+
6F2958101F89CBC90FC44F99 /* libPods-OHHTTPStubsDemo.a */,
8787
);
8888
name = Frameworks;
8989
sourceTree = "<group>";
@@ -120,11 +120,11 @@
120120
path = Stubs;
121121
sourceTree = "<group>";
122122
};
123-
DBC538A23E8B9FD8D58D30B1 /* Pods */ = {
123+
1B8830D2F747CB6ADB7875D1 /* Pods */ = {
124124
isa = PBXGroup;
125125
children = (
126-
B5AD292FAB98FC9C7637896A /* Pods.debug.xcconfig */,
127-
0EE81E095FF3A8AF6D3C4E77 /* Pods.release.xcconfig */,
126+
801E977139BBDAC0CC11ECAC /* Pods-OHHTTPStubsDemo.debug.xcconfig */,
127+
B6814E1693353E0AADB9895C /* Pods-OHHTTPStubsDemo.release.xcconfig */,
128128
);
129129
name = Pods;
130130
sourceTree = "<group>";
@@ -136,12 +136,12 @@
136136
isa = PBXNativeTarget;
137137
buildConfigurationList = 098FBDE715D704E800623941 /* Build configuration list for PBXNativeTarget "OHHTTPStubsDemo" */;
138138
buildPhases = (
139-
5BF07CD1F1DEB3893534CA6D /* Check Pods Manifest.lock */,
139+
630F94225164E5ED58A2AD5D /* [CP] Check Pods Manifest.lock */,
140140
098FBDCB15D704E800623941 /* Sources */,
141141
098FBDCC15D704E800623941 /* Frameworks */,
142142
098FBDCD15D704E800623941 /* Resources */,
143-
D61C918AA467A72C9C508B4E /* Copy Pods Resources */,
144-
351596A3DA1C1F11477EA958 /* Embed Pods Frameworks */,
143+
E995647606B5F88176D77469 /* [CP] Embed Pods Frameworks */,
144+
6B18D0B3FE72E104611BF67D /* [CP] Copy Pods Resources */,
145145
);
146146
buildRules = (
147147
);
@@ -193,49 +193,49 @@
193193
/* End PBXResourcesBuildPhase section */
194194

195195
/* Begin PBXShellScriptBuildPhase section */
196-
351596A3DA1C1F11477EA958 /* Embed Pods Frameworks */ = {
196+
630F94225164E5ED58A2AD5D /* [CP] Check Pods Manifest.lock */ = {
197197
isa = PBXShellScriptBuildPhase;
198198
buildActionMask = 2147483647;
199199
files = (
200200
);
201201
inputPaths = (
202202
);
203-
name = "Embed Pods Frameworks";
203+
name = "[CP] Check Pods Manifest.lock";
204204
outputPaths = (
205205
);
206206
runOnlyForDeploymentPostprocessing = 0;
207207
shellPath = /bin/sh;
208-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
208+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
209209
showEnvVarsInLog = 0;
210210
};
211-
5BF07CD1F1DEB3893534CA6D /* Check Pods Manifest.lock */ = {
211+
6B18D0B3FE72E104611BF67D /* [CP] Copy Pods Resources */ = {
212212
isa = PBXShellScriptBuildPhase;
213213
buildActionMask = 2147483647;
214214
files = (
215215
);
216216
inputPaths = (
217217
);
218-
name = "Check Pods Manifest.lock";
218+
name = "[CP] Copy Pods Resources";
219219
outputPaths = (
220220
);
221221
runOnlyForDeploymentPostprocessing = 0;
222222
shellPath = /bin/sh;
223-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
223+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo-resources.sh\"\n";
224224
showEnvVarsInLog = 0;
225225
};
226-
D61C918AA467A72C9C508B4E /* Copy Pods Resources */ = {
226+
E995647606B5F88176D77469 /* [CP] Embed Pods Frameworks */ = {
227227
isa = PBXShellScriptBuildPhase;
228228
buildActionMask = 2147483647;
229229
files = (
230230
);
231231
inputPaths = (
232232
);
233-
name = "Copy Pods Resources";
233+
name = "[CP] Embed Pods Frameworks";
234234
outputPaths = (
235235
);
236236
runOnlyForDeploymentPostprocessing = 0;
237237
shellPath = /bin/sh;
238-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
238+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo-frameworks.sh\"\n";
239239
showEnvVarsInLog = 0;
240240
};
241241
/* End PBXShellScriptBuildPhase section */
@@ -346,7 +346,7 @@
346346
};
347347
098FBDE815D704E800623941 /* Debug */ = {
348348
isa = XCBuildConfiguration;
349-
baseConfigurationReference = B5AD292FAB98FC9C7637896A /* Pods.debug.xcconfig */;
349+
baseConfigurationReference = 801E977139BBDAC0CC11ECAC /* Pods-OHHTTPStubsDemo.debug.xcconfig */;
350350
buildSettings = {
351351
CLANG_ENABLE_OBJC_ARC = YES;
352352
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -361,7 +361,7 @@
361361
};
362362
098FBDE915D704E800623941 /* Release */ = {
363363
isa = XCBuildConfiguration;
364-
baseConfigurationReference = 0EE81E095FF3A8AF6D3C4E77 /* Pods.release.xcconfig */;
364+
baseConfigurationReference = B6814E1693353E0AADB9895C /* Pods-OHHTTPStubsDemo.release.xcconfig */;
365365
buildSettings = {
366366
CLANG_ENABLE_OBJC_ARC = YES;
367367
GCC_PRECOMPILE_PREFIX_HEADER = YES;

Examples/ObjC/Podfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
xcodeproj 'OHHTTPStubsDemo.xcodeproj'
3+
project 'OHHTTPStubsDemo.xcodeproj'
44
platform :ios, '6.0'
55

6-
pod 'OHHTTPStubs', :path => '../..'
6+
target 'OHHTTPStubsDemo' do
7+
pod 'OHHTTPStubs', :path => '../..'
8+
end

Examples/ObjC/Podfile.lock

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

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

2323
SPEC CHECKSUMS:
24-
OHHTTPStubs: a5d2e9eea07869d42ec03338325f398bc520e159
24+
OHHTTPStubs: 592f74439d2d72615115cf99a954237a3fbe26e5
2525

26-
COCOAPODS: 0.39.0
26+
PODFILE CHECKSUM: 3b00a315b869401f03c1a7c408a9754a8e4c62d8
27+
28+
COCOAPODS: 1.0.1

Examples/ObjC/Pods/Headers/Private/OHHTTPStubs/NSMutableURLRequest+HTTPBodyTesting.h

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

Examples/ObjC/Pods/Headers/Private/OHHTTPStubs/OHHTTPStubsMethodSwizzling.h

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

Examples/ObjC/Pods/Headers/Public/OHHTTPStubs/NSMutableURLRequest+HTTPBodyTesting.h

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

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

Lines changed: 4 additions & 3 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: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)