device_api-ios 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +65 -0
- data/Gemfile +1 -7
- data/Gemfile.lock +12 -6
- data/README.md +2 -2
- data/device_api-ios.gemspec +1 -1
- data/lib/device_api/ios/device.rb +5 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b3d9625ee9e46ebb0d0b85920a8c0f11b498072
|
|
4
|
+
data.tar.gz: 20e907ba816a0330f6ac0d47fdcc90a56ecffad1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea39ef0117c35db48817d061d081bb69370c7ffc4183340f8513c5e1e36add000e26465a7aa055825f4482adc9977598b8246e69e78078fc8c3164a53433bcdd
|
|
7
|
+
data.tar.gz: b467ceaf90e0017a0fa00e26bcc7568415c68afd02e37d7bc611958dd1246202bdc1ef1159c72f252372dcfed498d13a9fe4af42b5128b34fbd38946fe486af5
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [Unreleased](https://github.com/bbc/device_api-ios/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.5...HEAD)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Plistutil calls in device.rb should cache results [\#10](https://github.com/bbc/device_api-ios/issues/10)
|
|
10
|
+
|
|
11
|
+
**Merged pull requests:**
|
|
12
|
+
|
|
13
|
+
- Add list\_installed\_packages method [\#25](https://github.com/bbc/device_api-ios/pull/25) ([jrmhaig](https://github.com/jrmhaig))
|
|
14
|
+
- Added changelog [\#24](https://github.com/bbc/device_api-ios/pull/24) ([jonpwilson](https://github.com/jonpwilson))
|
|
15
|
+
- 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))
|
|
16
|
+
|
|
17
|
+
## [v1.0.5](https://github.com/bbc/device_api-ios/tree/v1.0.5) (2016-02-18)
|
|
18
|
+
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.4...v1.0.5)
|
|
19
|
+
|
|
20
|
+
**Merged pull requests:**
|
|
21
|
+
|
|
22
|
+
- Remove signing [\#22](https://github.com/bbc/device_api-ios/pull/22) ([jonpwilson](https://github.com/jonpwilson))
|
|
23
|
+
|
|
24
|
+
## [v1.0.4](https://github.com/bbc/device_api-ios/tree/v1.0.4) (2016-02-10)
|
|
25
|
+
[Full Changelog](https://github.com/bbc/device_api-ios/compare/v1.0.3...v1.0.4)
|
|
26
|
+
|
|
27
|
+
**Merged pull requests:**
|
|
28
|
+
|
|
29
|
+
- 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))
|
|
30
|
+
|
|
31
|
+
## [v1.0.3](https://github.com/bbc/device_api-ios/tree/v1.0.3) (2016-02-03)
|
|
32
|
+
[Full Changelog](https://github.com/bbc/device_api-ios/compare/1.0.1...v1.0.3)
|
|
33
|
+
|
|
34
|
+
**Merged pull requests:**
|
|
35
|
+
|
|
36
|
+
- Updated version number [\#20](https://github.com/bbc/device_api-ios/pull/20) ([jonpwilson](https://github.com/jonpwilson))
|
|
37
|
+
- Return a devices' assigned name [\#19](https://github.com/bbc/device_api-ios/pull/19) ([jonpwilson](https://github.com/jonpwilson))
|
|
38
|
+
- Added Wifi mac address [\#18](https://github.com/bbc/device_api-ios/pull/18) ([jonpwilson](https://github.com/jonpwilson))
|
|
39
|
+
- 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))
|
|
40
|
+
- Corrected Gemfile and updated Gemfile.lock [\#16](https://github.com/bbc/device_api-ios/pull/16) ([jonpwilson](https://github.com/jonpwilson))
|
|
41
|
+
- Removed internal URL from Gemfile [\#15](https://github.com/bbc/device_api-ios/pull/15) ([jonpwilson](https://github.com/jonpwilson))
|
|
42
|
+
- Changed the installation method to reduce duplicated code [\#14](https://github.com/bbc/device_api-ios/pull/14) ([jonpwilson](https://github.com/jonpwilson))
|
|
43
|
+
- 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))
|
|
44
|
+
- idevicedebug wrapper [\#12](https://github.com/bbc/device_api-ios/pull/12) ([jonpwilson](https://github.com/jonpwilson))
|
|
45
|
+
- Added wrapper for ideviceprovision binary [\#11](https://github.com/bbc/device_api-ios/pull/11) ([jonpwilson](https://github.com/jonpwilson))
|
|
46
|
+
- Package signing [\#9](https://github.com/bbc/device_api-ios/pull/9) ([jonpwilson](https://github.com/jonpwilson))
|
|
47
|
+
- Added ios-devices as a dependency [\#8](https://github.com/bbc/device_api-ios/pull/8) ([jonpwilson](https://github.com/jonpwilson))
|
|
48
|
+
|
|
49
|
+
## [1.0.1](https://github.com/bbc/device_api-ios/tree/1.0.1) (2015-05-22)
|
|
50
|
+
**Closed issues:**
|
|
51
|
+
|
|
52
|
+
- Readme & license need adding to the gemspec files [\#5](https://github.com/bbc/device_api-ios/issues/5)
|
|
53
|
+
- Gemspec is out of date [\#4](https://github.com/bbc/device_api-ios/issues/4)
|
|
54
|
+
- Public api methods need documentation [\#3](https://github.com/bbc/device_api-ios/issues/3)
|
|
55
|
+
- License file and copywrite notice required [\#2](https://github.com/bbc/device_api-ios/issues/2)
|
|
56
|
+
|
|
57
|
+
**Merged pull requests:**
|
|
58
|
+
|
|
59
|
+
- Added comments - yard coverage is now 100% [\#7](https://github.com/bbc/device_api-ios/pull/7) ([jonpwilson](https://github.com/jonpwilson))
|
|
60
|
+
- Added MIT license, updated gemspec [\#6](https://github.com/bbc/device_api-ios/pull/6) ([jonpwilson](https://github.com/jonpwilson))
|
|
61
|
+
- 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))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
device_api-ios (1.0.6)
|
|
5
|
+
device_api (>= 1.0, < 2.0)
|
|
6
|
+
ios-devices (>= 0.2)
|
|
7
|
+
ox (>= 2.1.0)
|
|
8
|
+
|
|
1
9
|
GEM
|
|
2
10
|
remote: https://rubygems.org/
|
|
3
11
|
specs:
|
|
4
|
-
device_api (1.0.
|
|
12
|
+
device_api (1.0.2)
|
|
5
13
|
diff-lcs (1.2.5)
|
|
6
14
|
ios-devices (0.2.1)
|
|
7
|
-
ox (2.
|
|
15
|
+
ox (2.4.9)
|
|
8
16
|
rspec (3.3.0)
|
|
9
17
|
rspec-core (~> 3.3.0)
|
|
10
18
|
rspec-expectations (~> 3.3.0)
|
|
@@ -23,10 +31,8 @@ PLATFORMS
|
|
|
23
31
|
ruby
|
|
24
32
|
|
|
25
33
|
DEPENDENCIES
|
|
26
|
-
device_api
|
|
27
|
-
ios-devices
|
|
28
|
-
ox
|
|
34
|
+
device_api-ios!
|
|
29
35
|
rspec
|
|
30
36
|
|
|
31
37
|
BUNDLED WITH
|
|
32
|
-
1.
|
|
38
|
+
1.14.3
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# DeviceAPI-IOS
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
*DeviceAPI-IOS* is the iOS implementation of *DeviceAPI* - an initiative to allow full automation of device activities
|
|
4
|
+
*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)
|
|
5
5
|
|
|
6
6
|
## Dependencies
|
|
7
7
|
|
|
@@ -46,4 +46,4 @@ For example:
|
|
|
46
46
|
|
|
47
47
|
*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.
|
|
48
48
|
|
|
49
|
-
Copyright (c) 2015 BBC
|
|
49
|
+
Copyright (c) 2015 BBC
|
data/device_api-ios.gemspec
CHANGED
|
@@ -105,6 +105,10 @@ module DeviceAPI
|
|
|
105
105
|
end
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
+
def list_installed_packages
|
|
109
|
+
IDeviceInstaller.list_installed_packages(serial)
|
|
110
|
+
end
|
|
111
|
+
|
|
108
112
|
private
|
|
109
113
|
|
|
110
114
|
def get_prop(key)
|
|
@@ -123,4 +127,4 @@ module DeviceAPI
|
|
|
123
127
|
end
|
|
124
128
|
end
|
|
125
129
|
end
|
|
126
|
-
end
|
|
130
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: device_api-ios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BBC
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2017-03-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: device_api
|
|
@@ -82,6 +82,7 @@ executables: []
|
|
|
82
82
|
extensions: []
|
|
83
83
|
extra_rdoc_files: []
|
|
84
84
|
files:
|
|
85
|
+
- CHANGELOG.md
|
|
85
86
|
- Gemfile
|
|
86
87
|
- Gemfile.lock
|
|
87
88
|
- LICENSE
|
|
@@ -118,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
119
|
version: '0'
|
|
119
120
|
requirements: []
|
|
120
121
|
rubyforge_project:
|
|
121
|
-
rubygems_version: 2.
|
|
122
|
+
rubygems_version: 2.6.8
|
|
122
123
|
signing_key:
|
|
123
124
|
specification_version: 4
|
|
124
125
|
summary: IOS Device Management API
|