Skip to content

Commit 2170fba

Browse files
authored
Merge pull request #154 from noreasonprojects/release/1.5.1
Release/1.5.1
2 parents d45ecab + b286cc2 commit 2170fba

33 files changed

+2191
-1872
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
All notable changes to this project will be documented in this file.
33

44
---
5-
## [X.X.X]
5+
## [1.5.1]
66
* Fix:
7-
* Fix duplicated target handler generated when getting commands from `ModernAVPlayerRemoteCommandFactory`
7+
* Fix duplicated command target handler from `ModernAVPlayerRemoteCommandFactory`
88
* Breaking changes:
99
* ModernAVPlayerRemoteCommandFactory become a class
1010
* Get most remote commands from lazy var instead of functions
11+
* Dependencies:
12+
* [gem] Cocoapods -> 1.9.0
13+
* [gem] Fastlane -> 2.142.0
1114

1215
## [1.5.0]
1316
* Features:
@@ -18,10 +21,10 @@ All notable changes to this project will be documented in this file.
1821
* Remove some WaitingForNetworkState dead code
1922
* Improvement:
2023
* Create service to deliver AVPlayerItem
21-
* Breaking change:
24+
* Breaking changes:
2225
* New `itemLoadedAssetKeys` attribut for `PlayerConfiguration`
2326
* `PlayerConfiguration` `preferedTimescale` was renamed as `preferredTimescale`
24-
* Dependency:
27+
* Dependencies:
2528
* [gem] Fastlane -> 2.141.0
2629
* [pod] Rx... -> 5.0.1
2730
* [pod] Swiftlint -> 0.38.2

Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.5.0</string>
18+
<string>1.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20200208.1805</string>
22+
<string>20200228.2038</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22
#ruby=2.4.1
33

4-
gem 'cocoapods', '1.8.4'
5-
gem 'fastlane', '2.141.0'
4+
gem 'cocoapods', '1.9.0'
5+
gem 'fastlane', '2.142.0'

Gemfile.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ GEM
1515
atomos (0.1.3)
1616
babosa (1.0.3)
1717
claide (1.0.3)
18-
cocoapods (1.8.4)
18+
cocoapods (1.9.0)
1919
activesupport (>= 4.0.2, < 5)
2020
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.8.4)
21+
cocoapods-core (= 1.9.0)
2222
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2323
cocoapods-downloader (>= 1.2.2, < 2.0)
2424
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -33,13 +33,15 @@ GEM
3333
molinillo (~> 0.6.6)
3434
nap (~> 1.0)
3535
ruby-macho (~> 1.4)
36-
xcodeproj (>= 1.11.1, < 2.0)
37-
cocoapods-core (1.8.4)
36+
xcodeproj (>= 1.14.0, < 2.0)
37+
cocoapods-core (1.9.0)
3838
activesupport (>= 4.0.2, < 6)
3939
algoliasearch (~> 1.0)
4040
concurrent-ruby (~> 1.1)
4141
fuzzy_match (~> 2.0.4)
4242
nap (~> 1.0)
43+
netrc (~> 0.11)
44+
typhoeus (~> 1.0)
4345
cocoapods-deintegrate (1.0.4)
4446
cocoapods-downloader (1.3.0)
4547
cocoapods-plugins (1.0.0)
@@ -54,7 +56,7 @@ GEM
5456
colored2 (3.1.2)
5557
commander-fastlane (4.4.6)
5658
highline (~> 1.7.2)
57-
concurrent-ruby (1.1.5)
59+
concurrent-ruby (1.1.6)
5860
declarative (0.0.10)
5961
declarative-option (0.1.0)
6062
digest-crc (0.4.1)
@@ -63,6 +65,8 @@ GEM
6365
dotenv (2.7.5)
6466
emoji_regex (1.0.1)
6567
escape (0.0.4)
68+
ethon (0.12.0)
69+
ffi (>= 1.3.0)
6670
excon (0.72.0)
6771
faraday (0.17.3)
6872
multipart-post (>= 1.2, < 3)
@@ -72,7 +76,7 @@ GEM
7276
faraday_middleware (0.13.1)
7377
faraday (>= 0.7.4, < 1.0)
7478
fastimage (2.1.7)
75-
fastlane (2.141.0)
79+
fastlane (2.142.0)
7680
CFPropertyList (>= 2.3, < 4.0.0)
7781
addressable (>= 2.3, < 3.0.0)
7882
babosa (>= 1.0.2, < 2.0.0)
@@ -109,6 +113,7 @@ GEM
109113
xcodeproj (>= 1.13.0, < 2.0.0)
110114
xcpretty (~> 0.3.0)
111115
xcpretty-travis-formatter (>= 0.0.3)
116+
ffi (1.12.2)
112117
fourflusher (2.3.1)
113118
fuzzy_match (2.0.4)
114119
gh_inspector (1.1.3)
@@ -133,8 +138,8 @@ GEM
133138
google-cloud-core (~> 1.2)
134139
googleauth (~> 0.9)
135140
mini_mime (~> 1.0)
136-
googleauth (0.10.0)
137-
faraday (~> 0.12)
141+
googleauth (0.11.0)
142+
faraday (>= 0.17.3, < 2.0)
138143
jwt (>= 1.4, < 3.0)
139144
memoist (~> 0.16)
140145
multi_json (~> 1.11)
@@ -172,9 +177,9 @@ GEM
172177
ruby-macho (1.4.0)
173178
rubyzip (1.3.0)
174179
security (0.1.3)
175-
signet (0.12.0)
180+
signet (0.13.0)
176181
addressable (~> 2.3)
177-
faraday (~> 0.9)
182+
faraday (>= 0.17.3, < 2.0)
178183
jwt (>= 1.5, < 3.0)
179184
multi_json (~> 1.10)
180185
simctl (1.6.8)
@@ -189,6 +194,8 @@ GEM
189194
tty-screen (0.7.1)
190195
tty-spinner (0.9.3)
191196
tty-cursor (~> 0.7)
197+
typhoeus (1.3.1)
198+
ethon (>= 0.9.0)
192199
tzinfo (1.2.6)
193200
thread_safe (~> 0.1)
194201
uber (0.1.0)
@@ -212,8 +219,8 @@ PLATFORMS
212219
ruby
213220

