Skip to content

Commit 8ee6e58

Browse files
authored
Merge pull request #138 from noreasonprojects/release/1.4.0
Release 1.4.0
2 parents 9d092d0 + 596631e commit 8ee6e58

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
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.4.0]
66
* Feature:
77
* Support SPM
88
* Fix:

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.3.3</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20191103.1549</string>
22+
<string>20191106.0233</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.3.3'
3+
s.version = '1.4.0'
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 = 20191103.1549;
874+
CURRENT_PROJECT_VERSION = 20191106.0233;
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 = 20191103.1549;
897+
CURRENT_PROJECT_VERSION = 20191106.0233;
898898
DEVELOPMENT_TEAM = 95Y7JDW7K4;
899899
INFOPLIST_FILE = Example/Info.plist;
900900
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.3.3)
3-
- ModernAVPlayer/RxSwift (1.3.3):
2+
- ModernAVPlayer/Core (1.4.0)
3+
- ModernAVPlayer/RxSwift (1.4.0):
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: e4f47f518b152699bd0bc11490e1af92aa857a1a
45+
ModernAVPlayer: f11249a036df101ecc02c5a947e1e00a1fc953ed
4646
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
4747
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
4848
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8

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/ModernAVPlayer-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.3.3</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20191103.1549</string>
22+
<string>20191106.0233</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)