Skip to content

Commit

Permalink
release v2.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
movieous committed Sep 27, 2019
1 parent f2957c0 commit db83518
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.en-us.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*Read this in other languages: [English](CHANGELOG.en-us.md), [简体中文](CHANGELOG.md).*

# v2.2.20(2019-8-27)
## Fixes
- fix issue that framework can not be compiled on XCode 10 and older.

# v2.2.19(2019-8-27)
## Fixes
- fix issue that some components would retrieve UI parameters.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*其他语言版本: [English](CHANGELOG.en-us.md), [简体中文](CHANGELOG.md).*

# v2.2.20(2019-8-27)
## 修复
- 修复 XCode 10 及以下无法编译通过 framework 的问题。

# v2.2.19(2019-8-27)
## 修复
- 修复部分组件在后台获取 UI 参数的问题。
Expand Down
Binary file modified MovieousShortVideo.framework/Info.plist
Binary file not shown.
Binary file modified MovieousShortVideo.framework/MovieousShortVideo
Binary file not shown.
2 changes: 1 addition & 1 deletion MovieousShortVideo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Pod::Spec.new do |spec|
spec.static_framework = true
spec.vendored_frameworks = 'MovieousShortVideo.framework'
spec.libraries = 'c++', 'resolv'
spec.dependency 'MovieousBase', '~> 1.1.7'
spec.dependency 'MovieousBase', '~> 1.1.8'
end
2 changes: 1 addition & 1 deletion MovieousShortVideoDemo/MovieousShortVideoDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.19</string>
<string>2.2.20</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.19</string>
<string>2.2.20</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.19</string>
<string>2.2.20</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
10 changes: 5 additions & 5 deletions MovieousShortVideoDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- Masonry (1.1.0)
- MovieousBase (1.1.7)
- MovieousShortVideo (2.2.19):
- MovieousBase (~> 1.1.7)
- MovieousBase (1.1.8)
- MovieousShortVideo (2.2.20):
- MovieousBase (~> 1.1.8)

DEPENDENCIES:
- Masonry
Expand All @@ -19,8 +19,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MovieousBase: c2c1cef5d69de58560a6f4ff84a40930747dabcc
MovieousShortVideo: 64c5c68fad9c3c470349317d72e44005f25f11a0
MovieousBase: 9afa6a114241e19ccb0bc2225b8ffdf803010313
MovieousShortVideo: 17034f5f2ffb1453a67e1eb14d77dc8db5e414f3

PODFILE CHECKSUM: 6ae5cc534eb98289bb7d640ea04835e189e4a80f

Expand Down

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

10 changes: 5 additions & 5 deletions MovieousShortVideoDemo/Pods/Manifest.lock

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

Binary file not shown.
Binary file not shown.

0 comments on commit db83518

Please sign in to comment.