214221
DEPENDENCIES
215-
cocoapods (= 1.8.4)
216-
fastlane (= 2.141.0)
222+
cocoapods (= 1.9.0)
223+
fastlane (= 2.142.0)
217224

218225
BUNDLED WITH
219226
1.17.2

ModernAVPlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ModernAVPlayer'
3-
s.version = '1.5.0'
3+
s.version = '1.5.1'
44
s.summary = 'ModernAVPlayer is an audio persistence AVPlayer wrapper'
55
s.description = <<-DESC
66
ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option.

ModernAVPlayer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
872872
CODE_SIGN_IDENTITY = "Apple Development";
873873
CODE_SIGN_STYLE = Automatic;
874-
CURRENT_PROJECT_VERSION = 20200208.1805;
874+
CURRENT_PROJECT_VERSION = 20200228.2038;
875875
DEVELOPMENT_TEAM = UNDCF9JXB2;
876876
INFOPLIST_FILE = Example/Info.plist;
877877
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -894,7 +894,7 @@
894894
buildSettings = {
895895
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
896896
CODE_SIGN_STYLE = Manual;
897-
CURRENT_PROJECT_VERSION = 20200208.1805;
897+
CURRENT_PROJECT_VERSION = 20200228.2038;
898898
DEVELOPMENT_TEAM = 95Y7JDW7K4;
899899
INFOPLIST_FILE = Example/Info.plist;
900900
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- ModernAVPlayer/Core (1.5.0)
3-
- ModernAVPlayer/RxSwift (1.5.0):
2+
- ModernAVPlayer/Core (1.5.1)
3+
- ModernAVPlayer/RxSwift (1.5.1):
44
- ModernAVPlayer/Core
55
- RxCocoa (~> 5.0)
66
- RxSwift (~> 5.0)
@@ -43,7 +43,7 @@ EXTERNAL SOURCES:
4343
:path: "."
4444

4545
SPEC CHECKSUMS:
46-
ModernAVPlayer: ac33fa10082ff721e0478c55006b89998f5a26cd
46+
ModernAVPlayer: fb44333c70914db6ac60118f420c3a1a0fa2b179
4747
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
4848
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
4949
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
@@ -55,4 +55,4 @@ SPEC CHECKSUMS:
5555

5656
PODFILE CHECKSUM: 56811f68aa97345ee3c5a4f1c98a0aa332e2b289
5757

58-
COCOAPODS: 1.8.4
58+
COCOAPODS: 1.9.0

Pods/Local Podspecs/ModernAVPlayer.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)