Skip to content

Commit

Permalink
Updated README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Mar 12, 2015
1 parent 677da8a commit 52622aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
_You can download previous versions [here](https://github.com/AliSoftware/OHHTTPStubs/tags) and latest version [here](https://github.com/AliSoftware/OHHTTPStubs/zipball/master) (ZIP files generated by GitHub on the fly)_

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

* Added [Carthage](https://github.com/Carthage/Carthage) support
* Splitted the Xcode projects for more clarity (one dedicated to build the lib and run Unit Tests, and one for the Demo)
* Got rid of the `git submodule` used for Unit Tests against [AFNetworking](https://github.com/AFNetworking/AFNetworking) — it is now imported using [CocoaPods](http://cocoapods.org) and only for the lib's Unit Tests targets ([@corinnekrych](https://github.com/corinnekrych), [#90](https://github.com/AliSoftware/OHHTTPStubs/pull/90))
* Improved [Travis-CI](https://travis-ci.org/AliSoftware/OHHTTPStubs) integration. We now use a build matrix to have paralellized and independant builds for each scheme (iOS Static Lib, iOS Dynamic Framework, OSX Framework)

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

* Fix headers for people still building with Xcode 5 & SDK 7 (#80)
Expand Down
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,26 +120,6 @@ _As far as I know, there's nothing we can do about those two limitations. Please
But you generally only use stubs during the development phase and want to remove your stubs when submitting to the AppStore. So be careful to only include `OHHTTPStubs` in your test targets, or only use it in `#if DEBUG` portions, to avoid forgetting to remove it when the time comes that you release for the AppStore!


# Building OHHTTPStubs

## Building OHHTTPStubs
To build (and run unit tests) `OHHTTPStubs`, use cocoapods. We are using [`AFNetworking`](https://github.com/AFNetworking/AFNetworking/) for unit tests only. No other dependencies are used for `OHHTTPStubs`.

```bash
pod install
open OHHTTPStubs.xcworkspace
```

## Building OHHTTPStubsDemo
To build (and run unit tests) `OHHTTPStubsDemo` use cocoapods.

```bash
cd OHHTTPStubsDemo
pod install
open OHHTTPStubsDemo.xcworkspace
```

**Every contribution to add more unit tests is welcome!**

# License and Credits

Expand Down

0 comments on commit 52622aa

Please sign in to comment.