Skip to content

Commit e1c108d

Browse files
authored
Merge pull request #129 from noreasonprojects/release/1.3.2
Release 1.3.2
2 parents 49cebb3 + 6e674dd commit e1c108d

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

CHANGELOG.md

+1-1
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.3.2]
66
* Fixes:
77
* Update player metadata access control
88
* Remove useless travis command

Example/Info.plist

+2-2
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.3.1</string>
18+
<string>1.3.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20191019.0128</string>
22+
<string>20191029.2253</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>

ModernAVPlayer.podspec

+1-1
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.3.1'
3+
s.version = '1.3.2'
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
847847
CODE_SIGN_IDENTITY = "Apple Development";
848848
CODE_SIGN_STYLE = Manual;
849-
CURRENT_PROJECT_VERSION = 20191019.0128;
849+
CURRENT_PROJECT_VERSION = 20191029.2253;
850850
DEVELOPMENT_TEAM = "";
851851
INFOPLIST_FILE = Example/Info.plist;
852852
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -869,7 +869,7 @@
869869
buildSettings = {
870870
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
871871
CODE_SIGN_STYLE = Manual;
872-
CURRENT_PROJECT_VERSION = 20191019.0128;
872+
CURRENT_PROJECT_VERSION = 20191029.2253;
873873
DEVELOPMENT_TEAM = 95Y7JDW7K4;
874874
INFOPLIST_FILE = Example/Info.plist;
875875
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- ModernAVPlayer/Core (1.3.1)
3-
- ModernAVPlayer/RxSwift (1.3.1):
2+
- ModernAVPlayer/Core (1.3.2)
3+
- ModernAVPlayer/RxSwift (1.3.2):
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: d397498499894d142816b250fd6aa459b6053746
45+
ModernAVPlayer: bc5df31efaadfb99233643663daaea3eafdc2dca
4646
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
4747
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
4848
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8

Pods/Local Podspecs/ModernAVPlayer.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/Info.plist

+2-2
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.3.1</string>
18+
<string>1.3.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20191019.0128</string>
22+
<string>20191029.2253</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)