Skip to content

Commit ab16588

Browse files
authored
Merge pull request #186 from noreasonprojects/release/1.7.3
Release 1.7.3
2 parents fb658b5 + c171cfb commit ab16588

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33

44
---
5-
## [X.X.X]
5+
## [1.7.3]
66
* Fix:
77
* Resume audio on device background mode
88
* Breaking change:

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.7.2</string>
18+
<string>1.7.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20201118.2027</string>
22+
<string>20201119.2306</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>

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.7.2'
3+
s.version = '1.7.3'
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
991991
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
992992
CODE_SIGN_STYLE = Automatic;
993-
CURRENT_PROJECT_VERSION = 20201118.2027;
993+
CURRENT_PROJECT_VERSION = 20201119.2306;
994994
DEBUG_INFORMATION_FORMAT = dwarf;
995995
GCC_C_LANGUAGE_STANDARD = gnu11;
996996
INFOPLIST_FILE = "tvOS Example/Domains/Supporting Files/Info.plist";
@@ -1022,7 +1022,7 @@
10221022
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
10231023
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10241024
CODE_SIGN_STYLE = Automatic;
1025-
CURRENT_PROJECT_VERSION = 20201118.2027;
1025+
CURRENT_PROJECT_VERSION = 20201119.2306;
10261026
GCC_C_LANGUAGE_STANDARD = gnu11;
10271027
INFOPLIST_FILE = "tvOS Example/Domains/Supporting Files/Info.plist";
10281028
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1149,7 +1149,7 @@
11491149
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11501150
CODE_SIGN_IDENTITY = "Apple Development";
11511151
CODE_SIGN_STYLE = Automatic;
1152-
CURRENT_PROJECT_VERSION = 20201118.2027;
1152+
CURRENT_PROJECT_VERSION = 20201119.2306;
11531153
DEVELOPMENT_TEAM = UNDCF9JXB2;
11541154
INFOPLIST_FILE = Example/Info.plist;
11551155
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1172,7 +1172,7 @@
11721172
buildSettings = {
11731173
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11741174
CODE_SIGN_STYLE = Manual;
1175-
CURRENT_PROJECT_VERSION = 20201118.2027;
1175+
CURRENT_PROJECT_VERSION = 20201119.2306;
11761176
DEVELOPMENT_TEAM = 95Y7JDW7K4;
11771177
INFOPLIST_FILE = Example/Info.plist;
11781178
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Podfile.lock

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

4444
SPEC CHECKSUMS:
45-
ModernAVPlayer: 596985c05629d862bb8190ff9093ba9fbf308fc9
45+
ModernAVPlayer: d04d53be7b620990250d0e13bee3be7217dc6214
4646
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
4747
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
4848
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c

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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/ModernAVPlayer-iOS/ModernAVPlayer-iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/ModernAVPlayer-tvOS/ModernAVPlayer-tvOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.7.2</string>
18+
<string>1.7.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20201118.2027</string>
22+
<string>20201119.2306</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)