Skip to content

Commit

Permalink
Merge pull request #24 from bbc/changelog
Browse files Browse the repository at this point in the history
Added changelog
  • Loading branch information
jrmhaig authored Sep 8, 2016
2 parents 7305f8a + 5aea72f commit e47c6b9
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 5 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Change Log

## [Unreleased](https://github.com/bbc/device_api-ios/tree/HEAD)

[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.5...HEAD)

**Closed issues:**

- Plistutil calls in device.rb should cache results [\#10](https://github.com/bbc/device_api-ios/issues/10)

**Merged pull requests:**

- Not having the IP address package installed is no longer a blocker [\#23](https://github.com/bbc/device_api-ios/pull/23) ([jonpwilson](https://github.com/jonpwilson))

## [v1.0.5](https://github.com/bbc/device_api-ios/tree/v1.0.5) (2016-02-18)
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.4...v1.0.5)

**Merged pull requests:**

- Remove signing [\#22](https://github.com/bbc/device_api-ios/pull/22) ([jonpwilson](https://github.com/jonpwilson))

## [v1.0.4](https://github.com/bbc/device_api-ios/tree/v1.0.4) (2016-02-10)
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.3...v1.0.4)

**Merged pull requests:**

- Added in the ability to retrieve entitlements for an app [\#21](https://github.com/bbc/device_api-ios/pull/21) ([jonpwilson](https://github.com/jonpwilson))

## [v1.0.3](https://github.com/bbc/device_api-ios/tree/v1.0.3) (2016-02-03)
[Full Changelog](https://github.com/bbc/device_api-ios/compare/1.0.1...v1.0.3)

**Merged pull requests:**

- Updated version number [\#20](https://github.com/bbc/device_api-ios/pull/20) ([jonpwilson](https://github.com/jonpwilson))
- Return a devices' assigned name [\#19](https://github.com/bbc/device_api-ios/pull/19) ([jonpwilson](https://github.com/jonpwilson))
- Added Wifi mac address [\#18](https://github.com/bbc/device_api-ios/pull/18) ([jonpwilson](https://github.com/jonpwilson))
- Added minimum versions to the dependencies so that they will be recog… [\#17](https://github.com/bbc/device_api-ios/pull/17) ([jonpwilson](https://github.com/jonpwilson))
- Corrected Gemfile and updated Gemfile.lock [\#16](https://github.com/bbc/device_api-ios/pull/16) ([jonpwilson](https://github.com/jonpwilson))
- Removed internal URL from Gemfile [\#15](https://github.com/bbc/device_api-ios/pull/15) ([jonpwilson](https://github.com/jonpwilson))
- Changed the installation method to reduce duplicated code [\#14](https://github.com/bbc/device_api-ios/pull/14) ([jonpwilson](https://github.com/jonpwilson))
- Added .type to the device object based on the device\_class [\#13](https://github.com/bbc/device_api-ios/pull/13) ([jonpwilson](https://github.com/jonpwilson))
- idevicedebug wrapper [\#12](https://github.com/bbc/device_api-ios/pull/12) ([jonpwilson](https://github.com/jonpwilson))
- Added wrapper for ideviceprovision binary [\#11](https://github.com/bbc/device_api-ios/pull/11) ([jonpwilson](https://github.com/jonpwilson))
- Package signing [\#9](https://github.com/bbc/device_api-ios/pull/9) ([jonpwilson](https://github.com/jonpwilson))
- Added ios-devices as a dependency [\#8](https://github.com/bbc/device_api-ios/pull/8) ([jonpwilson](https://github.com/jonpwilson))

## [1.0.1](https://github.com/bbc/device_api-ios/tree/1.0.1) (2015-05-22)
**Closed issues:**

- Readme & license need adding to the gemspec files [\#5](https://github.com/bbc/device_api-ios/issues/5)
- Gemspec is out of date [\#4](https://github.com/bbc/device_api-ios/issues/4)
- Public api methods need documentation [\#3](https://github.com/bbc/device_api-ios/issues/3)
- License file and copywrite notice required [\#2](https://github.com/bbc/device_api-ios/issues/2)

**Merged pull requests:**

- Added comments - yard coverage is now 100% [\#7](https://github.com/bbc/device_api-ios/pull/7) ([jonpwilson](https://github.com/jonpwilson))
- Added MIT license, updated gemspec [\#6](https://github.com/bbc/device_api-ios/pull/6) ([jonpwilson](https://github.com/jonpwilson))
- Bring the iOS version in line with the Android version [\#1](https://github.com/bbc/device_api-ios/pull/1) ([jonpwilson](https://github.com/jonpwilson))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gem 'ox'

group :test do
gem 'rspec'
gem 'pry'
end
13 changes: 10 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
device_api (1.0.1)
diff-lcs (1.2.5)
ios-devices (0.2.1)
method_source (0.8.2)
ox (2.2.1)
pry (0.10.2)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
Expand All @@ -17,14 +24,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
slop (3.6.0)

PLATFORMS
ruby

DEPENDENCIES
device_api (>= 1.0.0)
ios-devices
ox
pry
rspec

BUNDLED WITH
1.10.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DeviceAPI-IOS


*DeviceAPI-IOS* is the iOS implementation of *DeviceAPI* - an initiative to allow full automation of device activities
*DeviceAPI-IOS* is the iOS implementation of *DeviceAPI* - an initiative to allow full automation of device activities. For a full list of release notes, see the [change log](CHANGELOG.md)

## Dependencies

Expand Down Expand Up @@ -46,4 +46,4 @@ For example:

*DeviceAPI-IOS* is available to everyone under the terms of the MIT open source licence. Take a look at the LICENSE file in the code.

Copyright (c) 2015 BBC
Copyright (c) 2015 BBC

0 comments on commit e47c6b9

Please sign in to comment.