Skip to content

Commit

Permalink
Bump to version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 24, 2015
1 parent 6f6b517 commit 6631c08
Show file tree
Hide file tree
Showing 41 changed files with 1,734 additions and 1,305 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

* Fixed issue with Umbrella Headers ([#127](https://github.com/AliSoftware/OHHTTPStubs/issues/127), [#131](https://github.com/AliSoftware/OHHTTPStubs/pull/131))
* Added methods for creating `OHHTTPStubsResponse`s from `NSURL`s that represent file system resources ([@MaxGabriel](https://github.com/MaxGabriel), [#129](https://github.com/AliSoftware/OHHTTPStubs/pull/129))
* Bumped Swift subspec compatibility to OSX 10.9 instead of 10.7.

Expand Down
16 changes: 16 additions & 0 deletions Examples/ObjC/OHHTTPStubsDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
098FBDCC15D704E800623941 /* Frameworks */,
098FBDCD15D704E800623941 /* Resources */,
D61C918AA467A72C9C508B4E /* Copy Pods Resources */,
351596A3DA1C1F11477EA958 /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -192,6 +193,21 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
351596A3DA1C1F11477EA958 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
5BF07CD1F1DEB3893534CA6D /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
20 changes: 10 additions & 10 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- OHHTTPStubs (4.3.0):
- OHHTTPStubs/Default (= 4.3.0)
- OHHTTPStubs/Core (4.3.0)
- OHHTTPStubs/Default (4.3.0):
- OHHTTPStubs (4.4.0):
- OHHTTPStubs/Default (= 4.4.0)
- OHHTTPStubs/Core (4.4.0)
- OHHTTPStubs/Default (4.4.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (4.3.0):
- OHHTTPStubs/JSON (4.4.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (4.3.0):
- OHHTTPStubs/NSURLSession (4.4.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (4.3.0)
- OHHTTPStubs/OHPathHelpers (4.4.0)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)

EXTERNAL SOURCES:
OHHTTPStubs:
:path: "../.."
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: 0aec5755528693a165bd616cb79f69387de306a8
OHHTTPStubs: 1a95a653b78287a1fdb44eb38364b43257ac3550

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0
7 changes: 4 additions & 3 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.

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

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

Loading

0 comments on commit 6631c08

Please sign in to comment.