Skip to content

Commit

Permalink
Merge pull request #179 from noreasonprojects/release/1.7.1
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
raphrel authored Oct 13, 2020
2 parents ce7d954 + 4b52628 commit c55c2af
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.

---
## [X.X.X]
## [1.7.1]
* Fix:
* Spm install

Expand Down
4 changes: 2 additions & 2 deletions Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20201013.1852</string>
<string>20201014.0004</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion ModernAVPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ModernAVPlayer'
s.version = '1.7.0'
s.version = '1.7.1'
s.summary = 'ModernAVPlayer is an audio persistence AVPlayer wrapper'
s.description = <<-DESC
ModernAVPlayer is an ongoing project that aims to create a more usable audio video player with readable status and network persistence option.
Expand Down
4 changes: 2 additions & 2 deletions ModernAVPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20201013.1852;
CURRENT_PROJECT_VERSION = 20201014.0004;
DEVELOPMENT_TEAM = UNDCF9JXB2;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -926,7 +926,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 20201013.1852;
CURRENT_PROJECT_VERSION = 20201014.0004;
DEVELOPMENT_TEAM = 95Y7JDW7K4;
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- ModernAVPlayer/Core (1.7.0)
- ModernAVPlayer/RxSwift (1.7.0):
- ModernAVPlayer/Core (1.7.1)
- ModernAVPlayer/RxSwift (1.7.1):
- ModernAVPlayer/Core
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
Expand Down Expand Up @@ -42,7 +42,7 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
ModernAVPlayer: 9dd795ccf5e3dd91390cca4f32735b09efdc40e2
ModernAVPlayer: e9b1809e897fa8b6bdf138556af5b9ed0397ec36
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/ModernAVPlayer.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20201013.1852</string>
<string>20201014.0004</string>
</dict>
</plist>

0 comments on commit c55c2af

Please sign in to comment.