Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 086b22021a | |||
| 1feaa9c3a5 | |||
| 2b621ba93c | |||
| 41d384e07a | |||
| 0175c4412e | |||
| 39e5c12652 | |||
| 230c9e1795 | |||
| ae390d90cb | |||
| 3102bf9290 |
@@ -5,6 +5,6 @@ gem 'danger', '4.0.4'
|
|||||||
gem 'xcode-install', '2.1.0'
|
gem 'xcode-install', '2.1.0'
|
||||||
gem 'xcpretty-json-formatter', '0.1.0'
|
gem 'xcpretty-json-formatter', '0.1.0'
|
||||||
gem 'danger-xcode_summary', '0.1.0'
|
gem 'danger-xcode_summary', '0.1.0'
|
||||||
gem 'nokogiri', '1.8.5'
|
gem 'nokogiri', '1.10.8'
|
||||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||||
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|
||||||
|
|||||||
+5
-11
@@ -51,7 +51,6 @@ GEM
|
|||||||
cocoapods-try (1.1.0)
|
cocoapods-try (1.1.0)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
colorize (0.8.1)
|
|
||||||
commander-fastlane (4.4.6)
|
commander-fastlane (4.4.6)
|
||||||
highline (~> 1.7.2)
|
highline (~> 1.7.2)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
@@ -80,7 +79,7 @@ GEM
|
|||||||
dotenv (2.7.4)
|
dotenv (2.7.4)
|
||||||
emoji_regex (1.0.1)
|
emoji_regex (1.0.1)
|
||||||
escape (0.0.4)
|
escape (0.0.4)
|
||||||
excon (0.64.0)
|
excon (0.73.0)
|
||||||
faraday (0.15.4)
|
faraday (0.15.4)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday-cookie_jar (0.0.6)
|
faraday-cookie_jar (0.0.6)
|
||||||
@@ -128,10 +127,6 @@ GEM
|
|||||||
xcodeproj (>= 1.6.0, < 2.0.0)
|
xcodeproj (>= 1.6.0, < 2.0.0)
|
||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
fastlane-plugin-pretty_junit (0.1.1)
|
|
||||||
colorize
|
|
||||||
nokogiri
|
|
||||||
terminal-table
|
|
||||||
fourflusher (2.3.1)
|
fourflusher (2.3.1)
|
||||||
fuzzy_match (2.0.4)
|
fuzzy_match (2.0.4)
|
||||||
gh_inspector (1.1.3)
|
gh_inspector (1.1.3)
|
||||||
@@ -174,7 +169,7 @@ GEM
|
|||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2019.0331)
|
mime-types-data (3.2019.0331)
|
||||||
mini_magick (4.5.1)
|
mini_magick (4.5.1)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
molinillo (0.6.6)
|
molinillo (0.6.6)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
@@ -184,8 +179,8 @@ GEM
|
|||||||
nap (1.1.0)
|
nap (1.1.0)
|
||||||
naturally (2.2.0)
|
naturally (2.2.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nokogiri (1.8.5)
|
nokogiri (1.10.8)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
octokit (4.13.0)
|
octokit (4.13.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
@@ -253,8 +248,7 @@ DEPENDENCIES
|
|||||||
danger (= 4.0.4)
|
danger (= 4.0.4)
|
||||||
danger-xcode_summary (= 0.1.0)
|
danger-xcode_summary (= 0.1.0)
|
||||||
fastlane (= 2.114.0)
|
fastlane (= 2.114.0)
|
||||||
fastlane-plugin-pretty_junit
|
nokogiri (= 1.10.8)
|
||||||
nokogiri (= 1.8.5)
|
|
||||||
xcode-install (= 2.1.0)
|
xcode-install (= 2.1.0)
|
||||||
xcpretty-json-formatter (= 0.1.0)
|
xcpretty-json-formatter (= 0.1.0)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
⚠️⚠️⚠️ This library has been deprecated and will be removed in the future. ⚠️⚠️⚠️
|
||||||
|
|
||||||
# PlayerKit
|
# PlayerKit
|
||||||
|
|
||||||
[](https://travis-ci.org/vimeo/PlayerKit)
|
[](https://travis-ci.org/vimeo/PlayerKit)
|
||||||
|
|||||||
Reference in New Issue
Block a user